Deleted Added
full compact
42a43,49
> static void elf_generic_info_to_howto
> PARAMS ((bfd *, arelent *, Elf64_Internal_Rela *));
> static void elf_generic_info_to_howto_rel
> PARAMS ((bfd *, arelent *, Elf64_Internal_Rel *));
> static boolean elf64_generic_link_add_symbols
> PARAMS ((bfd *, struct bfd_link_info *));
>
75,83c82,84
< if (abfd->my_archive)
< (*_bfd_error_handler) (_("%s(%s): Relocations in generic ELF (EM: %d)"),
< bfd_get_filename (abfd->my_archive),
< bfd_get_filename (abfd),
< ehdrp->e_machine);
< else
< (*_bfd_error_handler) (_("%s: Relocations in generic ELF (EM: %d)"),
< bfd_get_filename (abfd),
< ehdrp->e_machine);
---
> (*_bfd_error_handler) (_("%s: Relocations in generic ELF (EM: %d)"),
> bfd_archive_filename (abfd),
> ehdrp->e_machine);