From 0fdf1951981eafd070b503e8dab596d7c9ad07a7 Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Wed, 4 Jul 2007 19:55:18 +0000 Subject: 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. --- gas/doc/c-mips.texi | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'gas/doc') 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}}. -- cgit v1.1