summaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@mips.com>2018-01-23 14:51:22 +0000
committerMaciej W. Rozycki <macro@mips.com>2018-01-23 14:51:22 +0000
commitb4f6242e95340a31b0519187c5fc329056ddecfd (patch)
tree43d5d7cb3cd9a9661e40a8e6653cf5573f1c1e86 /gas/ChangeLog
parentf866b262e8ffaa4339dac8698932e097756a8880 (diff)
downloadbinutils-gdb-b4f6242e95340a31b0519187c5fc329056ddecfd.tar.gz
MIPS/GAS: Correct `as --help' always reporting `o32' as the default ABI
Remove an issue with `as --help' always reporting `o32' as the default ABI regardless of what the default actually is, originally caused by commit cac012d6d394 ("check mips abi x linker emulation compatibility"), <https://sourceware.org/ml/binutils/2003-05/msg00187.html> missing an update here. gas/ * config/tc-mips.c (md_show_usage): Correctly indicate the configuration-specific default ABI.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index c3f32b2f8c0..a881afc3a25 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,10 @@
2018-01-23 Maciej W. Rozycki <macro@mips.com>
+ * config/tc-mips.c (md_show_usage): Correctly indicate the
+ configuration-specific default ABI.
+
+2018-01-23 Maciej W. Rozycki <macro@mips.com>
+
* config/tc-mips.c (md_show_usage): Report `-mmips16e2' and
`-mno-mips16e2' options.