diff options
author | Chao-ying Fu <fu@mips.com> | 2005-09-08 18:05:15 +0000 |
---|---|---|
committer | Chao-ying Fu <fu@mips.com> | 2005-09-08 18:05:15 +0000 |
commit | 2ef2b9ae0f91973b26dcedd8c8dfee111be46a19 (patch) | |
tree | 26830c9ed1cb9eb24807a13344a62e9566f310dc /gas/doc/as.texinfo | |
parent | 6aa29e7b7c282d553cf1d1d046c27a462bc31dd0 (diff) | |
download | gdb-2ef2b9ae0f91973b26dcedd8c8dfee111be46a19.zip gdb-2ef2b9ae0f91973b26dcedd8c8dfee111be46a19.tar.gz gdb-2ef2b9ae0f91973b26dcedd8c8dfee111be46a19.tar.bz2 |
* doc/as.texinfo: Document -mdsp and -mno-dsp options.
* doc/c-mips.texi: Likewise, and document ".set dsp" and ".set nodsp"
directives.
Diffstat (limited to 'gas/doc/as.texinfo')
-rw-r--r-- | gas/doc/as.texinfo | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index a6b3359..86827d5 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -368,6 +368,7 @@ gcc(1), ld(1), and the Info entries for @file{binutils} and @file{ld}. [@b{-mips16}] [@b{-no-mips16}] [@b{-mips3d}] [@b{-no-mips3d}] [@b{-mdmx}] [@b{-no-mdmx}] + [@b{-mdsp}] [@b{-mno-dsp}] [@b{-mmt}] [@b{-mno-mt}] [@b{-mdebug}] [@b{-no-mdebug}] [@b{-mpdr}] [@b{-mno-pdr}] @@ -1001,6 +1002,12 @@ Generate code for the MDMX Application Specific Extension. This tells the assembler to accept MDMX instructions. @samp{-no-mdmx} turns off this option. +@item -mdsp +@itemx -mno-dsp +Generate code for the DSP Application Specific Extension. +This tells the assembler to accept DSP instructions. +@samp{-mno-dsp} turns off this option. + @item -mmt @itemx -mno-mt Generate code for the MT Application Specific Extension. |