aboutsummaryrefslogtreecommitdiff
path: root/bfd/coff-i860.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/coff-i860.c')
-rw-r--r--bfd/coff-i860.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/coff-i860.c b/bfd/coff-i860.c
index 50d156c..f5d8e88 100644
--- a/bfd/coff-i860.c
+++ b/bfd/coff-i860.c
@@ -610,7 +610,7 @@ i860_reloc_processing (arelent *cache_ptr, struct internal_reloc *dst,
{
_bfd_error_handler
/* xgettext: c-format */
- (_("%B: warning: illegal symbol index %ld in relocs"),
+ (_("%pB: warning: illegal symbol index %ld in relocs"),
abfd, dst->r_symndx);
cache_ptr->sym_ptr_ptr = bfd_abs_section_ptr->symbol_ptr_ptr;
ptr = NULL;