public inbox for binutils-cvs@sourceware.org
 help / color / mirror / Atom feed
* [binutils-gdb] Fix: alpha: ld segfaults in
@ 2023-10-06  9:52 Nick Clifton
  0 siblings, 0 replies; only message in thread
From: Nick Clifton @ 2023-10-06  9:52 UTC (permalink / raw)
  To: bfd-cvs

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

commit b75b3eb082b9ee25be98e9cebe1ae5e665a682fc
Author: Nick Clifton <nickc@redhat.com>
Date:   Fri Oct 6 10:52:02 2023 +0100

    Fix: alpha: ld segfaults in
    
      PR 30940
      * elf64-alpha.c (elf64_alpha_check_relocs): Correct error message.

Diff:
---
 bfd/ChangeLog     | 5 +++++
 bfd/elf64-alpha.c | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index f44806fc34c..bf70a1da22d 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+2023-10-06  Nick Clifton  <nickc@redhat.com>
+
+	PR 30940
+	* elf64-alpha.c (elf64_alpha_check_relocs): Correct error message.
+
 2023-10-05  Nick Clifton  <nickc@redhat.com>
 
 	PR 30904
diff --git a/bfd/elf64-alpha.c b/bfd/elf64-alpha.c
index 125379b4f88..eb60410f60d 100644
--- a/bfd/elf64-alpha.c
+++ b/bfd/elf64-alpha.c
@@ -1982,9 +1982,9 @@ elf64_alpha_check_relocs (bfd *abfd, struct bfd_link_info *info,
 		{
 		  info->flags |= DF_TEXTREL;
 		  info->callbacks->minfo
-		    (_("%pB: dynamic relocation against `%pT' in "
+		    (_("%pB: dynamic relocation against a local symbol in "
 		       "read-only section `%pA'\n"),
-		     sec->owner, h->root.root.root.string, sec);
+		     sec->owner, sec);
 		}
 	    }
 	}

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

only message in thread, other threads:[~2023-10-06  9:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-06  9:52 [binutils-gdb] Fix: alpha: ld segfaults in Nick Clifton

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).