diff options
author | Jeff Law <law@redhat.com> | 1994-02-07 00:34:59 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1994-02-07 00:34:59 +0000 |
commit | f8693e71a766ff2095db8a20122d590f6aa432b4 (patch) | |
tree | f3e2fb5acd14351b189eb0acde3ea08393f51df3 /gas | |
parent | b6999724daf812f64c0098c8b10ffdaffce8c61a (diff) | |
download | gdb-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/ChangeLog | 2 | ||||
-rw-r--r-- | gas/configure.in | 2 |
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 ;; |