diff options
author | John Darrington <john@darrington.wattle.id.au> | 2018-12-31 07:48:10 +0000 |
---|---|---|
committer | John Darrington <john@darrington.wattle.id.au> | 2019-01-09 19:44:27 +0100 |
commit | 39f286cd585226ad98c2cd94ee0f96988b3696ce (patch) | |
tree | 3591de05526bf6d13fed663e2d8cbc1d0ae4118a /opcodes/ChangeLog | |
parent | 041be52673949e5b6cc2b507e55a379a54ab8ee0 (diff) | |
download | fsf-binutils-gdb-39f286cd585226ad98c2cd94ee0f96988b3696ce.zip fsf-binutils-gdb-39f286cd585226ad98c2cd94ee0f96988b3696ce.tar.gz fsf-binutils-gdb-39f286cd585226ad98c2cd94ee0f96988b3696ce.tar.bz2 |
S12Z: Fix disassembly of indexed OPR operands with zero index.
gas/
* testsuite/gas/s12z/jsr.s: New case.
* testsuite/gas/s12z/jsr.d: New case.
opcodes/
* s12z-dis.c (opr_emit_disassembly): Do not omit an index if it is
zero.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 437590e..d17ee10 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2019-01-09 John Darrington <john@darrington.wattle.id.au> + + * s12z-dis.c (opr_emit_disassembly): Do not omit an index if it is + zero. + 2019-01-09 Andrew Paprocki <andrew@ishiboo.com> * configure: Regenerate. |