diff options
author | Nick Clifton <nickc@redhat.com> | 2009-06-15 15:24:52 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2009-06-15 15:24:52 +0000 |
commit | 522fe56177eaa68d38d62ae56763544ab795c36b (patch) | |
tree | ba1adaad3554eb30311749504365c922f60c8694 /opcodes/ChangeLog | |
parent | 482c6ce9a2d670067ae742113bc6fbd8e512e375 (diff) | |
download | gdb-522fe56177eaa68d38d62ae56763544ab795c36b.zip gdb-522fe56177eaa68d38d62ae56763544ab795c36b.tar.gz gdb-522fe56177eaa68d38d62ae56763544ab795c36b.tar.bz2 |
PR 10173
* cr16-dis.c (print_arg): Avoid printing the 0x prefix twice.
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 93d5d02..5fd7db0 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,5 +1,10 @@ 2009-06-15 Nick Clifton <nickc@redhat.com> + PR 10173 + * cr16-dis.c (print_arg): Avoid printing the 0x prefix twice. + +2009-06-15 Nick Clifton <nickc@redhat.com> + PR 10263 * arm-dis.c (print_insn): Ignore is_data if the user has requested the disassembly of data as well as instructions. |