diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2005-04-27 20:16:08 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2005-04-27 20:16:08 +0000 |
commit | 26c61ae50be6d702a8d40bf3c968048a1801057a (patch) | |
tree | 4400e57d620b45863bbf39aa77acb03ae13e8719 /bfd/ChangeLog | |
parent | dce669a1fd56f2017d9af535d05694a41d1f9398 (diff) | |
download | fsf-binutils-gdb-26c61ae50be6d702a8d40bf3c968048a1801057a.zip fsf-binutils-gdb-26c61ae50be6d702a8d40bf3c968048a1801057a.tar.gz fsf-binutils-gdb-26c61ae50be6d702a8d40bf3c968048a1801057a.tar.bz2 |
2005-04-27 H.J. Lu <hongjiu.lu@intel.com>
* elf-bfd.h (bfd_elf_sym_name): Also take "asection *".
* elf.c (bfd_elf_sym_name): Updated.
(group_signature): Likewise.
* elf32-ppc.c (ppc_elf_relocate_section): Likewise.
* elf64-ppc.c (ppc64_elf_edit_opd): Likewise.
(ppc64_elf_edit_toc): Likewise.
(ppc64_elf_relocate_section): Likewise.
* elfcode.h (elf_slurp_symbol_table): Likewise.
* elflink.c (elf_link_input_bfd): Likewise.
* elfxx-ia64.c (elfNN_ia64_relocate_section): Call
bfd_elf_sym_name to get local symbol name when reporting errors.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 2e70d77..c22ee92 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,19 @@ +2005-04-27 H.J. Lu <hongjiu.lu@intel.com> + + * elf-bfd.h (bfd_elf_sym_name): Also take "asection *". + + * elf.c (bfd_elf_sym_name): Updated. + (group_signature): Likewise. + * elf32-ppc.c (ppc_elf_relocate_section): Likewise. + * elf64-ppc.c (ppc64_elf_edit_opd): Likewise. + (ppc64_elf_edit_toc): Likewise. + (ppc64_elf_relocate_section): Likewise. + * elfcode.h (elf_slurp_symbol_table): Likewise. + * elflink.c (elf_link_input_bfd): Likewise. + + * elfxx-ia64.c (elfNN_ia64_relocate_section): Call + bfd_elf_sym_name to get local symbol name when reporting errors. + 2005-04-27 Nick Clifton <nickc@redhat.com> * elflink.c (elf_link_input_bfd): Handle the case where a badly |