public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* elf64-nfp reloc fix
@ 2022-06-08 11:57 Alan Modra
  0 siblings, 0 replies; only message in thread
From: Alan Modra @ 2022-06-08 11:57 UTC (permalink / raw)
  To: binutils

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 fd471b504aa..167f979722b 100644
--- a/bfd/elf64-nfp.c
+++ b/bfd/elf64-nfp.c
@@ -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",

-- 
Alan Modra
Australia Development Lab, IBM

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-06-08 11:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-08 11:57 elf64-nfp reloc fix Alan Modra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).