summaryrefslogtreecommitdiff
path: root/dev-lang/polyml/files/polyml-5.4.1-asm.patch
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2016-08-19 23:07:35 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2016-08-19 23:07:35 +0200
commit408fde59e3d343c48c94311bc3f8e8c0c49f9c7e (patch)
treea983503ab0adec5fbc952b265387b04b814baf35 /dev-lang/polyml/files/polyml-5.4.1-asm.patch
parent1c39314fbf5d1e81cb94c60155e7a3a83004d82f (diff)
downloadoverlay-408fde59e3d343c48c94311bc3f8e8c0c49f9c7e.tar.gz
overlay-408fde59e3d343c48c94311bc3f8e8c0c49f9c7e.tar.bz2
overlay-408fde59e3d343c48c94311bc3f8e8c0c49f9c7e.zip
Cleanup
Diffstat (limited to 'dev-lang/polyml/files/polyml-5.4.1-asm.patch')
-rw-r--r--dev-lang/polyml/files/polyml-5.4.1-asm.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-lang/polyml/files/polyml-5.4.1-asm.patch b/dev-lang/polyml/files/polyml-5.4.1-asm.patch
deleted file mode 100644
index af8bd8d..0000000
--- a/dev-lang/polyml/files/polyml-5.4.1-asm.patch
+++ /dev/null
@@ -1,28 +0,0 @@
---- 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