aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-10-08 13:50:23 +0000
committerNick Clifton <nickc@redhat.com>2003-10-08 13:50:23 +0000
commitafa105f875a3431f36da8bca4c1ea54e86b69c43 (patch)
treecd2bcb3d04eb19a02c77508ab18e8865633a9bcd /bfd
parent6a33aff473fa59850c8b688b9594d019145afd25 (diff)
downloadfsf-binutils-gdb-afa105f875a3431f36da8bca4c1ea54e86b69c43.zip
fsf-binutils-gdb-afa105f875a3431f36da8bca4c1ea54e86b69c43.tar.gz
fsf-binutils-gdb-afa105f875a3431f36da8bca4c1ea54e86b69c43.tar.bz2
Include bfd_elf64_sparc_vec if BFD64 is enabled.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog5
-rw-r--r--bfd/targets.c2
2 files changed, 5 insertions, 2 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 48db368..fee0a01 100644
--- a/bfd/ChangeLog
+++ b/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.
diff --git a/bfd/targets.c b/bfd/targets.c
index c3212a9..3f9dc6d 100644
--- a/bfd/targets.c
+++ b/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,