diff options
author | Richard Henderson <rth@redhat.com> | 1999-07-08 16:50:53 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 1999-07-08 16:50:53 +0000 |
commit | 99f8f232c6b14a5842615b9ef0e824eb58f6f717 (patch) | |
tree | e6d0dc8c081f57f173fdcd57654301f5b562794d /ld/ChangeLog | |
parent | 9df31319e84a3cb3999930a846f8a98e66bc1632 (diff) | |
download | gdb-99f8f232c6b14a5842615b9ef0e824eb58f6f717.zip gdb-99f8f232c6b14a5842615b9ef0e824eb58f6f717.tar.gz gdb-99f8f232c6b14a5842615b9ef0e824eb58f6f717.tar.bz2 |
Jakub Jelinek <jj@ultra.linux.cz>
* ldfile.c (ldfile_open_file_search): Skip libraries made for
incompatible architectures in the search path. Let the user know
about any such skips.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index a964c22..3f3d8d6 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +1999-07-08 Jakub Jelinek <jj@ultra.linux.cz> + + * ldfile.c (ldfile_open_file_search): Skip libraries made for + incompatible architectures in the search path. Let the user know + about any such skips. + Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca> * configure.tgt (hppa*-linux-gnu*): New target. |