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.
diff --git a/bfd/elf64-nfp.c b/bfd/elf64-nfp.c index fd471b5..167f979 100644 --- a/bfd/elf64-nfp.c +++ b/bfd/elf64-nfp.c
@@ -82,7 +82,7 @@ HOWTO (R_NFP_IMMED_LO16_I_B, 0, 3, 0, false, 0, complain_overflow_dont, elf64_nfp_reloc, "R_NFP_IMMED_LO16_I_B", - true, 0, 0, false), + false, 0, 0, false), HOWTO (R_NFP_SRC7_B, 0, 3, 0, false, 0, complain_overflow_dont, elf64_nfp_reloc, "R_NFP_SRC7_B",