elf64-nfp reloc fix

These are all dummy howtos, there is no reason one of them should
have partial_inplace true.

	* elf64-nfp.c (elf_nfp_howto_table <R_NFP_IMMED_LO16_I_B>): Don't
	set partial_inplace.
This commit is contained in:
Alan Modra
2022-06-08 14:33:17 +09:30
parent 24d34d81ea
commit 47be149aca

View File

@ -82,7 +82,7 @@ static reloc_howto_type elf_nfp_howto_table[] =
HOWTO (R_NFP_IMMED_LO16_I_B, 0, 3, 0, false, 0, HOWTO (R_NFP_IMMED_LO16_I_B, 0, 3, 0, false, 0,
complain_overflow_dont, elf64_nfp_reloc, complain_overflow_dont, elf64_nfp_reloc,
"R_NFP_IMMED_LO16_I_B", "R_NFP_IMMED_LO16_I_B",
true, 0, 0, false), false, 0, 0, false),
HOWTO (R_NFP_SRC7_B, 0, 3, 0, false, 0, HOWTO (R_NFP_SRC7_B, 0, 3, 0, false, 0,
complain_overflow_dont, elf64_nfp_reloc, complain_overflow_dont, elf64_nfp_reloc,
"R_NFP_SRC7_B", "R_NFP_SRC7_B",