mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 23:39:35 +08:00
* configure.in: Recognize i586 as a synonym for i[34]86.
This commit is contained in:
@ -1,3 +1,19 @@
|
|||||||
|
Wed Aug 24 12:46:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
|
||||||
|
|
||||||
|
* configure.in: Recognize i586 as a synonym for i[34]86.
|
||||||
|
|
||||||
|
Tue Aug 23 12:32:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
|
||||||
|
|
||||||
|
* config/obj-coff.c (c_line_new): Change line_number argument from
|
||||||
|
unsigned short to int so that the type in the prototype matches
|
||||||
|
the promoted type in the definition.
|
||||||
|
(stack_delete): Comment out; not used.
|
||||||
|
* config/obj-coff.h (tc_coff_symbol_emit_hook): Declare if not
|
||||||
|
BFD_ASSEMBLER, not if BFD_ASSEMBLER. Declare argument type.
|
||||||
|
* config/tc-m68k.h (tc_coff_sizemachdep): Declare.
|
||||||
|
* config/tc-m68k.c (tc_coff_symbol_emit_hook): Add ignored
|
||||||
|
argument.
|
||||||
|
|
||||||
Tue Aug 16 01:48:20 1994 Jeff Law (law@snake.cs.utah.edu)
|
Tue Aug 16 01:48:20 1994 Jeff Law (law@snake.cs.utah.edu)
|
||||||
|
|
||||||
* gas/config/tc-hppa.c (pa_comm): Set sy_frag for the common
|
* gas/config/tc-hppa.c (pa_comm): Set sy_frag for the common
|
||||||
|
@ -47,11 +47,12 @@ case "${host}" in
|
|||||||
hppa*-*-osf*) gas_host=hppaosf ;;
|
hppa*-*-osf*) gas_host=hppaosf ;;
|
||||||
hppa*-*-hiux*) gas_host=hpux ;;
|
hppa*-*-hiux*) gas_host=hpux ;;
|
||||||
|
|
||||||
i[34]86-ibm-aix*) gas_host=i386aix ;;
|
i[345]86-ibm-aix*) gas_host=i386aix ;;
|
||||||
i[34]86-*-isc*) gas_host=sysv ;;
|
i[345]86-*-isc*) gas_host=sysv ;;
|
||||||
i386-sun-sunos*) gas_host=sun386 ;;
|
i[345]86-sun-sunos*) gas_host=sun386 ;;
|
||||||
i386-*-mach*) gas_host=mach3 ;;
|
i[345]86-*-mach*) gas_host=mach3 ;;
|
||||||
i386-*-go32) target_makefile_frag=config/go32.mh ;;
|
i[345]86-*-go32) host_makefile_frag=config/go32.mh
|
||||||
|
gas_host=go32 ;;
|
||||||
|
|
||||||
m68k-sun-sunos*) gas_host=sun3 ;;
|
m68k-sun-sunos*) gas_host=sun3 ;;
|
||||||
m68*-*-hpux) gas_host=hpux ;;
|
m68*-*-hpux) gas_host=hpux ;;
|
||||||
@ -108,7 +109,7 @@ case ${target_cpu} in
|
|||||||
# Actually we've only got support for the 1.1, so we shouldn't generalize,
|
# Actually we've only got support for the 1.1, so we shouldn't generalize,
|
||||||
# but this is what the support files are named...
|
# but this is what the support files are named...
|
||||||
hppa*) cpu_type=hppa ;;
|
hppa*) cpu_type=hppa ;;
|
||||||
i486) cpu_type=i386 ;;
|
i[45]86) cpu_type=i386 ;;
|
||||||
m680[012346]0) cpu_type=m68k ;;
|
m680[012346]0) cpu_type=m68k ;;
|
||||||
m68008) cpu_type=m68k ;;
|
m68008) cpu_type=m68k ;;
|
||||||
m683??) cpu_type=m68k ;;
|
m683??) cpu_type=m68k ;;
|
||||||
@ -217,10 +218,15 @@ case ${generic_target} in
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
ppc-*-aix*) obj_format=coff bfd_gas=yes ;;
|
ppc-*-aix*) obj_format=coff bfd_gas=yes ;;
|
||||||
|
ppc-*-elf*) obj_format=elf bfd_gas=yes ;;
|
||||||
|
ppc-*-netware*) obj_format=elf emulation=ppcnw ;;
|
||||||
ppc-*-sysv4*) obj_format=elf bfd_gas=yes ;;
|
ppc-*-sysv4*) obj_format=elf bfd_gas=yes ;;
|
||||||
|
|
||||||
sh-*-coff) obj_format=coff ;;
|
sh-*-coff) obj_format=coff ;;
|
||||||
|
|
||||||
|
ns32k-pc532-mach*) obj_format=aout emulation=pc532 bfd_gas=yes ;;
|
||||||
|
ns32k-pc532-netbsd*) obj_format=aout emulation=netbsd532 bfd_gas=yes ;;
|
||||||
|
|
||||||
sparc*-*-sunos4*) obj_format=aout emulation=sun3 bfd_gas=yes ;;
|
sparc*-*-sunos4*) obj_format=aout emulation=sun3 bfd_gas=yes ;;
|
||||||
sparc*-*-aout | sparc*-*-vxworks)
|
sparc*-*-aout | sparc*-*-vxworks)
|
||||||
obj_format=aout bfd_gas=yes ;;
|
obj_format=aout bfd_gas=yes ;;
|
||||||
@ -257,7 +263,7 @@ esac
|
|||||||
# IEEE FP. On those that don't support FP at all, usually IEEE
|
# IEEE FP. On those that don't support FP at all, usually IEEE
|
||||||
# is emulated.
|
# is emulated.
|
||||||
case ${target_cpu} in
|
case ${target_cpu} in
|
||||||
ns32k | vax | tahoe ) atof=${target_cpu} ;;
|
vax | tahoe ) atof=${target_cpu} ;;
|
||||||
*) atof=ieee ;;
|
*) atof=ieee ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user