diff options
author | Doug Kwan <dougkwan@google.com> | 2009-07-10 16:58:54 +0000 |
---|---|---|
committer | Doug Kwan <dougkwan@google.com> | 2009-07-10 16:58:54 +0000 |
commit | d1aaab3c714b4faa538b200c378fa64d8c79c3d6 (patch) | |
tree | 0acb95af9abf3c5e002d7547c2a6fbbd948c0f79 /opcodes/ChangeLog | |
parent | cedfb17907e5a4efe45f8a084ac727b44a8b724a (diff) | |
download | gdb-d1aaab3c714b4faa538b200c378fa64d8c79c3d6.zip gdb-d1aaab3c714b4faa538b200c378fa64d8c79c3d6.tar.gz gdb-d1aaab3c714b4faa538b200c378fa64d8c79c3d6.tar.bz2 |
2009-07-10 Doug Kwan <dougkwan@google.com>
* arm-disc.c (print_insn_coprocessor, print_insn_arm): Print only
lower 32 bits of long types to make hexadecimal output consistent
on both 32-bit and 64-bit hosts.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index c0d8bfa..25e4e8d 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,9 @@ +2009-07-10 Doug Kwan <dougkwan@google.com> + + * arm-disc.c (print_insn_coprocessor, print_insn_arm): Print only + lower 32 bits of long types to make hexadecimal output consistent + on both 32-bit and 64-bit hosts. + 2009-07-10 Alan Modra <amodra@bigpond.net.au> * fr30-desc.c, * fr30-desc.h, * fr30-opc.c, * fr30-opc.h, |