ubsan: v850: left shift cannot be represented in type 'long'
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
index a8e1d30a9d45b3bc34c6a7d65de72fae4e397d4f..2ad26cb5d6f05a28f9027677b887299aa8337973 100644 (file)
@@ -1,3 +1,18 @@
+2019-12-11  Alan Modra  <amodra@gmail.com>
+
+       * v850-dis.c (get_operand_value): Use unsigned arithmetic.  Don't
+       sign extend using shifts.
+
+2019-12-11  Alan Modra  <amodra@gmail.com>
+
+       * tic6x-dis.c (tic6x_extract_32): Avoid signed overflow.
+
+2019-12-11  Alan Modra  <amodra@gmail.com>
+
+       * tic4x-dis.c (tic4x_print_register): Formatting.  Don't segfault
+       on NULL registertable entry.
+       (tic4x_hash_opcode): Use unsigned arithmetic.
+
 2019-12-11  Alan Modra  <amodra@gmail.com>
 
        * s12z-opc.c (z_decode_signed_value): Avoid signed overflow.
This page took 0.022934 seconds and 4 git commands to generate.