diff options
author | Nick Clifton <nickc@redhat.com> | 2001-06-15 09:00:11 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-06-15 09:00:11 +0000 |
commit | 6770ec8c9e2d99d05dee69c17c6458ba242bdfa1 (patch) | |
tree | f118f3a56736af71268028d114cdf887ab7f2fb5 /ld/ChangeLog | |
parent | 3911a05ba9faa89b8285b824cc930863b22ef5b0 (diff) | |
download | gdb-6770ec8c9e2d99d05dee69c17c6458ba242bdfa1.zip gdb-6770ec8c9e2d99d05dee69c17c6458ba242bdfa1.tar.gz gdb-6770ec8c9e2d99d05dee69c17c6458ba242bdfa1.tar.bz2 |
Chnage load_symbols() to a boolean function
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index bbbad28..5acde00 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,12 @@ +2001-06-12 Nick Clifton <nickc@cambridge.redhat.com> + + * ldlang.c (walk_wild): Only call walk_wild_file if + lookup_name returns something. + (lookup_name): If load_symbols fails, return NULL. + (load_symbols): Chnage to a boolean function. + (open_input_bfds): If load_symbols fails then do not make the + executable. + 2001-06-08 Alan Modra <amodra@bigpond.net.au> * ldlang.c (record_bfd_errors): Remove. |