diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-02-17 17:44:05 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-02-17 17:44:05 +0000 |
commit | ed6c3fd67a3a168cd92ba8170435bcca53876a36 (patch) | |
tree | fa1889564ea79256d2b7e02f1d6de53e5f21685e /4.1.0 | |
parent | initial 4.1.2 patchset (diff) | |
download | gcc-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.1.0')
-rw-r--r-- | 4.1.0/gentoo/62_all_gcc4-noteGNUstack.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/4.1.0/gentoo/62_all_gcc4-noteGNUstack.patch b/4.1.0/gentoo/62_all_gcc4-noteGNUstack.patch index bbc38b9..5001906 100644 --- a/4.1.0/gentoo/62_all_gcc4-noteGNUstack.patch +++ b/4.1.0/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 |