From 6b76fefe3bb5636877487e33fd4b6ea14591fec8 Mon Sep 17 00:00:00 2001 From: Catherine Moore Date: Mon, 21 Feb 2000 20:00:33 +0000 Subject: * 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. --- gas/doc/c-mips.texi | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gas/doc/c-mips.texi') 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 -- cgit v1.1