diff options
author | Julian Brown <julian@codesourcery.com> | 2006-06-12 15:31:28 +0000 |
---|---|---|
committer | Julian Brown <julian@codesourcery.com> | 2006-06-12 15:31:28 +0000 |
commit | 4e9d3b813b857193778390d2a0f56000215bbab0 (patch) | |
tree | 0a5bd9934da48a6aa266ca9d9107d8db47071954 /opcodes/ChangeLog | |
parent | ce28273f99d0dd06bb896e521e4ba15c0fd3a189 (diff) | |
download | binutils-gdb-4e9d3b813b857193778390d2a0f56000215bbab0.tar.gz |
* arm-dis.c (print_insn_neon): Disassemble 32-bit immediates as signed
on 64-bit hosts.
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 2d383aeb386..0357828ce21 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2006-06-12 Julian Brown <julian@codesourcery.com> + + * arm-dis.c (print_insn_neon): Disassemble 32-bit immediates as signed + on 64-bit hosts. + 2006-06-10 H.J. Lu <hongjiu.lu@intel.com> * i386.c (GRP10): Renamed to ... |