PR 26423
* elf32-arm.c (calculate_group_reloc_mask): Use 3u in shift.
+2020-09-01 Alan Modra <amodra@gmail.com>
+
+ PR 26423
+ * elf32-arm.c (calculate_group_reloc_mask): Use 3u in shift.
+
2020-08-31 Alan Modra <amodra@gmail.com>
PR 26493
/* Determine the most significant bit in the residual and
align the resulting value to a 2-bit boundary. */
for (msb = 30; msb >= 0; msb -= 2)
- if (residual & (3 << msb))
+ if (residual & (3u << msb))
break;
/* The desired shift is now (msb - 6), or zero, whichever