diff options
author | Alan Modra <amodra@gmail.com> | 2003-11-09 13:24:45 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2003-11-09 13:24:45 +0000 |
commit | 00ce77f47473bd31d944a320026f59f4ba8320e3 (patch) | |
tree | 8e1d86e764b16bb1b78f5c28ca04a59c04171807 /ld/ChangeLog | |
parent | dea0c52f825dd14c6608c86e38a948d22115cd38 (diff) | |
download | gdb-00ce77f47473bd31d944a320026f59f4ba8320e3.zip gdb-00ce77f47473bd31d944a320026f59f4ba8320e3.tar.gz gdb-00ce77f47473bd31d944a320026f59f4ba8320e3.tar.bz2 |
* 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/ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 8c96799..edcd312 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> |