diff options
author | David Edelsohn <edelsohn@gnu.org> | 1996-03-15 03:26:31 +0000 |
---|---|---|
committer | David Edelsohn <edelsohn@gnu.org> | 1996-03-15 03:26:31 +0000 |
commit | 42eaff6f2d225438039d9e36ae11fc395f6bd7dc (patch) | |
tree | 70ddc830cd99c1876c3578841983a877f1274ca0 | |
parent | a88d48a43c52ed60c5fbca03e652d79e2b1eb994 (diff) | |
download | gcc-42eaff6f2d225438039d9e36ae11fc395f6bd7dc.zip gcc-42eaff6f2d225438039d9e36ae11fc395f6bd7dc.tar.gz gcc-42eaff6f2d225438039d9e36ae11fc395f6bd7dc.tar.bz2 |
add -bnoentry if no entry point for shared object
From-SVN: r11540
-rw-r--r-- | gcc/config/rs6000/aix41.h | 2 |
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}}" |