public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-lang/polyml/files: polyml-5.4.1-asm.patch
@ 2012-01-08 10:24 Mark Wright (gienah)
  0 siblings, 0 replies; only message in thread
From: Mark Wright (gienah) @ 2012-01-08 10:24 UTC (permalink / raw
  To: gentoo-commits

gienah      12/01/08 10:24:08

  Added:                polyml-5.4.1-asm.patch
  Log:
  Bump to 5.4.1 fixes bug #296797 thanks Mr. Anderson and Rene Necoro Neumann. Fix executable stacks in 2 of 3 files bug #256679 by Mr. Anderson. Add portable use flag.
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  dev-lang/polyml/files/polyml-5.4.1-asm.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/polyml/files/polyml-5.4.1-asm.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/polyml/files/polyml-5.4.1-asm.patch?rev=1.1&content-type=text/plain

Index: polyml-5.4.1-asm.patch
===================================================================
--- polyml.5.4.1-orig/libpolyml/x86asm.asm	2011-07-13 00:06:49.000000000 +1000
+++ polyml.5.4.1/libpolyml/x86asm.asm	2012-01-08 16:00:09.740684843 +1100
@@ -2714,4 +2714,7 @@
 
 
 ENDIF
+#if defined(__linux__) && defined(__ELF__)
+.section .note.GNU-stack,"",%progbits
+#endif
 END
--- polyml.5.4.1-orig/libpolyml/power_assembly.S	2010-04-09 01:49:20.000000000 +1000
+++ polyml.5.4.1/libpolyml/power_assembly.S	2012-01-08 15:46:35.006200143 +1100
@@ -1735,3 +1735,6 @@
     dd  Mask_assign_byte         /* 254 */
     dd  Mask_assign_word         /* 255 */
 
+#if defined(__linux__) && defined(__ELF__)
+.section .note.GNU-stack,"",%progbits
+#endif
--- polyml.5.4.1-orig/libpolyml/sparc_assembly.S	2010-08-13 01:01:36.000000000 +1000
+++ polyml.5.4.1/libpolyml/sparc_assembly.S	2012-01-08 15:46:12.516642791 +1100
@@ -1498,3 +1498,6 @@
     .long   Mask_assign_byte         /* 254 */
     .long   Mask_assign_word         /* 255 */
 
+#if defined(__linux__) && defined(__ELF__)
+.section .note.GNU-stack,"",%progbits
+#endif






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-01-08 10:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-08 10:24 [gentoo-commits] gentoo-x86 commit in dev-lang/polyml/files: polyml-5.4.1-asm.patch Mark Wright (gienah)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox