diff options
author | Catherine Moore <clm@gcc.gnu.org> | 2013-02-25 08:53:16 -0500 |
---|---|---|
committer | Catherine Moore <clm@gcc.gnu.org> | 2013-02-25 08:53:16 -0500 |
commit | 6d65e8f1fca77a59a103d5e48cbdf57e706afc64 (patch) | |
tree | b176639e70e3714e1aceaa2e8df9308d5edbdf16 /gcc/doc/extend.texi | |
parent | 5e5df392f8264116f1b75ead4ad6d1e6b99945a6 (diff) | |
download | gcc-6d65e8f1fca77a59a103d5e48cbdf57e706afc64.zip gcc-6d65e8f1fca77a59a103d5e48cbdf57e706afc64.tar.gz gcc-6d65e8f1fca77a59a103d5e48cbdf57e706afc64.tar.bz2 |
2012-02-25 Catherine Moore <clm@codesourcery.com>
Revert microMIPS patch.
From-SVN: r196259
Diffstat (limited to 'gcc/doc/extend.texi')
-rw-r--r-- | gcc/doc/extend.texi | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index a644b60..eb84408 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -3053,25 +3053,6 @@ not that within individual functions. Mixed MIPS16 and non-MIPS16 code may interact badly with some GCC extensions such as @code{__builtin_apply} (@pxref{Constructing Calls}). -@item micromips/nomicromips -@cindex @code{micromips} attribute -@cindex @code{nomicromips} attribute - -On MIPS targets, you can use the @code{micromips} and @code{nomicromips} -function attributes to locally select or turn off microMIPS code generation. -A function with the @code{micromips} attribute is emitted as microMIPS code, -while microMIPS code generation is disabled for functions with the -@code{nomicromips} attribute. These attributes override the -@option{-mmicromips} and @option{-mno-micromips} options on the command line -(@pxref{MIPS Options}). - -When compiling files containing mixed microMIPS and non-microMIPS code, the -preprocessor symbol @code{__mips_micromips} reflects the setting on the -command line, -not that within individual functions. Mixed microMIPS and non-microMIPS code -may interact badly with some GCC extensions such as @code{__builtin_apply} -(@pxref{Constructing Calls}). - @item model (@var{model-name}) @cindex function addressability on the M32R/D @cindex variable addressability on the IA-64 @@ -3174,13 +3155,6 @@ is an NMI handler. The compiler generates function entry and exit sequences suitable for use in an NMI handler when this attribute is present. -@item nocompression -@cindex @code{nocompression} attribute -On MIPS targets, you can use the @code{nocompression} function attribute -to locally turn off MIPS16 and microMIPS code generation. This attribute -overrides the @option{-mips16} and @option{-mmicromips} options on the -command line (@pxref{MIPS Options}). - @item no_instrument_function @cindex @code{no_instrument_function} function attribute @opindex finstrument-functions |