mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-12 18:51:30 +08:00
* configure.in (hiux): Fixes from m-kasahr@sramhc.sra.co.JP.
This commit is contained in:
@ -1,5 +1,7 @@
|
|||||||
Sun Feb 6 16:13:47 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
|
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
|
* config/obj-som.c (obj_som_init_stab_section): Same change
|
||||||
as coffbfd and elf below. Zero the initial stab symbol after
|
as coffbfd and elf below. Zero the initial stab symbol after
|
||||||
allocating it.
|
allocating it.
|
||||||
|
@ -45,6 +45,7 @@ case "${host}" in
|
|||||||
hppa*-hp-hpux*) gas_host=hpux ;;
|
hppa*-hp-hpux*) gas_host=hpux ;;
|
||||||
hppa*-hp-bsd*) gas_host=hppabsd ;;
|
hppa*-hp-bsd*) gas_host=hppabsd ;;
|
||||||
hppa*-hp-osf*) gas_host=hppaosf ;;
|
hppa*-hp-osf*) gas_host=hppaosf ;;
|
||||||
|
hppa*-*-hiux*) gas_host=hpux ;;
|
||||||
|
|
||||||
i[34]86-ibm-aix*) gas_host=i386aix ;;
|
i[34]86-ibm-aix*) gas_host=i386aix ;;
|
||||||
i[34]86-*-isc*) gas_host=sysv ;;
|
i[34]86-*-isc*) gas_host=sysv ;;
|
||||||
@ -133,6 +134,7 @@ case ${generic_target} in
|
|||||||
hppa-*-osf) obj_format=elf emulation=hppa ;;
|
hppa-*-osf) obj_format=elf emulation=hppa ;;
|
||||||
hppa-*-hpux*) obj_format=som emulation=hppa ;;
|
hppa-*-hpux*) obj_format=som emulation=hppa ;;
|
||||||
hppa-*-bsd*) obj_format=som emulation=hppa ;;
|
hppa-*-bsd*) obj_format=som emulation=hppa ;;
|
||||||
|
hppa-*-hiux*) obj_format=som emulation=hppa ;;
|
||||||
|
|
||||||
h8300-*-coff) obj_format=coffbfd ;;
|
h8300-*-coff) obj_format=coffbfd ;;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user