]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - bfd/elfn32-mips.c
Correct R_MIPS_16 n32 howto
authorAlan Modra <amodra@gmail.com>
Sat, 11 Jun 2022 02:16:31 +0000 (11:46 +0930)
committerAlan Modra <amodra@gmail.com>
Tue, 14 Jun 2022 00:26:49 +0000 (09:56 +0930)
commit5f269b46201975658dc5f4218acc6d836fa12ab6
treee1323add6bfbfd68a8922cbdc4258ce2deecb676
parent22b8da0ae7a9fa524b639623c66df63bd0beaf7c
Correct R_MIPS_16 n32 howto

If the howto is actually used, an all-zero dst_mask will result in
unchanged section contents on attempting to apply R_MIPS_16.

* elfn32-mips.c (elf_mips_howto_table_rela <R_MIPS_16>): Correct
dst_mask.
bfd/elfn32-mips.c