diff options
author | David Edelsohn <dje.gcc@gmail.com> | 2014-07-11 15:47:48 +0000 |
---|---|---|
committer | David Edelsohn <dje@gcc.gnu.org> | 2014-07-11 11:47:48 -0400 |
commit | 8762d747cacf65ec4e6ca4a4f5be6d0532869381 (patch) | |
tree | b0b620b8bf240b48b3d4e71ec357410cf8027ffe /gcc/config/rs6000/aix61.h | |
parent | f4da031c416b7a5ef3aac0ed170c0787b04a1a57 (diff) | |
download | gcc-8762d747cacf65ec4e6ca4a4f5be6d0532869381.zip gcc-8762d747cacf65ec4e6ca4a4f5be6d0532869381.tar.gz gcc-8762d747cacf65ec4e6ca4a4f5be6d0532869381.tar.bz2 |
aix51.h (LINK_SPEC): Remove -bnodelcsect.
* config/rs6000/aix51.h (LINK_SPEC): Remove -bnodelcsect.
* config/rs6000/aix52.h (LINK_SPEC): Same.
* config/rs6000/aix53.h (LINK_SPEC): Same.
* config/rs6000/aix61.h (LINK_SPEC): Same.
* config/rs6000/xcoff.h (MAKE_DECL_ONE_ONLY): Define.
From-SVN: r212460
Diffstat (limited to 'gcc/config/rs6000/aix61.h')
-rw-r--r-- | gcc/config/rs6000/aix61.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/aix61.h b/gcc/config/rs6000/aix61.h index e21a230..b0c6b46 100644 --- a/gcc/config/rs6000/aix61.h +++ b/gcc/config/rs6000/aix61.h @@ -156,7 +156,7 @@ do { \ %{pthread:-lpthreads} -lc" #undef LINK_SPEC -#define LINK_SPEC "-bpT:0x10000000 -bpD:0x20000000 %{!r:-btextro} -bnodelcsect\ +#define LINK_SPEC "-bpT:0x10000000 -bpD:0x20000000 %{!r:-btextro}\ %{static:-bnso %(link_syscalls) } %{shared:-bM:SRE %{!e:-bnoentry}}\ %{!maix64:%{!shared:%{g*: %(link_libg) }}} %{maix64:-b64}\ %{mpe:-binitfini:poe_remote_main}" |