2014-05-22 18:55:40 +11:00
|
|
|
Don't use '@progbits' on arm
|
|
|
|
|
|
|
|
Proper declaration should be %progbits as '@' is used for comments.
|
|
|
|
Most of other arches allow % or @ so use %
|
|
|
|
|
|
|
|
Signed-off-by: Arnaud Patard <rtp@mageia.org>
|
|
|
|
|
|
|
|
Index: glibc-2.14.1/crypt/x86.S
|
|
|
|
===================================================================
|
|
|
|
--- glibc-2.14.1.orig/crypt/x86.S
|
|
|
|
+++ glibc-2.14.1/crypt/x86.S
|
|
|
|
@@ -199,5 +199,5 @@ BF_die:
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#if defined(__ELF__) && defined(__linux__)
|
|
|
|
-.section .note.GNU-stack,"",@progbits
|
|
|
|
+.section .note.GNU-stack,"",%progbits
|
|
|
|
#endif
|
2016-09-01 14:57:23 +10:00
|
|
|
Index: glibc-2.14.1/crypt_blowfish-1.3/x86.S
|
2014-05-22 18:55:40 +11:00
|
|
|
===================================================================
|
2016-09-01 14:57:23 +10:00
|
|
|
--- glibc-2.14.1.orig/crypt_blowfish-1.3/x86.S
|
|
|
|
+++ glibc-2.14.1/crypt_blowfish-1.3/x86.S
|
2014-05-22 18:55:40 +11:00
|
|
|
@@ -199,5 +199,5 @@ BF_die:
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#if defined(__ELF__) && defined(__linux__)
|
|
|
|
-.section .note.GNU-stack,"",@progbits
|
|
|
|
+.section .note.GNU-stack,"",%progbits
|
|
|
|
#endif
|