ubsan: d30v: left shift cannot be represented in type 'long long'
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
index 36667aea510da387481b6a396c1914a3d5301911..1c5592ae26df5f583710ebe08d1d959479929f18 100644 (file)
@@ -1,3 +1,32 @@
+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.
+       Catch value overflow.  Sign extend only on terminating byte.
+
+2019-12-20  Alan Modra  <amodra@gmail.com>
+
+       PR 25281
+       * sh-dis.c (print_insn_ddt): Properly check validity of MOVX_NOPY
+       and MOVY_NOPX insns.  For invalid cases include 0xf000 in the word
+       printed.  Print .word in more cases.
+
+2019-12-20  Alan Modra  <amodra@gmail.com>
+
+       * or1k-ibld.c: Regenerate.
+
+2019-12-20  Alan Modra  <amodra@gmail.com>
+
+       * hppa-dis.c (extract_16, extract_21, print_insn_hppa): Use
+       unsigned variables.
+
 2019-12-20  Alan Modra  <amodra@gmail.com>
 
        * m68hc11-dis.c (read_memory): Delete forward decls.
This page took 0.022931 seconds and 4 git commands to generate.