* configure.host (ia64-*-hpux*): Support 64 bit targets using
authorAlan Modra <amodra@gmail.com>
Tue, 17 Dec 2002 04:17:21 +0000 (04:17 +0000)
committerAlan Modra <amodra@gmail.com>
Tue, 17 Dec 2002 04:17:21 +0000 (04:17 +0000)
the HP compiler's "long long".

bfd/ChangeLog
bfd/configure.host

index 1ac7d7bb797c0e783946bc4b74e7511bba45d33a..a71f60a107ed525c9e145949720dd5c9730c54a7 100644 (file)
@@ -1,9 +1,14 @@
+2002-12-17  Roger Sayle  <roger@eyesopen.com>
+
+       * configure.host (ia64-*-hpux*): Support 64 bit targets using
+       the HP compiler's "long long".
+
 2002-12-16  Andrew MacLeod  <amacleod@redhat.com>
 
        * elf32-xstormy16.c (xstormy16_elf_howto): Add R_XSTORMY16_LO16
        and R_XSTORMY16_HI16) howto entries.
        (xstormy16_reloc_map): Map R_XSTORMY16_{LO,HI}16 to BFD_RELOC_{LO,HI}16.
-       (xstormy16_info_to_howto_rela): Use R_XSTORMY16_GNU_VTINHERIT to 
+       (xstormy16_info_to_howto_rela): Use R_XSTORMY16_GNU_VTINHERIT to
        determine the start of the second reloc table.
 
 2002-12-16  Nathan Tallent  <eraxxon@alumni.rice.edu>
index 207e4c007ce516938c95bf9e4b76095397d774b2..634b0b12376de4ccf29c82328d95e1f451187f17 100644 (file)
@@ -32,6 +32,10 @@ hppa*-*-osf*)                HDEFINES=-DHOST_HPPAOSF ;;
 
 ia64-*-linux*)         host64=true; HOST_64BIT_TYPE=long ;;
 ia64-*-aix*)           host64=true; HOST_64BIT_TYPE=long ;;
+ia64-*-hpux*)          host64=true
+                       HOST_64BIT_TYPE="long long";
+                       HOST_U_64BIT_TYPE="unsigned long long";
+                       ;;
 
 i[3456]86-sequent-bsd*)        HDEFINES=-Dshared=genshared ;;
 i[3456]86-sequent-sysv4*) ;;
This page took 0.030569 seconds and 4 git commands to generate.