mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-23 08:23:50 +08:00
MIPS/GAS: Correct default ABI selection for `mips64*-ps2-elf*'
Correct an issue with the `mips64*-ps2-elf*' target introduced with
commit e407c74b5b
("Support for MIPS R5900 (Sony Playstation 2)"),
<https://sourceware.org/ml/binutils/2012-12/msg00240.html> and make
the n32 ABI the default for GAS, consistently with how BFD and LD
are configured for this target.
gas/
* configure.ac: Also set `mips_default_abi' to N32_ABI for
`mips64*-ps2-elf*'.
* configure: Regenerate.
This commit is contained in:
parent
62fd0a980b
commit
0984958bd1
@ -1,3 +1,9 @@
|
||||
2018-01-23 Maciej W. Rozycki <macro@mips.com>
|
||||
|
||||
* configure.ac: Also set `mips_default_abi' to N32_ABI for
|
||||
`mips64*-ps2-elf*'.
|
||||
* configure: Regenerate.
|
||||
|
||||
2018-01-23 Maciej W. Rozycki <macro@mips.com>
|
||||
|
||||
* config/tc-mips.c (options): Remove OPTION_COMPAT_ARCH_BASE
|
||||
|
3
gas/configure
vendored
3
gas/configure
vendored
@ -12380,7 +12380,8 @@ _ACEOF
|
||||
esac
|
||||
# Decide which ABI to target by default.
|
||||
case ${target} in
|
||||
mips64*-linux* | mips-sgi-irix6* | mips64*-freebsd* | mips64*-kfreebsd*-gnu)
|
||||
mips64*-linux* | mips-sgi-irix6* | mips64*-freebsd* \
|
||||
| mips64*-kfreebsd*-gnu | mips64*-ps2-elf*)
|
||||
mips_default_abi=N32_ABI
|
||||
;;
|
||||
mips*-linux* | mips*-freebsd* | mips*-kfreebsd*-gnu)
|
||||
|
@ -345,7 +345,8 @@ changequote([,])dnl
|
||||
esac
|
||||
# Decide which ABI to target by default.
|
||||
case ${target} in
|
||||
mips64*-linux* | mips-sgi-irix6* | mips64*-freebsd* | mips64*-kfreebsd*-gnu)
|
||||
mips64*-linux* | mips-sgi-irix6* | mips64*-freebsd* \
|
||||
| mips64*-kfreebsd*-gnu | mips64*-ps2-elf*)
|
||||
mips_default_abi=N32_ABI
|
||||
;;
|
||||
mips*-linux* | mips*-freebsd* | mips*-kfreebsd*-gnu)
|
||||
|
Loading…
Reference in New Issue
Block a user