diff options
author | Nick Clifton <nickc@redhat.com> | 2015-02-12 16:32:28 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2015-02-12 16:33:28 +0000 |
commit | 0e7f931f3acb65a739dffb2a4edec9e7afb1ccbe (patch) | |
tree | 686a15fb8a3c67702dfa7b7657b97c83294b7dd2 /binutils | |
parent | 761e2bd47975100f96422d2cafe0d545b781205d (diff) | |
download | gdb-0e7f931f3acb65a739dffb2a4edec9e7afb1ccbe.zip gdb-0e7f931f3acb65a739dffb2a4edec9e7afb1ccbe.tar.gz gdb-0e7f931f3acb65a739dffb2a4edec9e7afb1ccbe.tar.bz2 |
oops - changelog entry accidentally omitted from previous delta.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 3ffebb7..7fd4f4e 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,13 @@ 2015-02-11 Nick Clifton <nickc@redhat.com> + * rl78-decode.opc: Add 'a' attribute to instructions that support + [HL+0] addressing. + * rl78-decode.c: Regenerate. + * rl78-dis.c (print_insn_rl78): Display the offset in [HL+0] + addresses. + +2015-02-11 Nick Clifton <nickc@redhat.com> + PR binutils/17531 * dwarf.c (display_debug_pubnames_worker): Work around compiler bug checking address ranges. |