Re: ubsan: ns32k: left shift cannot be represented in type
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
index a8e1d30a9d45b3bc34c6a7d65de72fae4e397d4f..5345dfb2bf75e74ddb9e039022983643017e32cb 100644 (file)
@@ -1,3 +1,26 @@
+2019-12-11  Alan Modra  <amodra@gmail.com>
+
+       * ns32k-dis.c (sign_extend): Correct last patch.
+
+2019-12-11  Alan Modra  <amodra@gmail.com>
+
+       * vax-dis.c (NEXTLONG): Avoid signed overflow.
+
+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.024081 seconds and 4 git commands to generate.