From: Matthias Klose Date: Wed, 11 Oct 2023 01:40:20 +0000 (+0100) Subject: pr30940 X-Git-Tag: archive/raspbian/2.41-6+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3517ab18c8544120edc59852590f8487e1619fab;p=binutils.git pr30940 2023-10-06 Nick Clifton PR 30940 * elf64-alpha.c (elf64_alpha_check_relocs): Correct error message. Gbp-Pq: Name pr30940.diff --- diff --git a/bfd/elf64-alpha.c b/bfd/elf64-alpha.c index 125379b4f..eb60410f6 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); } } }