From 2ef2b9ae0f91973b26dcedd8c8dfee111be46a19 Mon Sep 17 00:00:00 2001 From: Chao-ying Fu Date: Thu, 8 Sep 2005 18:05:15 +0000 Subject: [PATCH] * doc/as.texinfo: Document -mdsp and -mno-dsp options. * doc/c-mips.texi: Likewise, and document ".set dsp" and ".set nodsp" directives. --- gas/ChangeLog | 6 ++++++ gas/doc/as.texinfo | 7 +++++++ gas/doc/c-mips.texi | 14 ++++++++++++++ 3 files changed, 27 insertions(+) diff --git a/gas/ChangeLog b/gas/ChangeLog index 8162ec9..8ec8162 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2005-09-08 Chao-ying Fu + + * doc/as.texinfo: Document -mdsp and -mno-dsp options. + * doc/c-mips.texi: Likewise, and document ".set dsp" and ".set nodsp" + directives. + 2005-09-08 Paul Brook * config/tc-arm.c (do_smi, do_t_smi): Rename ... 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. diff --git a/gas/doc/c-mips.texi b/gas/doc/c-mips.texi index 40be0fb..3c70ff2 100644 --- a/gas/doc/c-mips.texi +++ b/gas/doc/c-mips.texi @@ -118,6 +118,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. @@ -457,6 +463,14 @@ from the MDMX Application Specific Extension from that point on in the assembly. The @code{.set nomdmx} directive prevents MDMX instructions from being accepted. +@cindex MIPS DSP instruction generation override +@kindex @code{.set dsp} +@kindex @code{.set nodsp} +The directive @code{.set dsp} makes the assembler accept instructions +from the DSP Application Specific Extension from that point on +in the assembly. The @code{.set nodsp} directive prevents DSP +instructions from being accepted. + @cindex MIPS MT instruction generation override @kindex @code{.set mt} @kindex @code{.set nomt} -- 2.7.4