diff options
author | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2015-06-16 13:35:33 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2015-06-16 13:35:33 +0100 |
commit | 24b4cf66a626566e7903813a2e0156778f4903f9 (patch) | |
tree | 3daeb3972e1ad26c4fe5d733c7264403c5754918 /opcodes/ChangeLog | |
parent | 95855ca82ec3ced28916922d663106e61ce593b4 (diff) | |
download | gdb-24b4cf66a626566e7903813a2e0156778f4903f9.zip gdb-24b4cf66a626566e7903813a2e0156778f4903f9.tar.gz gdb-24b4cf66a626566e7903813a2e0156778f4903f9.tar.bz2 |
Fixes a compile time warnng about left shifting a negative value.
* arm-dis.c (print_insn_coprocessor): Avoid negative shift.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index bf54219..fe9134d 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2015-06-16 Szabolcs Nagy <szabolcs.nagy@arm.com> + + * arm-dis.c (print_insn_coprocessor): Avoid negative shift. + 2015-06-12 Peter Bergner <bergner@vnet.ibm.com> * ppc-opc.c: Add comment accidentally removed by old commit. |