mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 21:19:54 +00:00
* 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.
This commit is contained in:
parent
7d8e00cf78
commit
11db99f847
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user