aboutsummaryrefslogtreecommitdiff
path: root/bfd/config.bfd
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>2000-04-24 08:31:33 +0000
committerJeff Law <law@redhat.com>2000-04-24 08:31:33 +0000
commite59db122bdd69dbe595d94ea02ddfbfd04b8f443 (patch)
tree93c12826d8947bad13533d4744bff463db127c8a /bfd/config.bfd
parent9ffc64f4d33bc4dbcb048e770cf076c28b727e39 (diff)
downloadgdb-e59db122bdd69dbe595d94ea02ddfbfd04b8f443.zip
gdb-e59db122bdd69dbe595d94ea02ddfbfd04b8f443.tar.gz
gdb-e59db122bdd69dbe595d94ea02ddfbfd04b8f443.tar.bz2
* config.bfd: Only disable elf32-hppa vectors, not all of the
BSD and OSF configuration support. Provide (disabled) clauses for PA64 support. * configure.in: Add clause for PA64 support. * configure: Rebuilt.
Diffstat (limited to 'bfd/config.bfd')
-rw-r--r--bfd/config.bfd18
1 files changed, 14 insertions, 4 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd
index ca8d562..def3df0 100644
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -229,22 +229,32 @@ case "${targ}" in
targ_defvec=bfd_elf32_hppa_vec
;;
#endif
+#if 0
+#ifdef BFD64
+ # Do not enable this until we've settled the configury issues
+ # with the GCC, GDB, binutils, and autoconf maintainers.
+ hppa*w-*-hpux11*)
+ targ_defvec=bfd_elf64_hppa_vec
+ targ_cflags=-DHPUX_LARGE_AR_IDS
+ ;;
+#endif
+#endif
#if defined (HOST_HPPAHPUX) || defined (HOST_HPPABSD) || defined (HOST_HPPAOSF) || defined (HOST_HPPAMPEIX)
-#if 0 /* HPPA ELF does not work currently. */
hppa*-*-bsd*)
targ_defvec=som_vec
+#if 0 /* HPPA ELF does not work currently. */
targ_selvecs=bfd_elf32_hppa_vec
- ;;
#endif
+ ;;
hppa*-*-hpux* | hppa*-*-hiux* | hppa*-*-mpeix*)
targ_defvec=som_vec
;;
-#if 0 /* HPPA ELF does not work currently. */
hppa*-*-osf*)
targ_defvec=som_vec
+#if 0 /* HPPA ELF does not work currently. */
targ_selvecs=bfd_elf32_hppa_vec
- ;;
#endif
+ ;;
#endif /* defined (HOST_HPPAHPUX) || defined (HOST_HPPABSD) || defined (HOST_HPPAOSF) */
i370-*-*)