(_bfd_target_vector): Only include the bfd_elf32_ia64_hpux_big_vec vector
authorNick Clifton <nickc@redhat.com>
Thu, 24 Mar 2005 21:02:19 +0000 (21:02 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 24 Mar 2005 21:02:19 +0000 (21:02 +0000)
when building a 64-bit BFD with all targets enabled.

bfd/ChangeLog
bfd/targets.c

index 742848f7d7a7a75a502ae2f1b400a470e22fdc59..7d83b6de38eaa81b2e0d331fd4ca2a0bf4fbfdbd 100644 (file)
@@ -1,3 +1,9 @@
+2005-03-24  Nick Clifton  <nickc@redhat.com>
+
+       * targets.c (_bfd_target_vector): Only include the
+       bfd_elf32_ia64_hpux_big_vec vector when building a 64-bit BFD with
+       all targets enabled.
+
 2005-03-24  James E Wilson  <wilson@specifixinc.com>
 
        * Makefile.am (BFD32_BACKENDS): Delete elf32-ia64.lo.
index e2d5b651f4cc7f734288c9ffb6ea2f57b0c22a86..74152371dba6844c22d4337718a2c461feab7dc5 100644 (file)
@@ -867,7 +867,9 @@ static const bfd_target * const _bfd_target_vector[] = {
 #if 0
        &bfd_elf32_ia64_big_vec,
 #endif
+#ifdef BFD64
        &bfd_elf32_ia64_hpux_big_vec,
+#endif
        &bfd_elf32_ip2k_vec,
        &bfd_elf32_iq2000_vec,
        &bfd_elf32_little_generic_vec,
This page took 0.030648 seconds and 4 git commands to generate.