MIPS/GAS: Correct `as --help' always reporting `o32' as the default ABI
authorMaciej W. Rozycki <macro@mips.com>
Tue, 23 Jan 2018 14:51:22 +0000 (14:51 +0000)
committerMaciej W. Rozycki <macro@mips.com>
Tue, 23 Jan 2018 14:51:22 +0000 (14:51 +0000)
commitb4f6242e95340a31b0519187c5fc329056ddecfd
tree43d5d7cb3cd9a9661e40a8e6653cf5573f1c1e86
parentf866b262e8ffaa4339dac8698932e097756a8880
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.
gas/ChangeLog
gas/config/tc-mips.c
This page took 0.026867 seconds and 4 git commands to generate.