2001-09-24 Andrew Haley <aph@cambridge.redhat.com>
authoraph <aph@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 Sep 2001 10:35:46 +0000 (10:35 +0000)
committeraph <aph@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 Sep 2001 10:35:46 +0000 (10:35 +0000)
        * config/sh/linux.h (LINK_SPEC): Set dynamic-linker to agree with
        glibc.

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

gcc/ChangeLog
gcc/config/sh/linux.h

index 9e443cf..3cc5016 100644 (file)
@@ -1,3 +1,8 @@
+2001-09-24  Andrew Haley  <aph@cambridge.redhat.com>
+
+       * config/sh/linux.h (LINK_SPEC): Set dynamic-linker to agree with
+       glibc.
+
 2001-09-25  Janis Johnson  <janis187@us.ibm.com>
            Jim Wilson  <wilson@redhat.com>
 
index 2be3d81..a9a3f22 100644 (file)
@@ -76,7 +76,7 @@ Boston, MA 02111-1307, USA.  */
    %{shared:-shared} \
    %{!static: \
      %{rdynamic:-export-dynamic} \
-     %{!dynamic-linker:-dynamic-linker /lib/ld.so.1} \
+     %{!dynamic-linker:-dynamic-linker /lib/ld-linux.so.2} \
      %{!rpath:-rpath /lib}} \
    %{static:-static}"