diff options
author | Nick Clifton <nickc@redhat.com> | 2013-03-22 15:53:36 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2013-03-22 15:53:36 +0000 |
commit | 5c0df4846e5e0f668376c153ff69fd8bf1461df3 (patch) | |
tree | d7f9dee01fff6ab93df32fe77bd31fc2dcd02c06 /bfd/ChangeLog | |
parent | 3e74e146f297ec074e10c2b9a9e5869ec536649d (diff) | |
download | gdb-5c0df4846e5e0f668376c153ff69fd8bf1461df3.zip gdb-5c0df4846e5e0f668376c153ff69fd8bf1461df3.tar.gz gdb-5c0df4846e5e0f668376c153ff69fd8bf1461df3.tar.bz2 |
PR ld/14902
* elf32-h8300.c (elf32_h8_relax_delete_bytes): Fix off by one
errors adjusting relocs and symbols.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 8439b55..cef68c6 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2013-03-22 Achille Fouilleul <achille.fouilleul+binutils@gadz.org> + + PR ld/14902 + * elf32-h8300.c (elf32_h8_relax_delete_bytes): Fix off by one + errors adjusting relocs and symbols. + 2013-03-21 Michael Schewe <michael.schewe@gmx.net> * elf32-h8300 (h8_relax_section): Add new relaxation of mov |