Better handking for unresolved symbols

This commit is contained in:
Nick Clifton
2003-08-20 08:37:14 +00:00
parent 6f6d673cc5
commit d704b32411
2 changed files with 33 additions and 18 deletions

View File

@@ -1,3 +1,12 @@
2003-08-20 Nick Clifton <nickc@redhat.com>
* bfdlink.h (enum report_method): New enum. Describes how to
report something.
(struct bfd_link_info): Delete fields 'no_undefined' and
'allow_shlib_undefined'. Replace with
'unresolved_symbols_in_objects' and
'unresolved_symbols_in_shared_libs'.
2003-08-07 Alan Modra <amodra@bigpond.net.au>
* bfdlink.h: Remove PARAMS macro. Replace PTR with void *.