2009-11-27 12:59:29 +01:00
|
|
|
Index: crc_i386.S
|
|
|
|
===================================================================
|
|
|
|
--- crc_i386.S.orig 2005-01-29 05:23:28.000000000 +0100
|
|
|
|
+++ crc_i386.S 2009-11-24 18:19:53.095928000 +0100
|
|
|
|
@@ -238,3 +238,6 @@ _crc32: /* ulg c
|
2007-01-16 00:45:55 +01:00
|
|
|
#endif /* i386 || _i386 || _I386 || __i386 */
|
|
|
|
|
|
|
|
#endif /* !USE_ZLIB */
|
|
|
|
+
|
|
|
|
+.section .note.GNU-stack, "", @progbits
|
|
|
|
+.previous
|
2009-11-27 12:59:29 +01:00
|
|
|
Index: match.S
|
|
|
|
===================================================================
|
|
|
|
--- match.S.orig 2005-01-29 06:40:14.000000000 +0100
|
|
|
|
+++ match.S 2009-11-24 18:19:53.100930000 +0100
|
|
|
|
@@ -405,3 +405,5 @@ L__return:
|
2007-01-16 00:45:55 +01:00
|
|
|
#endif /* i386 || _I386 || _i386 || __i386 */
|
|
|
|
|
|
|
|
#endif /* !USE_ZLIB */
|
|
|
|
+.section .note.GNU-stack, "", @progbits
|
|
|
|
+.previous
|