summaryrefslogtreecommitdiff
blob: e383dcb2c965deb84bcfa5fcd9646354a5a063f4 (plain)
1
2
3
4
5
6
7
8
9
--- libs/flate/match.S.old	2009-04-09 13:18:11.000000000 +0200
+++ libs/flate/match.S	2009-05-02 03:51:42.000000000 +0200
@@ -364,3 +364,6 @@
 		popl	%edi
 		popl	%ebp
 match_init:	ret
+#if defined(__linux__) && defined(__ELF__)
+.section .note.GNU-stack,"",%progbits
+#endif