diff options
author | Catherine Moore <clm@redhat.com> | 2000-02-21 20:00:33 +0000 |
---|---|---|
committer | Catherine Moore <clm@redhat.com> | 2000-02-21 20:00:33 +0000 |
commit | 6b76fefe3bb5636877487e33fd4b6ea14591fec8 (patch) | |
tree | f892ae3c77cd29d2aa529f244d0d3c19c0d281b5 /gas/doc/c-mips.texi | |
parent | 750334d7543e810f17faa353e97c1a25217b9053 (diff) | |
download | gdb-6b76fefe3bb5636877487e33fd4b6ea14591fec8.zip gdb-6b76fefe3bb5636877487e33fd4b6ea14591fec8.tar.gz gdb-6b76fefe3bb5636877487e33fd4b6ea14591fec8.tar.bz2 |
* config/tc-mips.c (MF_HILO_INSN): Define.
(mips_7000_hilo_fix): Declare.
(append_insn): Conditionally insert nops after an mfhi/mflo insn.
(md_parse_option): Check for 7000_HILO_FIX options.
(OPTION_M7000_HILO_FIX): Define.
(OPTION_NO_M7000_HILO_FIX): Define.
* doc/c-mips.texi (-mfix7000): Describe.
Diffstat (limited to 'gas/doc/c-mips.texi')
-rw-r--r-- | gas/doc/c-mips.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/doc/c-mips.texi b/gas/doc/c-mips.texi index 523dda3..fc2555a 100644 --- a/gas/doc/c-mips.texi +++ b/gas/doc/c-mips.texi @@ -73,6 +73,11 @@ Generate code for the MIPS 16 processor. This is equivalent to putting @samp{.set mips16} at the start of the assembly file. @samp{-no-mips16} turns off this option. +@item -mfix7000 +@itemx -no-mfix7000 +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 -m4010 @itemx -no-m4010 Generate code for the LSI @sc{r4010} chip. This tells the assembler to |