diff options
Diffstat (limited to 'bfd/elf64-gen.c')
-rw-r--r-- | bfd/elf64-gen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf64-gen.c b/bfd/elf64-gen.c index 46bb32b..2dbc1dd 100644 --- a/bfd/elf64-gen.c +++ b/bfd/elf64-gen.c @@ -66,7 +66,7 @@ check_for_relocs (bfd * abfd, asection * o, void * failed) ehdrp = elf_elfheader (abfd); /* xgettext:c-format */ - _bfd_error_handler (_("%B: Relocations in generic ELF (EM: %d)"), + _bfd_error_handler (_("%pB: Relocations in generic ELF (EM: %d)"), abfd, ehdrp->e_machine); bfd_set_error (bfd_error_wrong_format); |