]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Fixes a compile time warnng about left shifting a negative value.
authorSzabolcs Nagy <szabolcs.nagy@arm.com>
Tue, 16 Jun 2015 12:35:33 +0000 (13:35 +0100)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Thu, 24 Aug 2017 12:46:30 +0000 (09:46 -0300)
commitb8ff9e984b48784362e42ad992efae46b97bd99b
treeeddef4d0fff1b86ca6d179655e440df52b33b958
parent29efa3f55de3004fd0d7887802f8835df784c70a
Fixes a compile time warnng about left shifting a negative value.

* arm-dis.c (print_insn_coprocessor): Avoid negative shift.
opcodes/ChangeLog
opcodes/arm-dis.c