OSDN Git Service

* config/openbsd.h (LINK_SPEC): pass correct flags to ld
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 5 May 2000 16:30:23 +0000 (16:30 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 5 May 2000 16:30:23 +0000 (16:30 +0000)
        to support -shared, on platforms with dynamic libraries.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33711 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/openbsd.h

index cdea530..c3c89c8 100644 (file)
@@ -1,3 +1,8 @@
+Fri May  5 10:29:21 2000  Marc Espie <espie@cvs.openbsd.org>
+
+       * config/openbsd.h (LINK_SPEC): pass correct flags to ld 
+       to support -shared, on platforms with dynamic libraries.
+
 Fri May  5 10:27:06 2000  Philippe De Muyter  <phdm@macqel.be>
 
        * system.h (S_ISBLK): Provide fallback definition.
index 1d813dd..bcf5ff2 100644 (file)
@@ -119,7 +119,7 @@ Boston, MA 02111-1307, USA.  */
   "%{!nostdlib:%{!r*:%{!e*:-e start}}} -dc -dp %{assert*}"
 #else
 #define LINK_SPEC \
-  "%{!nostdlib:%{!r*:%{!e*:-e start}}} -dc -dp %{R*} %{static:-Bstatic} %{assert*}"
+  "%{!shared:%{!nostdlib:%{!r*:%{!e*:-e start}}}} %{shared:-Bshareable -x} -dc -dp %{R*} %{static:-Bstatic} %{assert*}"
 #endif
 
 #undef LIB_SPEC