diff options
author | John Darrington <john@darrington.wattle.id.au> | 2018-10-22 16:59:47 +0200 |
---|---|---|
committer | John Darrington <john@darrington.wattle.id.au> | 2018-10-22 20:53:15 +0200 |
commit | 192c2bfbd7a6d4b2069f6b94b020d274a483c198 (patch) | |
tree | dee2adcfe066ac7fa2da4dae9ce84dec332fee00 /opcodes/ChangeLog | |
parent | 1f38083f425e03faf55595414daf291306738222 (diff) | |
download | gdb-192c2bfbd7a6d4b2069f6b94b020d274a483c198.zip gdb-192c2bfbd7a6d4b2069f6b94b020d274a483c198.tar.gz gdb-192c2bfbd7a6d4b2069f6b94b020d274a483c198.tar.bz2 |
S12Z: Disassembly: Fallback to show the address if the symbol table is empty.
* opcodes/s12z-dis.c (decode_possible_symbol): Add fallback case.
(rel_15_7): Likewise.
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 3d26869..82fbc75 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2018-10-22 John Darrington <john@darrington.wattle.id.au> + + * s12z-dis.c (decode_possible_symbol): Add fallback case. + (rel_15_7): Likewise. + 2018-10-19 Tamar Christina <tamar.christina@arm.com> * arm-dis.c (UNKNOWN_INSTRUCTION_32BIT): Format specifier for arm mode. |