diff options
author | Nick Clifton <nickc@redhat.com> | 2003-10-06 11:07:08 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-10-06 11:07:08 +0000 |
commit | 854770991f736fdad0fe6dca6c0cc6e280f8a6ce (patch) | |
tree | 07dd0cf7bf9ae71260bea8ce75eedc616092ce73 /ld/ChangeLog | |
parent | 85cf2a8a15d156b4bd8bc3362c0a9b3924a705f4 (diff) | |
download | gdb-854770991f736fdad0fe6dca6c0cc6e280f8a6ce.zip gdb-854770991f736fdad0fe6dca6c0cc6e280f8a6ce.tar.gz gdb-854770991f736fdad0fe6dca6c0cc6e280f8a6ce.tar.bz2 |
lexsup.c (parse_args): Report unresolved symbols in shared libraries when
creating a dynamic executable. This is a restoration of the default behaviour
for previous versions of the linker.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index aeb0460..71e5e4a 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,4 +1,11 @@ -2003-10-03 Matt Thomas <matt@3am-software.com> +2003-10-06 Nick Clifton <nickc@redhat.com> + + * lexsup.c (parse_args): Report unresolved symbols in shared + libraries when creating a dynamic executable. This is a + restoration of the default behaviour for previous versions of + the linker. + +2003-10-06 Matt Thomas <matt@3am-software.com> * emulparams/hppanbsd.sh: Remove OUTPUT_FORMAT. * emulparams/hppaobsd.sh: Add OUTPUT_FORMAT="elf32-hppa". |