diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-04-29 19:38:38 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-04-29 19:38:38 +0000 |
commit | 92769ae9494808775025d296916bbad513a4cccc (patch) | |
tree | 0236325c6db8eaca81464f5a6c64bb22f1c2f3b0 /bfd | |
parent | 2a8b1fab7c1802f6297c22dd95e79ba8ea0eb6c7 (diff) | |
download | gdb-92769ae9494808775025d296916bbad513a4cccc.zip gdb-92769ae9494808775025d296916bbad513a4cccc.tar.gz gdb-92769ae9494808775025d296916bbad513a4cccc.tar.bz2 |
* 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.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 8dd9160..bd11da4 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,16 @@ +Wed Apr 29 15:35:03 1998 Ian Lance Taylor <ian@cygnus.com> + + * 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. + Tue Apr 28 20:05:52 1998 Ian Lance Taylor <ian@cygnus.com> * configure.in (WIN32LIBADD): Add -lintl on cygwin32. |