summaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2003-11-09 13:24:45 +0000
committerAlan Modra <amodra@bigpond.net.au>2003-11-09 13:24:45 +0000
commit2b802a8ff9e51674ae51d073b71d2d6e5ed4f729 (patch)
tree62661746583955c7912fae24ba1bbe0f9320e715 /ld/ChangeLog
parente5a81c899a24dda67039fa1dd42d893ec6a09cf4 (diff)
downloadbinutils-redhat-2b802a8ff9e51674ae51d073b71d2d6e5ed4f729.tar.gz
* configure.host (HOSTING_LIBS): Group libgcc and libc with
--start-group, --end-group pair. (*-*-netbsd*, am33_2.0-*-linux*): Use the default HOSTING_LIBS. (am33_2.0-*-linux*): Edit default HOSTING_CRT0. (arm*-*-linux-gnu*): Remove extraneous '*' in sed expression. (hppa*64*-*-linux*, hppa*-*-linux*): Remove target specific case.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 8c96799d1d..edcd312fc7 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,5 +1,14 @@
+2003-11-09 Alan Modra <amodra@bigpond.net.au>
+
+ * configure.host (HOSTING_LIBS): Group libgcc and libc with
+ --start-group, --end-group pair.
+ (*-*-netbsd*, am33_2.0-*-linux*): Use the default HOSTING_LIBS.
+ (am33_2.0-*-linux*): Edit default HOSTING_CRT0.
+ (arm*-*-linux-gnu*): Remove extraneous '*' in sed expression.
+ (hppa*64*-*-linux*, hppa*-*-linux*): Remove target specific case.
+
2003-11-07 Jonathan R. Grant <jg-binutils@jguk.org>
-
+
* ldfile.c (ldfile_open_file): Use "No such file" error message.
2003-11-06 Bruno Rohee <bruno@rohee.com>