Yet more signed overflow fixes
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
index 1e9945ee8d73ae852986fdde6a92860a883c9eb2..96993a3ee68c40d03d6feb387549c8febec784ee 100644 (file)
@@ -1,3 +1,32 @@
+2019-12-18  Alan Modra  <amodra@gmail.com>
+
+       * alpha-opc.c (OP): Avoid signed overflow.
+       * arm-dis.c (print_insn): Likewise.
+       * mcore-dis.c (print_insn_mcore): Likewise.
+       * pj-dis.c (get_int): Likewise.
+       * ppc-opc.c (EBD15, EBD15BI): Likewise.
+       * score7-dis.c (s7_print_insn): Likewise.
+       * tic30-dis.c (print_insn_tic30): Likewise.
+       * v850-opc.c (insert_SELID): Likewise.
+       * vax-dis.c (print_insn_vax): Likewise.
+       * arc-ext.c (create_map): Likewise.
+       (struct ExtAuxRegister): Make "address" field unsigned int.
+       (arcExtMap_auxRegName): Pass unsigned address.
+       (dump_ARC_extmap): Adjust.
+       * arc-ext.h (arcExtMap_auxRegName): Update prototype.
+
+2019-12-17  Alan Modra  <amodra@gmail.com>
+
+       * visium-dis.c (print_insn_visium): Avoid signed overflow.
+
+2019-12-17  Alan Modra  <amodra@gmail.com>
+
+       * aarch64-opc.c (value_fit_signed_field_p): Avoid signed overflow.
+       (value_fit_unsigned_field_p): Likewise.
+       (aarch64_wide_constant_p): Likewise.
+       (operand_general_constraint_met_p): Likewise.
+       * aarch64-opc.h (aarch64_wide_constant_p): Update prototype.
+
 2019-12-17  Alan Modra  <amodra@gmail.com>
 
        * nds32-dis.c (nds32_mask_opcode): Avoid signed overflow.
This page took 0.035747 seconds and 4 git commands to generate.