diff options
Diffstat (limited to 'bfd/elfxx-x86.c')
-rw-r--r-- | bfd/elfxx-x86.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elfxx-x86.c b/bfd/elfxx-x86.c index 2398553bd64..5f55c948edc 100644 --- a/bfd/elfxx-x86.c +++ b/bfd/elfxx-x86.c @@ -568,7 +568,7 @@ maybe_set_textrel (struct elf_link_hash_entry *h, void *inf) info->flags |= DF_TEXTREL; /* xgettext:c-format */ - info->callbacks->minfo (_("%pB: dynamic relocation against `%T' " + info->callbacks->minfo (_("%pB: dynamic relocation against `%pT' " "in read-only section `%pA'\n"), sec->owner, h->root.root.string, sec); |