OSDN Git Service

* config/tc-mips.c (MAX_VR4130_NOPS, MAX_DELAY_NOPS): New macros.
authorrsandifo <rsandifo>
Wed, 9 Mar 2005 09:39:29 +0000 (09:39 +0000)
committerrsandifo <rsandifo>
Wed, 9 Mar 2005 09:39:29 +0000 (09:39 +0000)
commitc95dc49bfe1039810a00f5a58e460e1b3d235d8c
tree233408e9876e36cfba641849de55ddfbc9c2e4c3
parent2a096bb248fae58082b4f43ef99b432c9bae1e88
* 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.
gas/ChangeLog
gas/config/tc-mips.c
gas/testsuite/ChangeLog
gas/testsuite/gas/mips/vr4130.d [new file with mode: 0644]
gas/testsuite/gas/mips/vr4130.s [new file with mode: 0644]