aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1994-02-07 00:34:59 +0000
committerJeff Law <law@redhat.com>1994-02-07 00:34:59 +0000
commitf8693e71a766ff2095db8a20122d590f6aa432b4 (patch)
treef3e2fb5acd14351b189eb0acde3ea08393f51df3 /gas
parentb6999724daf812f64c0098c8b10ffdaffce8c61a (diff)
downloadgdb-f8693e71a766ff2095db8a20122d590f6aa432b4.zip
gdb-f8693e71a766ff2095db8a20122d590f6aa432b4.tar.gz
gdb-f8693e71a766ff2095db8a20122d590f6aa432b4.tar.bz2
* configure.in (hiux): Fixes from m-kasahr@sramhc.sra.co.JP.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog2
-rw-r--r--gas/configure.in2
2 files changed, 4 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index c47129a..6a22ed0 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,7 @@
Sun Feb 6 16:13:47 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
+ * configure.in (hiux): Fixes from m-kasahr@sramhc.sra.co.JP.
+
* config/obj-som.c (obj_som_init_stab_section): Same change
as coffbfd and elf below. Zero the initial stab symbol after
allocating it.
diff --git a/gas/configure.in b/gas/configure.in
index bf58921..c5f94cb 100644
--- a/gas/configure.in
+++ b/gas/configure.in
@@ -45,6 +45,7 @@ case "${host}" in
hppa*-hp-hpux*) gas_host=hpux ;;
hppa*-hp-bsd*) gas_host=hppabsd ;;
hppa*-hp-osf*) gas_host=hppaosf ;;
+ hppa*-*-hiux*) gas_host=hpux ;;
i[34]86-ibm-aix*) gas_host=i386aix ;;
i[34]86-*-isc*) gas_host=sysv ;;
@@ -133,6 +134,7 @@ case ${generic_target} in
hppa-*-osf) obj_format=elf emulation=hppa ;;
hppa-*-hpux*) obj_format=som emulation=hppa ;;
hppa-*-bsd*) obj_format=som emulation=hppa ;;
+ hppa-*-hiux*) obj_format=som emulation=hppa ;;
h8300-*-coff) obj_format=coffbfd ;;