summaryrefslogtreecommitdiff
blob: 4b9861498f79aec35fc6a4ba7a8c7a7708cfb556 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
diff -Naur soundtracker-0.6.7.old/app/mixers/integer32-asm.S soundtracker-0.6.7/app/mixers/integer32-asm.S
--- soundtracker-0.6.7.old/app/mixers/integer32-asm.S	2006-04-28 02:24:00.000000000 -0400
+++ soundtracker-0.6.7/app/mixers/integer32-asm.S	2006-04-28 02:23:58.000000000 -0400
@@ -232,3 +232,6 @@
 	ret
 
 #endif /* defined(__i386__) */
+#ifdef __ELF__
+.section .note.GNU-stack,"",%progbits
+#endif
diff -Naur soundtracker-0.6.7.old/app/mixers/kb-x86-asm.S soundtracker-0.6.7/app/mixers/kb-x86-asm.S
--- soundtracker-0.6.7.old/app/mixers/kb-x86-asm.S	2006-04-28 02:24:00.000000000 -0400
+++ soundtracker-0.6.7/app/mixers/kb-x86-asm.S	2006-04-28 02:25:27.000000000 -0400
@@ -387,5 +387,8 @@
 	.long kbasm_mix_cubic_scopes_filtered_backward
 
 #endif /* defined(__i386__) */
+#ifdef __ELF__
+.section .note.GNU-stack,"",%progbits
+#endif
 
 	.END