Fix: alpha: ld segfaults in

PR 30940
  * elf64-alpha.c (elf64_alpha_check_relocs): Correct error message.
This commit is contained in:
Nick Clifton
2023-10-06 10:52:02 +01:00
parent 740ce35025
commit b75b3eb082
2 changed files with 7 additions and 2 deletions

View File

@@ -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

View 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);
}
}
}