From 07d62e54cd9a1a419414298f3ee39128a518dda3 Mon Sep 17 00:00:00 2001 From: "James E. Wilson" Date: Thu, 29 Jun 2000 19:00:12 +0000 Subject: [PATCH] For glibc 2.2. * config/ia64/linux.h (LINK_SPEC): Change so.1 to so.2. From-SVN: r34788 --- gcc/ChangeLog | 2 ++ gcc/config/ia64/linux.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 540f474..ee9acf4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,7 @@ 2000-06-29 James E. Wilson + * 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. diff --git a/gcc/config/ia64/linux.h b/gcc/config/ia64/linux.h index f2e10e1..e2bc5d7 100644 --- a/gcc/config/ia64/linux.h +++ b/gcc/config/ia64/linux.h @@ -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}}" -- 2.7.4