ubsan: score: left shift of 2 by 31 places cannot be represented in type 'int'
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
index 9315ddef7ad0476ec1ae2e0fbf5fb33a5afa56e0..a374397b8b4e3f31dcaba7a44fccd01f258ff7d6 100644 (file)
@@ -1,3 +1,21 @@
+2019-12-23  Alan Modra  <amodra@gmail.com>
+
+       * score-dis.c (print_insn_score32): Avoid signed overflow.
+       (print_insn_score48): Likewise.  Don't cast to int when printing
+       hex values.
+
+2019-12-23  Alan Modra  <amodra@gmail.com>
+
+       * iq2000-ibld.c: Regenerate.
+
+2019-12-23  Alan Modra  <amodra@gmail.com>
+
+       * d30v-dis.c (extract_value): Make num param a uint64_t, constify
+       oper.  Use unsigned vars.
+       (print_insn): Make num var uint64_t.  Constify oper and remove now
+       unnecessary casts on extract_value calls.
+       (print_insn_d30v): Use unsigned vars.  Adjust printf formats.
+
 2019-12-23  Alan Modra  <amodra@gmail.com>
 
        * wasm32-dis.c (wasm_read_leb128): Don't allow oversize shifts.
This page took 0.024494 seconds and 4 git commands to generate.