diff options
author | DJ Delorie <dj@redhat.com> | 2013-04-02 23:29:51 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2013-04-02 23:29:51 +0000 |
commit | 1122dc88f5900cef6759b5ab9ead418718ffbb3d (patch) | |
tree | 67fcdb8f67395243984c2da36f60dc6574c754a3 /bfd/ChangeLog | |
parent | 2b6759ceee2300e4690f653997cc925cf4abfa48 (diff) | |
download | gdb-1122dc88f5900cef6759b5ab9ead418718ffbb3d.zip gdb-1122dc88f5900cef6759b5ab9ead418718ffbb3d.tar.gz gdb-1122dc88f5900cef6759b5ab9ead418718ffbb3d.tar.bz2 |
* elf32-rl78.c (GET_RELOC): Assert that there are relocs to get.
(rl78_elf_relax_section): Only fetch the next reloc if there is
one expected.
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 ddb4577..d854fd0 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2013-04-02 DJ Delorie <dj@redhat.com> + + * elf32-rl78.c (GET_RELOC): Assert that there are relocs to get. + (rl78_elf_relax_section): Only fetch the next reloc if there is + one expected. + 2013-03-30 Alan Modra <amodra@gmail.com> PR ld/15323 |