For glibc 2.2.
authorJames E. Wilson <wilson@cygnus.com>
Thu, 29 Jun 2000 19:00:12 +0000 (19:00 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Thu, 29 Jun 2000 19:00:12 +0000 (12:00 -0700)
* config/ia64/linux.h (LINK_SPEC): Change so.1 to so.2.

From-SVN: r34788

gcc/ChangeLog
gcc/config/ia64/linux.h

index 540f474..ee9acf4 100644 (file)
@@ -1,5 +1,7 @@
 2000-06-29  James E. Wilson  <wilson@cygnus.com>
 
+       * config/ia64/linux.h (LINK_SPEC): Change so.1 to so.2.
+       
        * config/ia64/ia64.h (MODES_TIEABLE_P): Only tie if mode class is the
        same.  Only tie XFmode with XFmode.
 
index f2e10e1..e2bc5d7 100644 (file)
@@ -21,7 +21,7 @@
   %{!shared: \
     %{!static: \
       %{rdynamic:-export-dynamic} \
-      %{!dynamic-linker:-dynamic-linker /lib/ld-linux-ia64.so.1}} \
+      %{!dynamic-linker:-dynamic-linker /lib/ld-linux-ia64.so.2}} \
       %{static:-static}}"