bfd/
[deliverable/binutils-gdb.git] / bfd / elf64-gen.c
index be1dc3e00ed68a785e5fa830d7e4041caacdffe6..6b9e22f68d7df98d6cab2b6c9b2131947cd66625 100644 (file)
@@ -80,9 +80,8 @@ elf64_generic_link_add_symbols (abfd, info)
        Elf_Internal_Ehdr *ehdrp;
 
        ehdrp = elf_elfheader (abfd);
-       (*_bfd_error_handler) (_("%s: Relocations in generic ELF (EM: %d)"),
-                              bfd_archive_filename (abfd),
-                              ehdrp->e_machine);
+       (*_bfd_error_handler) (_("%B: Relocations in generic ELF (EM: %d)"),
+                              abfd, ehdrp->e_machine);
 
        bfd_set_error (bfd_error_wrong_format);
        return FALSE;
This page took 0.025167 seconds and 4 git commands to generate.