diff options
author | Alan Modra <amodra@gmail.com> | 2005-09-19 09:35:26 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2005-09-19 09:35:26 +0000 |
commit | 5c3dead3ce91fef110822a6d5cd6842d039ec858 (patch) | |
tree | 0a661e9e4eade3a52589de5947422cd0e90c99c9 /bfd/ChangeLog | |
parent | e92babf6323f168aed7bb08244df5385b94d815e (diff) | |
download | gdb-5c3dead3ce91fef110822a6d5cd6842d039ec858.zip gdb-5c3dead3ce91fef110822a6d5cd6842d039ec858.tar.gz gdb-5c3dead3ce91fef110822a6d5cd6842d039ec858.tar.bz2 |
* elf64-ppc.c (ppc_build_one_stub): Replace assertion that long
branch offset is in range with an error. Print full stub name on
errors.
(ppc_size_one_stub): Print full stub name on errors.
(group_sections): Warn if section size exceeds group size.
(ppc64_elf_size_stubs): Continue relaxing when stub types change.
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 d36beba..fb5e364 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,12 @@ +2005-09-19 Alan Modra <amodra@bigpond.net.au> + + * elf64-ppc.c (ppc_build_one_stub): Replace assertion that long + branch offset is in range with an error. Print full stub name on + errors. + (ppc_size_one_stub): Print full stub name on errors. + (group_sections): Warn if section size exceeds group size. + (ppc64_elf_size_stubs): Continue relaxing when stub types change. + 2005-09-09 Kevin Buettner <kevinb@redhat.com> * elf32-am33lin.c (bfd.h, sysdep.h, elf-bfd.h, elf/mn10300.h): |