diff options
author | Thiemo Seufer <ths@networkno.de> | 2002-05-30 23:38:19 +0000 |
---|---|---|
committer | Thiemo Seufer <ths@networkno.de> | 2002-05-30 23:38:19 +0000 |
commit | 9ee72ff12290e81938a289105be633c17f773d83 (patch) | |
tree | da42f89fcf803c154b926f40683491e2b4cb50b2 /gas/doc | |
parent | 438c16b8759036fe9e9ecd48d71f4a3b4bc31a5a (diff) | |
download | gdb-9ee72ff12290e81938a289105be633c17f773d83.zip gdb-9ee72ff12290e81938a289105be633c17f773d83.tar.gz gdb-9ee72ff12290e81938a289105be633c17f773d83.tar.bz2 |
* config/tc-mips.c (OPTION_NO_M7000_HILO_FIX): Rename to
OPTION_MNO_7000_HILO_FIX. Add alternate "mno-fix7000"
command line switch conforming to gcc conventions.
* doc/c-mips.texi: Document -mno-fix7000 instead of no-mfix-7000.
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/c-mips.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/doc/c-mips.texi b/gas/doc/c-mips.texi index a3b1e5f..c81d0ab 100644 --- a/gas/doc/c-mips.texi +++ b/gas/doc/c-mips.texi @@ -106,7 +106,7 @@ This tells the assembler to accept MIPS-3D instructions. @samp{-no-mips3d} turns off this option. @item -mfix7000 -@itemx -no-mfix7000 +@itemx -mno-fix7000 Cause nops to be inserted if the read of the destination register of an mfhi or mflo instruction occurs in the following two instructions. |