PR26472, PR26473, PR26474 UBSAN: tc-mips.c shift left UB
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 38c7f70b22e74d374faac7b44023adb21eeb5916..3d696a9d75b51a58dd65584c6d3f03a08a7ebdef 100644 (file)
@@ -1,3 +1,28 @@
+2020-08-31  Alan Modra  <amodra@gmail.com>
+
+       PR 26472
+       PR 26473
+       PR 26474
+       * config/tc-mips.c (operand_reg_mask): Shift 1u left.
+       (load_register): Shift 0xffffU left.
+
+2020-08-31  Alan Modra  <amodra@gmail.com>
+
+       PR 26471
+       * config/tc-metag.c (md_chars_to_number): Make retval unsigned.
+
+2020-08-31  Alan Modra  <amodra@gmail.com>
+
+       PR 26468
+       * config/tc-mep.c (md_convert_frag): Use uint32_t for addend and
+       other variables.
+
+2020-08-31  Alan Modra  <amodra@gmail.com>
+
+       PR 26493
+       * config/tc-riscv.c (riscv_ip): Cast X_add_number passed to
+       VALID_* macros to unsigned.
+
 2020-08-31  Alan Modra  <amodra@gmail.com>
 
        * config/tc-crx.c: Formatting.
This page took 0.022787 seconds and 4 git commands to generate.