[Bug binutils/27632] ASAN error: in bfd_getb32 binutils-gdb/bfd/libbfd.c:631
https://sourceware.org/bugzilla/show_bug.cgi?id=27632 Alan Modra changed: What|Removed |Added Last reconfirmed||2021-04-14 Ever confirmed|0
[Bug binutils/27632] ASAN error: in bfd_getb32 binutils-gdb/bfd/libbfd.c:631
https://sourceware.org/bugzilla/show_bug.cgi?id=27632 --- Comment #1 from Alan Modra --- There is an R_MIPS_16 reloc on an address 2 bytes before the end of .data. That ought to be fine, but someone defined R_MIPS_16 to operate on a 32-bit word. Fixing it would be an ABI break for big-endian mi