aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/sh/linux.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 9e443cf..3cc5016 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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>
diff --git a/gcc/config/sh/linux.h b/gcc/config/sh/linux.h
index 2be3d81..a9a3f22 100644
--- a/gcc/config/sh/linux.h
+++ b/gcc/config/sh/linux.h
@@ -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}"