* config/tc-mips.c (md_begin): Take -mcpu value into account even when
authorThiemo Seufer <ths@networkno.de>
Tue, 7 Aug 2001 12:46:22 +0000 (12:46 +0000)
committerThiemo Seufer <ths@networkno.de>
Tue, 7 Aug 2001 12:46:22 +0000 (12:46 +0000)
commit6dce9e24b33d97ac8adc28a5f830556626226204
tree14abbac0db14606fc0849cf61c5bf876ec0d200b
parent21d34b1c68bbfe3fcf4b55fbcb5c2adc3bb24c34
* config/tc-mips.c (md_begin): Take -mcpu value into account even when
-mipsX is specified. Make both -mcpu/-march and -mcpu/-mtune pairs
mutually exclusive (if they are different).
(md_parse_option): Warn if an -march/-mtune/-mcpu/-m<cpu> option is
set more than once.
gas/ChangeLog
gas/config/tc-mips.c