diff options
author | Jeff Law <law@redhat.com> | 2000-05-18 16:55:34 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 2000-05-18 16:55:34 +0000 |
commit | 4cc1a5acf0b7c8029e32812891db3da7ba9a3b72 (patch) | |
tree | 2c7350ca47e3ed9e0488309575cc944f6b5efcab | |
parent | c1f248ede529ca4bcb44a3be67929483a2c9b051 (diff) | |
download | gdb-4cc1a5acf0b7c8029e32812891db3da7ba9a3b72.tar.gz |
* config.bfd (hppa*64*-*-hpux11*): New target triplet.
-rw-r--r-- | bfd/ChangeLog | 4 | ||||
-rw-r--r-- | bfd/config.bfd | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 5e98cb925b5..f386002ff6a 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +Thu May 18 10:55:47 2000 Jeffrey A Law (law@cygnus.com) + + * config.bfd (hppa*64*-*-hpux11*): New target triplet. + 2000-05-17 S. Bharadwaj Yadavalli <sby@scrugs.lkg.dec.com> Rick Gorton <gorton@scrugs.lkg.dec.com> diff --git a/bfd/config.bfd b/bfd/config.bfd index 475fd0f289e..12aca15fda3 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -231,16 +231,12 @@ case "${targ}" in hppa*-*-*elf* | hppa*-*-linux-gnu* | hppa*-*-lites* | hppa*-*-sysv4* | hppa*-*-rtems*) targ_defvec=bfd_elf32_hppa_vec ;; -#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*) + hppa*64*-*-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) hppa*-*-bsd*) targ_defvec=som_vec |