diff options
author | Alan Modra <amodra@gmail.com> | 2004-07-01 13:48:53 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2004-07-01 13:48:53 +0000 |
commit | cdd3575c2204443be4e4ad258d61bac6c7f2f337 (patch) | |
tree | 04077db1ee96496a5118a832f584b9e4a06bf9ad /bfd/ChangeLog | |
parent | 0b5d8877912034b2af0c548afbb794e4dcd07fbd (diff) | |
download | gdb-cdd3575c2204443be4e4ad258d61bac6c7f2f337.zip gdb-cdd3575c2204443be4e4ad258d61bac6c7f2f337.tar.gz gdb-cdd3575c2204443be4e4ad258d61bac6c7f2f337.tar.bz2 |
bfd/
* elflink.c (elf_section_ignore_discarded_relocs): Revert last
change. Comment.
(elf_section_complain_discarded): New function. Handle
.gcc_except_table too.
(elf_link_input_bfd): Rewrite handling of relocs against symbols
in discarded sections.
* elf-bfd.h (elf_discarded_section): Protect macro arg.
ld/testsuite/
* ld-discard/extern.d: Update.
* ld-discard/start.d: Update.
* ld-discard/static.d: Update.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 11bed97..c00435a 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,13 @@ +2004-07-01 Alan Modra <amodra@bigpond.net.au> + + * elflink.c (elf_section_ignore_discarded_relocs): Revert last + change. Comment. + (elf_section_complain_discarded): New function. Handle + .gcc_except_table too. + (elf_link_input_bfd): Rewrite handling of relocs against symbols + in discarded sections. + * elf-bfd.h (elf_discarded_section): Protect macro arg. + 2004-06-30 James E Wilson <wilson@specifixinc.com> * elfxx-ia64.c (elfNN_ia64_check_relocs): New local pltoff. Initialize |