diff options
author | Vinay Kumar <vinay.g@kpit.com> | 2015-10-27 14:00:40 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2015-10-27 14:00:40 +0000 |
commit | 02f12cd4669463a1b2346145808213adeb303e2d (patch) | |
tree | 173fc4a7a578830e6145027aeb31191d7229febb /opcodes/ChangeLog | |
parent | c6486df5f1400d90a13df5c6dbd96aeaccf8225b (diff) | |
download | gdb-02f12cd4669463a1b2346145808213adeb303e2d.zip gdb-02f12cd4669463a1b2346145808213adeb303e2d.tar.gz gdb-02f12cd4669463a1b2346145808213adeb303e2d.tar.bz2 |
Fix RL78 disassembly so that SP+OFFSET addressing always shows the offset, even when zero.
PR binutils/19157
opcodes * rl78-decode.opc: Add 'a' print operator to mov instructions
using stack pointer plus index addressing.
* rl78-decode.c: Regenerate.
tests * gas/rl78: New directory.
* gas/rl78/rl78.exp: New test driver.
* gas/rl78/pr19157.s: New test source file.
* gas/rl78/pr19157.d: New test case.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 3bd728a..a2a9cd4 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,10 @@ +2015-10-27 Vinay Kumar <vinay.g@kpit.com> + + PR binutils/19157 + * rl78-decode.opc: Add 'a' print operator to mov instructions + using stack pointer plus index addressing. + * rl78-decode.c: Regenerate. + 2015-10-14 Andreas Krebbel <krebbel@linux.vnet.ibm.com> * s390-opc.c: Fix comment. |