forked from Imagelibrary/binutils-gdb
Fix: alpha: ld segfaults in
PR 30940 * elf64-alpha.c (elf64_alpha_check_relocs): Correct error message.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user