diff options
author | Thiemo Seufer <ths@networkno.de> | 2001-08-07 12:46:22 +0000 |
---|---|---|
committer | Thiemo Seufer <ths@networkno.de> | 2001-08-07 12:46:22 +0000 |
commit | 6dce9e24b33d97ac8adc28a5f830556626226204 (patch) | |
tree | 14abbac0db14606fc0849cf61c5bf876ec0d200b /gas/ChangeLog | |
parent | 21d34b1c68bbfe3fcf4b55fbcb5c2adc3bb24c34 (diff) | |
download | binutils-6dce9e24b33d97ac8adc28a5f830556626226204.zip binutils-6dce9e24b33d97ac8adc28a5f830556626226204.tar.gz binutils-6dce9e24b33d97ac8adc28a5f830556626226204.tar.bz2 |
* 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.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 0dca948..6a71280 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,11 @@ +2001-07-30 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de> + + * 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. + 2001-08-03 Richard Sandiford <rsandifo@redhat.com> * config/tc-mips.c (md_apply_fix): Don't subtract the symbol value |