diff options
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/as.texinfo | 4 | ||||
-rw-r--r-- | gas/doc/c-mips.texi | 4 |
2 files changed, 5 insertions, 3 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 diff --git a/gas/doc/c-mips.texi b/gas/doc/c-mips.texi index 9ca7ebf..34fa694 100644 --- a/gas/doc/c-mips.texi +++ b/gas/doc/c-mips.texi @@ -173,13 +173,13 @@ Cause nops to be inserted if the read of the destination register of an mfhi or mflo instruction occurs in the following two instructions. @item -mfix-vr4120 -@itemx -no-mfix-vr4120 +@itemx -mno-fix-vr4120 Insert nops to work around certain VR4120 errata. This option is intended to be used on GCC-generated code: it is not designed to catch all problems in hand-written assembler code. @item -mfix-vr4130 -@itemx -no-mfix-vr4130 +@itemx -mno-fix-vr4130 Insert nops to work around the VR4130 @samp{mflo}/@samp{mfhi} errata. @item -mfix-24k |