projects
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7919a12
)
pr30940
author
Matthias Klose
<doko@debian.org>
Wed, 11 Oct 2023 01:40:20 +0000
(
02:40
+0100)
committer
Matthias 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
patch
|
blob
|
history
diff --git
a/bfd/elf64-alpha.c
b/bfd/elf64-alpha.c
index 125379b4f88196035c7c2d011435fff085089c8f..eb60410f60d290bc08b8bada5c7a05f14a738b83 100644
(file)
--- 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);
}
}
}