diff options
author | Alan Modra <amodra@gmail.com> | 2013-01-28 12:30:17 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2013-01-28 12:30:17 +0000 |
commit | bc30df1657b6589d4fc56031b04429861a8ecd69 (patch) | |
tree | ad9b5dcf85bc98cc8653fe0688846ae2874f40ba /bfd/ChangeLog | |
parent | 67d7515b0a3ee2a48b6dc9389c1145c37d4b6c47 (diff) | |
download | gdb-bc30df1657b6589d4fc56031b04429861a8ecd69.zip gdb-bc30df1657b6589d4fc56031b04429861a8ecd69.tar.gz gdb-bc30df1657b6589d4fc56031b04429861a8ecd69.tar.bz2 |
* elf64-ppc.c: Use %T to print symbols names and remove redundant
"relocation" in error messages throughout file.
(ppc64_elf_relocate_section): Remove sibling call error message,
replace with "call lacks nop". Specially report errors for
branches to function entry points via OPD lookup and branches
to stubs. Remove NULL symbol handling now done by %T.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 47edd06..ff85ec7 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,14 @@ 2013-01-28 Alan Modra <amodra@gmail.com> + * elf64-ppc.c: Use %T to print symbols names and remove redundant + "relocation" in error messages throughout file. + (ppc64_elf_relocate_section): Remove sibling call error message, + replace with "call lacks nop". Specially report errors for + branches to function entry points via OPD lookup and branches + to stubs. Remove NULL symbol handling now done by %T. + +2013-01-28 Alan Modra <amodra@gmail.com> + * archive.c (bfd_generic_archive_p): Return target and keep ardata on partial matches. * format.c (bfd_check_format_matches): Adjust for above |