aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/aix52.h
diff options
context:
space:
mode:
authorDavid Edelsohn <dje.gcc@gmail.com>2014-07-11 15:47:48 +0000
committerDavid Edelsohn <dje@gcc.gnu.org>2014-07-11 11:47:48 -0400
commit8762d747cacf65ec4e6ca4a4f5be6d0532869381 (patch)
treeb0b620b8bf240b48b3d4e71ec357410cf8027ffe /gcc/config/rs6000/aix52.h
parentf4da031c416b7a5ef3aac0ed170c0787b04a1a57 (diff)
downloadgcc-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/aix52.h')
-rw-r--r--gcc/config/rs6000/aix52.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/aix52.h b/gcc/config/rs6000/aix52.h
index a90c926..e1fe23a 100644
--- a/gcc/config/rs6000/aix52.h
+++ b/gcc/config/rs6000/aix52.h
@@ -133,7 +133,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}"