* config.bfd: If we include any ELF targets in targ_defvec and/or
authorIan Lance Taylor <ian@airs.com>
Wed, 29 Apr 1998 19:38:38 +0000 (19:38 +0000)
committerIan Lance Taylor <ian@airs.com>
Wed, 29 Apr 1998 19:38:38 +0000 (19:38 +0000)
commit92769ae9494808775025d296916bbad513a4cccc
tree0236325c6db8eaca81464f5a6c64bb22f1c2f3b0
parent2a8b1fab7c1802f6297c22dd95e79ba8ea0eb6c7
* config.bfd: If we include any ELF targets in targ_defvec and/or
targ_selvecs, then add the generic ELF targets to targ_selvecs.
* elf32-gen.c (dummy): New static const variable.
(elf_generic_info_to_howto): New static function.
(elf_generic_info_to_howto_rel): New static function.
(elf_info_to_howto): Define as elf_generic_info_to_howto.
(elf_info_to_howto_rel): Define as elf_generic_info_to_howto_rel.
* elf64-gen.c: Same changes as elf32-gen.c.
* elfcode.h (elf_object_p): For the generic target, ignore a
failure of bfd_default_set_arch_mach.  Fix indentation a bit.
bfd/ChangeLog