Browse Source

Include bfd_elf64_sparc_vec if BFD64 is enabled.

cagney_bigcore-20040122-branch
Nick Clifton 23 years ago
parent
commit
afa105f875
  1. 5
      bfd/ChangeLog
  2. 2
      bfd/targets.c

5
bfd/ChangeLog

@ -28,6 +28,11 @@
* elf-eh-frame.c (_bfd_elf_write_section_eh_frame): Pad the
last CIE/FDE if needed.
2003-10-06 Nick Clifton <nickc@redhat.com>
* targets.c (_bfd_target_vector): Include bfd_elf64_sparc_vec if
BFD64 is enabled.
2003-10-06 Matt Thomas <matt@3am-software.com>
config.bfd: Move the hppa*-*-netbsd* case to the hppa*-*-linux* case.

2
bfd/targets.c

@ -898,9 +898,7 @@ static const bfd_target * const _bfd_target_vector[] = {
&bfd_elf64_sh64nbsd_vec,
&bfd_elf64_sh64lin_vec,
&bfd_elf64_sh64blin_vec,
#if 0
&bfd_elf64_sparc_vec,
#endif
&bfd_elf64_tradbigmips_vec,
&bfd_elf64_tradlittlemips_vec,
&bfd_elf64_x86_64_vec,

Loading…
Cancel
Save