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

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=47be149aca50ce421d2f4be5586aeb8ff45caa97

commit 47be149aca50ce421d2f4be5586aeb8ff45caa97
Author: Alan Modra <amodra@gmail.com>
Date:   Wed Jun 8 14:33:17 2022 +0930

    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:
---
 bfd/elf64-nfp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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",


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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-08 12:03 [binutils-gdb] 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).