pr30940
authorMatthias Klose <doko@debian.org>
Wed, 11 Oct 2023 01:40:20 +0000 (02:40 +0100)
committerMatthias Klose <doko@debian.org>
Wed, 11 Oct 2023 01:40:20 +0000 (02:40 +0100)
2023-10-06  Nick Clifton  <nickc@redhat.com>

PR 30940
* elf64-alpha.c (elf64_alpha_check_relocs): Correct error message.

Gbp-Pq: Name pr30940.diff

bfd/elf64-alpha.c

index 125379b4f88196035c7c2d011435fff085089c8f..eb60410f60d290bc08b8bada5c7a05f14a738b83 100644 (file)
@@ -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);
                }
            }
        }