mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 07:08:01 +08:00
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:
@ -82,7 +82,7 @@ static reloc_howto_type elf_nfp_howto_table[] =
|
||||
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",
|
||||
|
Reference in New Issue
Block a user