ubsan: m68k: left shift cannot be represented in type 'int'
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
index 6b76f158c952f54e32afc212f47f6ca997ed2fb8..ffe57a451489d9e8afc130fd983d85d92edf1965 100644 (file)
@@ -1,3 +1,23 @@
+2019-12-11  Alan Modra  <amodra@gmail.com>
+
+       * m68k-dis.c (COERCE32): Cast value first.
+       (NEXTLONG, NEXTULONG): Avoid signed overflow.
+
+2019-12-11  Alan Modra  <amodra@gmail.com>
+
+       * h8300-dis.c (extract_immediate): Avoid signed overflow.
+       (bfd_h8_disassemble): Likewise.
+
+2019-12-11  Alan Modra  <amodra@gmail.com>
+
+       * d30v-dis.c (print_insn): Make opind unsigned.  Don't access
+       past end of operands array.
+
+2019-12-11  Alan Modra  <amodra@gmail.com>
+
+       * csky-dis.c (csky_chars_to_number): Rewrite.  Avoid signed
+       overflow when collecting bytes of a number.
+
 2019-12-11  Alan Modra  <amodra@gmail.com>
 
        * cris-dis.c (print_with_operands): Avoid signed integer
This page took 0.024721 seconds and 4 git commands to generate.