diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2005-03-09 09:53:50 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2005-03-09 09:53:50 +0000 |
commit | 11db99f84731d2c55bd7b055c52fc7168c365e96 (patch) | |
tree | e4d17544449088754d4e3afce0ba6bee9e25e637 /gas/testsuite | |
parent | 7d8e00cf78a71a5a319f43d030597edfe01c266d (diff) | |
download | gdb-11db99f84731d2c55bd7b055c52fc7168c365e96.zip gdb-11db99f84731d2c55bd7b055c52fc7168c365e96.tar.gz gdb-11db99f84731d2c55bd7b055c52fc7168c365e96.tar.bz2 |
* config/tc-mips.c (MAX_VR4130_NOPS, MAX_DELAY_NOPS): New macros.
(MAX_NOPS): Bump to 4.
(mips_fix_vr4130): New variable.
(nops_for_vr4130): New function.
(nops_for_insn): Use MAX_DELAY_NOPS rather than MAX_NOPS. Use
nops_for_vr4130 if working around VR4130 errata.
(OPTION_FIX_VR4130, OPTION_NO_FIX_VR4130): New macros.
(md_longopts): Add -mfix-vr4130 and -mno-fix-vr4130.
(md_parse_option): Handle them.
(md_show_usage): Print them.
* doc/c-mips.texi: Document -mfix-vr4130 and -mno-fix-vr4130.
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/gas/mips/mips.exp | 1 |
1 files changed, 1 insertions, 0 deletions
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" |