From: Mark Kettenis Date: Thu, 14 Apr 2005 16:55:49 +0000 (+0000) Subject: * configure.tgt: Set emulation for mips-*-openbsd*. X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=26eebcf553d70d50be6c7505e80df35651863aa3;p=deliverable%2Fbinutils-gdb.git * configure.tgt: Set emulation for mips-*-openbsd*. Remove broken mips-dec-openbsd* config. * configure.in: Set default ABI for mips64-*-openbsd*. * configure: Regenerate. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 1ea7d3d376..d39156b226 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +2005-04-14 Mark Kettenis + + * configure.tgt: Set emulation for mips-*-openbsd*. + Remove broken mips-dec-openbsd* config. + * configure.in: Set default ABI for mips64-*-openbsd*. + * configure: Regenerate. + 2005-04-14 Maciej W. Rozycki * config/tc-mips.c (macro) [ldd_std]: Don't attempt the GP diff --git a/gas/configure b/gas/configure index c54691471b..cce042b165 100755 --- a/gas/configure +++ b/gas/configure @@ -4605,6 +4605,9 @@ echo "$as_me: error: $target_cpu isn't a supported MIPS CPU name" >&2;} mips*-linux*) mips_default_abi=O32_ABI ;; + mips64*-openbsd*) + mips_default_abi=N64_ABI + ;; *) mips_default_abi=NO_ABI ;; diff --git a/gas/configure.in b/gas/configure.in index e9deeafdf3..bdfa0f45ab 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -246,6 +246,9 @@ changequote([,])dnl mips*-linux*) mips_default_abi=O32_ABI ;; + mips64*-openbsd*) + mips_default_abi=N64_ABI + ;; *) mips_default_abi=NO_ABI ;; diff --git a/gas/configure.tgt b/gas/configure.tgt index fec36f754f..77c293876e 100644 --- a/gas/configure.tgt +++ b/gas/configure.tgt @@ -284,7 +284,6 @@ case ${generic_target} in mcore-*-pe) fmt=coff em=pe bfd_gas=yes ;; # don't change em like *-*-bsd does - mips-dec-openbsd*) fmt=elf endian=little ;; mips-sony-bsd*) fmt=ecoff ;; mips-*-ultrix*) fmt=ecoff endian=little ;; mips-*-osf*) fmt=ecoff endian=little ;; @@ -300,7 +299,7 @@ case ${generic_target} in mips-*-sysv*) fmt=ecoff ;; mips-*-elf* | mips-*-rtems*) fmt=elf ;; mips-*-netbsd*) fmt=elf ;; - mips-*-openbsd*) fmt=elf ;; + mips-*-openbsd*) fmt=elf em=tmips ;; mmix-*-*) fmt=elf ;;