diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2004-04-14 07:48:49 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2004-04-14 07:48:49 +0000 |
commit | d766e8ec5050cef93be39b7b7fbd3142a7a587cd (patch) | |
tree | 4923f4ce96b77deebcaf2afb6612e0ea0cc78c29 /gas/doc | |
parent | e9e2c3f6cf08b74babad85070dca2845317830e8 (diff) | |
download | gdb-d766e8ec5050cef93be39b7b7fbd3142a7a587cd.zip gdb-d766e8ec5050cef93be39b7b7fbd3142a7a587cd.tar.gz gdb-d766e8ec5050cef93be39b7b7fbd3142a7a587cd.tar.bz2 |
* doc/c-mips.texi (-m{no-,}fix-vr4120): Renamed from
-{no-}mfix-vr4122-bugs.
* config/tc-mips.c (mips_fix_vr4120): Renamed from mips_fix_4122_bugs.
(append_insn, mips_emit_delays): Update accordingly.
(OPTION_FIX_VR4120, OPTION_NO_FIX_VR4120): Renamed from *VR4122.
(md_longopts): Change -{no-,}mfix-vr4122-bugs to -m{no-,}fix-vr4120.
(md_parse_option): Update after above changes.
(md_show_usage): Add -mfix-vr4120.
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/c-mips.texi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gas/doc/c-mips.texi b/gas/doc/c-mips.texi index dbea723..1375230 100644 --- a/gas/doc/c-mips.texi +++ b/gas/doc/c-mips.texi @@ -122,11 +122,11 @@ This tells the assembler to accept MDMX instructions. 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-vr4122-bugs -@itemx -no-mfix-vr4122-bugs -Insert @samp{nop} instructions to avoid errors in certain versions of -the vr4122 core. This option is intended to be used on GCC-generated -code: it is not designed to catch errors in hand-written assembler code. +@item -mfix-vr4120 +@itemx -no-mfix-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 -m4010 @itemx -no-m4010 |