summaryrefslogtreecommitdiff
path: root/bfd/elf32-i960.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/elf32-i960.c')
-rw-r--r--bfd/elf32-i960.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-i960.c b/bfd/elf32-i960.c
index 61a7f9d9ecb..0f85efafc56 100644
--- a/bfd/elf32-i960.c
+++ b/bfd/elf32-i960.c
@@ -137,7 +137,7 @@ elf32_i960_info_to_howto_rel (bfd *abfd ATTRIBUTE_UNUSED,
if (type >= R_960_max)
{
/* xgettext:c-format */
- _bfd_error_handler (_("%B: invalid i960 reloc number: %d"), abfd, type);
+ _bfd_error_handler (_("%pB: invalid i960 reloc number: %d"), abfd, type);
type = 0;
}