aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-crx.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/elf32-crx.c')
-rw-r--r--bfd/elf32-crx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-crx.c b/bfd/elf32-crx.c
index d8a3862..109e227 100644
--- a/bfd/elf32-crx.c
+++ b/bfd/elf32-crx.c
@@ -426,7 +426,7 @@ elf_crx_info_to_howto (bfd *abfd ATTRIBUTE_UNUSED, arelent *cache_ptr,
if (r_type >= R_CRX_MAX)
{
/* xgettext:c-format */
- _bfd_error_handler (_("%B: unrecognised CRX reloc number: %d"),
+ _bfd_error_handler (_("%pB: unrecognised CRX reloc number: %d"),
abfd, r_type);
bfd_set_error (bfd_error_bad_value);
r_type = R_CRX_NONE;