aboutsummaryrefslogtreecommitdiff
path: root/3.4.6
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-01-20 03:38:01 +0000
committerMike Frysinger <vapier@gentoo.org>2008-01-20 03:38:01 +0000
commit7eb8ea1df843cb1dbb44c39d0586d5ff135f4c38 (patch)
tree6e87a2e2c06ff5abeb71faeba0d1bd1ff702ec55 /3.4.6
parentbackport changes from newer versions so 3.3.6 builds again #201035 by Carlo M... (diff)
downloadgcc-patches-7eb8ea1df843cb1dbb44c39d0586d5ff135f4c38.tar.gz
gcc-patches-7eb8ea1df843cb1dbb44c39d0586d5ff135f4c38.tar.bz2
gcc-patches-7eb8ea1df843cb1dbb44c39d0586d5ff135f4c38.zip
use %progbits instead of @progbits for arm #167356
Diffstat (limited to '3.4.6')
-rw-r--r--3.4.6/gentoo/65_all_gcc3.4-noteGNUstack.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/3.4.6/gentoo/65_all_gcc3.4-noteGNUstack.patch b/3.4.6/gentoo/65_all_gcc3.4-noteGNUstack.patch
index 04228a1..ed3b08f 100644
--- a/3.4.6/gentoo/65_all_gcc3.4-noteGNUstack.patch
+++ b/3.4.6/gentoo/65_all_gcc3.4-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