diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2009-10-25 02:11:13 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2009-10-25 02:11:13 +0000 |
commit | 2babba4317657f9eae14e3ee84ce40a0ae3cafa0 (patch) | |
tree | 6a9fea6ab4873a5c4729836a549bb50954f7a772 /gas/doc/as.texinfo | |
parent | d76b263e042ca35970d7ef62b8f521f658ecf769 (diff) | |
download | gdb-2babba4317657f9eae14e3ee84ce40a0ae3cafa0.zip gdb-2babba4317657f9eae14e3ee84ce40a0ae3cafa0.tar.gz gdb-2babba4317657f9eae14e3ee84ce40a0ae3cafa0.tar.bz2 |
* doc/as.texinfo (Overview): Move -mfix7000/-mno-fix7000 to
match the order elsewhere. Add -mfix-vr4120/-mno-fix-vr4120 and
-mfix-vr4130/-mno-fix-vr4130.
* doc/c-mips.texi (MIPS Opts): Correct -no-mfix-vr4120 to
-mno-fix-vr4120 and -no-mfix-vr4130 to -mno-fix-vr4130.
Diffstat (limited to 'gas/doc/as.texinfo')
-rw-r--r-- | gas/doc/as.texinfo | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index 4bfe793..a800b5b 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -379,7 +379,6 @@ gcc(1), ld(1), and the Info entries for @file{binutils} and @file{ld}. [@b{-mips64}] [@b{-mips64r2}] [@b{-construct-floats}] [@b{-no-construct-floats}] [@b{-trap}] [@b{-no-break}] [@b{-break}] [@b{-no-trap}] - [@b{-mfix7000}] [@b{-mno-fix7000}] [@b{-mips16}] [@b{-no-mips16}] [@b{-msmartmips}] [@b{-mno-smartmips}] [@b{-mips3d}] [@b{-no-mips3d}] @@ -387,6 +386,9 @@ gcc(1), ld(1), and the Info entries for @file{binutils} and @file{ld}. [@b{-mdsp}] [@b{-mno-dsp}] [@b{-mdspr2}] [@b{-mno-dspr2}] [@b{-mmt}] [@b{-mno-mt}] + [@b{-mfix7000}] [@b{-mno-fix7000}] + [@b{-mfix-vr4120}] [@b{-mno-fix-vr4120}] + [@b{-mfix-vr4130}] [@b{-mno-fix-vr4130}] [@b{-mdebug}] [@b{-no-mdebug}] [@b{-mpdr}] [@b{-mno-pdr}] @end ifset |