diff options
Diffstat (limited to 'gas/doc/as.texi')
-rw-r--r-- | gas/doc/as.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/doc/as.texi b/gas/doc/as.texi index 5d10e07a3a8..92dd3660810 100644 --- a/gas/doc/as.texi +++ b/gas/doc/as.texi @@ -446,6 +446,7 @@ gcc(1), ld(1), and the Info entries for @file{binutils} and @file{ld}. [@b{-mginv}] [@b{-mno-ginv}] [@b{-mloongson-mmi}] [@b{-mno-loongson-mmi}] [@b{-mloongson-cam}] [@b{-mno-loongson-cam}] + [@b{-mloongson-ext}] [@b{-mno-loongson-ext}] [@b{-minsn32}] [@b{-mno-insn32}] [@b{-mfix7000}] [@b{-mno-fix7000}] [@b{-mfix-rm7000}] [@b{-mno-fix-rm7000}] @@ -1580,6 +1581,12 @@ Generate code for the Loongson Content Address Memory (CAM) instructions. This tells the assembler to accept Loongson CAM instructions. @samp{-mno-loongson-cam} turns off this option. +@item -mloongson-ext +@itemx -mno-loongson-ext +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 -minsn32 @itemx -mno-insn32 Only use 32-bit instruction encodings when generating code for the |