diff options
author | Alan Modra <amodra@gmail.com> | 2001-11-15 09:31:25 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-11-15 09:31:25 +0000 |
commit | f9f32305f762f5680c12948d85444aff09f0cbe6 (patch) | |
tree | ae5c45962bd00f8c5974ccc7da1674d078b9594b /bfd/ChangeLog | |
parent | 33861b119a1f85c55f704b331eac3f45247d526b (diff) | |
download | gdb-f9f32305f762f5680c12948d85444aff09f0cbe6.zip gdb-f9f32305f762f5680c12948d85444aff09f0cbe6.tar.gz gdb-f9f32305f762f5680c12948d85444aff09f0cbe6.tar.bz2 |
* elflink.h (elf_link_input_bfd): Complain about all relocs
against local syms from discarded sections.
(elf_reloc_symbol_deleted_p): Don't try to swap in external syms.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 0c3a54c..c7dc97a 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2001-11-15 Alan Modra <amodra@bigpond.net.au> + + * elflink.h (elf_link_input_bfd): Complain about all relocs + against local syms from discarded sections. K&R fixes. + (elf_reloc_symbol_deleted_p): Don't try to swap in external syms. + K&R fixes. + 2001-11-15 Alexandre Oliva <aoliva@redhat.com> * elf64-sparc.c (sparc64_elf_relocate_section): Disregard |