aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@mips.com>2018-01-23 21:18:24 +0000
committerMaciej W. Rozycki <macro@mips.com>2018-01-23 21:18:24 +0000
commit0984958bd1d20245e4d42888a697b6015dc6172f (patch)
treee8f3d91b472ddacb6dbe0ddb08cf994caf1794e9 /gas/ChangeLog
parent62fd0a980b2dc8a3332ad6ee3f8e7c8c841ff693 (diff)
downloadgdb-0984958bd1d20245e4d42888a697b6015dc6172f.zip
gdb-0984958bd1d20245e4d42888a697b6015dc6172f.tar.gz
gdb-0984958bd1d20245e4d42888a697b6015dc6172f.tar.bz2
MIPS/GAS: Correct default ABI selection for `mips64*-ps2-elf*'
Correct an issue with the `mips64*-ps2-elf*' target introduced with commit e407c74b5b60 ("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.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 39a4838..2ce6f17 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,11 @@
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
enum value.