diff options
author | Alan Modra <modra@gmail.com> | 2012-10-22 13:33:48 +0000 |
---|---|---|
committer | Alan Modra <modra@gmail.com> | 2012-10-22 13:33:48 +0000 |
commit | 3dfe1f6c694a92cd2d74c0bd9cf341f8a054250b (patch) | |
tree | 4b24b2c85da17e8ce85555562898a91e4ddfdbca /include/ChangeLog | |
parent | b952c0c8d54e1b015218af5b00af73a4b0d962ab (diff) | |
download | newlib-3dfe1f6c694a92cd2d74c0bd9cf341f8a054250b.zip newlib-3dfe1f6c694a92cd2d74c0bd9cf341f8a054250b.tar.gz newlib-3dfe1f6c694a92cd2d74c0bd9cf341f8a054250b.tar.bz2 |
include/
PR ld/14426
* bfdlink.h (bfd_link_info): Add ignore_hash.
ld/
PR ld/14426
* ldlex.h (option_values): Add OPTION_IGNORE_UNRESOLVED_SYMBOL.
* lexsup.c (parse_args): Likewise.
(ld_options): Describe --ignore-unresolved-symbol.
* ldmain.h (add_ignoresym): Declare.
* ldmain.c (add_ignoresym): New function, extracted from..
(undefined_symbol): ..here. Return if the symbol is in ignore_hash.
(constructor_callback): Don't use global link_info here.
(reloc_overflow): Likewise.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index e702ebe..a731efb 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,8 @@ +2012-10-22 Jan Beich <jbeich@tormail.org> + + PR ld/14426 + * bfdlink.h (bfd_link_info): Add ignore_hash. + 2012-10-08 Jason Merrill <jason@redhat.com> * demangle.h (enum demangle_component_type): Add |