diff options
Diffstat (limited to 'gas/doc/as.texi')
-rw-r--r-- | gas/doc/as.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/doc/as.texi b/gas/doc/as.texi index 92dd366..f3285b6 100644 --- a/gas/doc/as.texi +++ b/gas/doc/as.texi @@ -447,6 +447,7 @@ gcc(1), ld(1), and the Info entries for @file{binutils} and @file{ld}. [@b{-mloongson-mmi}] [@b{-mno-loongson-mmi}] [@b{-mloongson-cam}] [@b{-mno-loongson-cam}] [@b{-mloongson-ext}] [@b{-mno-loongson-ext}] + [@b{-mloongson-ext2}] [@b{-mno-loongson-ext2}] [@b{-minsn32}] [@b{-mno-insn32}] [@b{-mfix7000}] [@b{-mno-fix7000}] [@b{-mfix-rm7000}] [@b{-mno-fix-rm7000}] @@ -1587,6 +1588,13 @@ Generate code for the Loongson EXTensions (EXT) instructions. This tells the assembler to accept Loongson EXT instructions. @samp{-mno-loongson-ext} turns off this option. +@item -mloongson-ext2 +@itemx -mno-loongson-ext2 +Generate code for the Loongson EXTensions R2 (EXT2) instructions. +This option implies @samp{-mloongson-ext}. +This tells the assembler to accept Loongson EXT2 instructions. +@samp{-mno-loongson-ext2} turns off this option. + @item -minsn32 @itemx -mno-insn32 Only use 32-bit instruction encodings when generating code for the |