diff options
-rw-r--r-- | gas/doc/c-mips.texi | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/mips.exp | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gas/doc/c-mips.texi b/gas/doc/c-mips.texi index b62b7eb..97469fe 100644 --- a/gas/doc/c-mips.texi +++ b/gas/doc/c-mips.texi @@ -129,6 +129,10 @@ 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 +Insert nops to work around the VR4130 @samp{mflo}/@samp{mfhi} errata. + @item -m4010 @itemx -no-m4010 Generate code for the LSI @sc{r4010} chip. This tells the assembler to diff --git a/gas/testsuite/gas/mips/mips.exp b/gas/testsuite/gas/mips/mips.exp index 508fc80..8750878 100644 --- a/gas/testsuite/gas/mips/mips.exp +++ b/gas/testsuite/gas/mips/mips.exp @@ -545,6 +545,7 @@ if { [istarget mips*-*-*] } then { run_dump_test "vr4111" run_dump_test "vr4120" run_dump_test "vr4120-2" + run_dump_test "vr4130" run_dump_test "vr5400" run_dump_test "vr5500" run_dump_test "rm7000" |