Include bfd_elf64_sparc_vec if BFD64 is enabled.

This commit is contained in:
Nick Clifton 2003-10-08 13:50:23 +00:00
parent 6a33aff473
commit afa105f875
2 changed files with 5 additions and 2 deletions

View File

@ -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.

View File

@ -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,