aboutsummaryrefslogtreecommitdiff
path: root/4.0.4
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-02-17 17:44:05 +0000
committerMike Frysinger <vapier@gentoo.org>2007-02-17 17:44:05 +0000
commited6c3fd67a3a168cd92ba8170435bcca53876a36 (patch)
treefa1889564ea79256d2b7e02f1d6de53e5f21685e /4.0.4
parentinitial 4.1.2 patchset (diff)
downloadgcc-patches-ed6c3fd67a3a168cd92ba8170435bcca53876a36.tar.gz
gcc-patches-ed6c3fd67a3a168cd92ba8170435bcca53876a36.tar.bz2
gcc-patches-ed6c3fd67a3a168cd92ba8170435bcca53876a36.zip
use %progbits instead of @progbits for arm #167356
Diffstat (limited to '4.0.4')
-rw-r--r--4.0.4/gentoo/62_all_gcc4-noteGNUstack.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/4.0.4/gentoo/62_all_gcc4-noteGNUstack.patch b/4.0.4/gentoo/62_all_gcc4-noteGNUstack.patch
index bbc38b9..5001906 100644
--- a/4.0.4/gentoo/62_all_gcc4-noteGNUstack.patch
+++ b/4.0.4/gentoo/62_all_gcc4-noteGNUstack.patch
@@ -145,7 +145,7 @@
.size CNAME(ffi_call_SYSV),.ffi_call_SYSV_end-CNAME(ffi_call_SYSV)
+#if defined __ELF__ && defined __linux__
-+ .section .note.GNU-stack,"",@progbits
++ .section .note.GNU-stack,"",%progbits
+#endif
--- boehm-gc/ia64_save_regs_in_stack.S.jj 2005-02-08 16:32:57.368040486 +0100
+++ boehm-gc/ia64_save_regs_in_stack.S 2005-02-08 16:33:36.243096641 +0100