MIPS/GAS: Correct `-O0' and `-O' option help, add `-O1' and `-O2'
authorMaciej W. Rozycki <macro@mips.com>
Mon, 11 Jun 2018 14:27:42 +0000 (15:27 +0100)
committerMaciej W. Rozycki <macro@mips.com>
Mon, 11 Jun 2018 14:27:42 +0000 (15:27 +0100)
commit092a534fe14be3eda270256fb2799fd893a1f57c
tree63e8d06f9517ee8d76a00017216afed5d769ebf0
parentfefa175e8f518f17121a1870270a415c851cbacc
MIPS/GAS: Correct `-O0' and `-O' option help, add `-O1' and `-O2'

Match commit 4ffff32f75b1 ("Match mips_optimize to the -O option
supplied") and adjust `--help' output for `-O0', `-O', `-O1' and `-O2'
options.

gas/
* config/tc-mips.c (md_show_usage): Correct help text for `-O0'
and `-O'.  Mention `-O1'.  Add `-O2' and its description.
gas/ChangeLog
gas/config/tc-mips.c