Browse Source

* configure.in: Add hppa-*-openbsd* target, change

alpha*-*-openbsd* format to elf, and use elf for sparc-*-openbsd*
	with sparc64 cpu.
	* configure: Regenerate.
binutils-2_13-branch
Alan Modra 24 years ago
parent
commit
03111e8359
  1. 7
      gas/ChangeLog
  2. 498
      gas/configure
  3. 10
      gas/configure.in

7
gas/ChangeLog

@ -1,3 +1,10 @@
2002-07-09 Federico G. Schwindt <fgsch@olimpo.com.br>
* configure.in: Add hppa-*-openbsd* target, change
alpha*-*-openbsd* format to elf, and use elf for sparc-*-openbsd*
with sparc64 cpu.
* configure: Regenerate.
2002-07-08 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
* config/tc-mips.c (macro): Shift the 32-bit address range

498
gas/configure

File diff suppressed because it is too large

10
gas/configure.in

@ -182,11 +182,11 @@ changequote([,])dnl
alpha*-*-*vms*) fmt=evax ;;
alpha*-*-netware*) fmt=ecoff ;;
alpha*-*-openbsd*) fmt=ecoff ;;
alpha*-*-osf*) fmt=ecoff ;;
alpha*-*-linuxecoff*) fmt=ecoff ;;
alpha*-*-linux-gnu*) fmt=elf em=linux ;;
alpha*-*-netbsd*) fmt=elf em=nbsd ;;
alpha*-*-openbsd*) fmt=elf em=obsd ;;
arc-*-elf*) fmt=elf bfd_gas=yes ;;
@ -228,6 +228,7 @@ changequote([,])dnl
hppa-*-*elf*) fmt=elf em=hppa ;;
hppa-*-lites*) fmt=elf em=hppa ;;
hppa-*-netbsd*) fmt=elf em=nbsd ;;
hppa-*-openbsd*) fmt=elf em=hppa ;;
hppa-*-osf*) fmt=som em=hppa ;;
hppa-*-rtems*) fmt=elf em=hppa ;;
hppa-*-hpux11*) case ${cpu} in
@ -463,7 +464,12 @@ changequote([,])dnl
sparc64) fmt=elf ;;
esac
;;
sparc-*-openbsd*) fmt=aout em=nbsd ;;
sparc-*-openbsd*) em=nbsd
case ${cpu} in
sparc) fmt=aout ;;
sparc64) fmt=elf ;;
esac
;;
strongarm-*-coff) fmt=coff ;;
strongarm-*-elf) fmt=elf ;;

Loading…
Cancel
Save