diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2007-07-04 19:55:18 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2007-07-04 19:55:18 +0000 |
commit | 0fdf1951981eafd070b503e8dab596d7c9ad07a7 (patch) | |
tree | 143ad53c6904d6a00fde2e6724f8ab2b08b05532 /gas/doc | |
parent | e600c1cf4e3a85c6b30e44e650b815e7b1524488 (diff) | |
download | gdb-0fdf1951981eafd070b503e8dab596d7c9ad07a7.zip gdb-0fdf1951981eafd070b503e8dab596d7c9ad07a7.tar.gz gdb-0fdf1951981eafd070b503e8dab596d7c9ad07a7.tar.bz2 |
gas/
* config/tc-mips.c (mips_cpu_info_table): Add new entries for
{24k,24ke,34k,74k}f{2_1,1_1,x}. Also add an entry for 74kf3_2.
Deprecate *x and *fx.
* doc/c-mips.texi: Document the new CPU arguments. Deprecate
*x and *fx.
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/c-mips.texi | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/gas/doc/c-mips.texi b/gas/doc/c-mips.texi index f92cb00..9f19726 100644 --- a/gas/doc/c-mips.texi +++ b/gas/doc/c-mips.texi @@ -249,17 +249,22 @@ rm9000, m4k, m4kp, 24kc, +24kf2_1, 24kf, -24kx, +24kf1_1, 24kec, +24kef2_1, 24kef, -24kex, +24kef1_1, 34kc, +34kf2_1, 34kf, -34kx, +34kf1_1, 74kc, +74kf2_1, 74kf, -74kx, +74kf1_1, +74kf3_2, 5kc, 5kf, 20kc, @@ -268,6 +273,10 @@ sb1, sb1a @end quotation +For compatibility reasons, @samp{@var{n}x} and @samp{@var{b}fx} are +accepted as synonyms for @samp{@var{n}f1_1}. These values are +deprecated. + @item -mtune=@var{cpu} Schedule and tune for a particular MIPS cpu. Valid @var{cpu} values are identical to @samp{-march=@var{cpu}}. |