diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2003-06-03 18:15:05 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2003-06-03 18:15:05 +0000 |
commit | 6f6f27f842f3e82a92d651fb02c5b51b7686dc74 (patch) | |
tree | b04e1eb55f80af1e4211b0cd12bda762a1b13a6a /bfd/ChangeLog | |
parent | a3b6428fe79103e838aea22ef2acd6578178bf25 (diff) | |
download | gdb-6f6f27f842f3e82a92d651fb02c5b51b7686dc74.zip gdb-6f6f27f842f3e82a92d651fb02c5b51b7686dc74.tar.gz gdb-6f6f27f842f3e82a92d651fb02c5b51b7686dc74.tar.bz2 |
bfd/
2003-06-03 H.J. Lu <hongjiu.lu@intel.com>
* elflink.h (elf_link_input_bfd): Call linker error_handler
for discarded definitions.
include/
2003-06-03 H.J. Lu <hongjiu.lu@intel.com>
* bfdlink.h (LD_DEFINITION_IN_DISCARDED_SECTION): New.
ld/
2003-06-03 H.J. Lu <hongjiu.lu@intel.com>
* ldmisc.c: Include "bfdlink.h".
(error_handler): Handle LD_DEFINITION_IN_DISCARDED_SECTION
and -LD_DEFINITION_IN_DISCARDED_SECTION.
* Makefile.am: Rebuild dependency.
* Makefile.in: Regenerated.
ld/testsuite/
2003-06-03 H.J. Lu <hongjiu.lu@intel.com>
* ld-discard/extern.d: Updated.
* ld-discard/start.d: Likewise.
* ld-discard/static.d: Likewise.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index cbd2b41..9ff266a 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2003-06-03 H.J. Lu <hongjiu.lu@intel.com> + + * elflink.h (elf_link_input_bfd): Call linker error_handler + for discarded definitions. + 2003-06-03 Elias Athanasopoulos <elathan@phys.uoa.gr> * syms.c (decode_section_type): Return 'n' if section flags are |