aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorDavid Edelsohn <edelsohn@gnu.org>1996-03-15 03:26:31 +0000
committerDavid Edelsohn <edelsohn@gnu.org>1996-03-15 03:26:31 +0000
commit42eaff6f2d225438039d9e36ae11fc395f6bd7dc (patch)
tree70ddc830cd99c1876c3578841983a877f1274ca0 /gcc
parenta88d48a43c52ed60c5fbca03e652d79e2b1eb994 (diff)
downloadgcc-42eaff6f2d225438039d9e36ae11fc395f6bd7dc.zip
gcc-42eaff6f2d225438039d9e36ae11fc395f6bd7dc.tar.gz
gcc-42eaff6f2d225438039d9e36ae11fc395f6bd7dc.tar.bz2
add -bnoentry if no entry point for shared object
From-SVN: r11540
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/rs6000/aix41.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/aix41.h b/gcc/config/rs6000/aix41.h
index 42e2390..8ff3e37 100644
--- a/gcc/config/rs6000/aix41.h
+++ b/gcc/config/rs6000/aix41.h
@@ -78,5 +78,5 @@ Boston, MA 02111-1307, USA. */
#undef LINK_SPEC
#define LINK_SPEC "-bpT:0x10000000 -bpD:0x20000000 %{!r:-btextro} -bnodelcsect\
%{static:-bnso %(link_syscalls) } %{!shared: %{g*: %(link_libg) }}\
- %{shared:-bM:SRE}"
+ %{shared:-bM:SRE %{!e:-bnoentry}}"