Fixes for testsuite failures introduced by the changes made for PR 19011.
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 4e367a4dade743075a219b24b822a134ae77a104..92dd9784d2a7200bd5a04f080ca626705efe7b57 100644 (file)
@@ -1,3 +1,29 @@
+2020-08-27  Alan Modra  <amodra@gmail.com>
+
+       PR 26467
+       * cgen.c (weak_operand_overflow_check): Handle opmask for
+       operand length zero.  Use 1UL constant.
+
+2020-08-26  Alan Modra  <amodra@gmail.com>
+
+       PR 26508
+       * config/tc-xtensa.c (xg_get_trampoline_chain): Return early
+       when n_entries is zero.
+
+2020-08-26  Alan Modra  <amodra@gmail.com>
+
+       PR 26448
+       * symbols.c: Include limits.h.
+       (resolve_symbol_value <O_left_shift, O_right_shift>): Do an
+       unsigned shift.  Warn if shift count larger than valueT size.
+
+2020-08-26  Alan Modra  <amodra@gmail.com>
+
+       PR 26447
+       * expr.c (expr <O_left_shift>): Do an unsigned shift.
+
+2020-08-25  Alan Modra  <amodra@gmail.com>
+
 2020-08-26  David Faust  <david.faust@oracle.com>
 
        * config/tc-bpf.c: Add option -mxbpf to select xbpf isa.
@@ -9,7 +35,7 @@
 
 2020-08-25  Alan Modra  <amodra@gmail.com>
 
-       PR26501
+       PR 26501
        * gas/config/tc-tic54x.c (tic54x_undefined_symbol): Properly treat
        misc_symbol_hash entries without values.
 
This page took 0.023829 seconds and 4 git commands to generate.