diff options
author | Nick Clifton <nickc@redhat.com> | 2004-02-27 14:13:18 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-02-27 14:13:18 +0000 |
commit | bd337dde66b97c4a569c9e6f0766f49d839d3c6b (patch) | |
tree | 84ad4380d8909e4812fada3b3ea8ac879270d58c /gas/doc | |
parent | 788781757916f9a536d19950e7a3f3aaa3998d5b (diff) | |
download | gdb-bd337dde66b97c4a569c9e6f0766f49d839d3c6b.zip gdb-bd337dde66b97c4a569c9e6f0766f49d839d3c6b.tar.gz gdb-bd337dde66b97c4a569c9e6f0766f49d839d3c6b.tar.bz2 |
Add -no-bitinst switch for M32R2
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/c-m32r.texi | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/gas/doc/c-m32r.texi b/gas/doc/c-m32r.texi index 4360ee6..52a73c3 100644 --- a/gas/doc/c-m32r.texi +++ b/gas/doc/c-m32r.texi @@ -1,4 +1,5 @@ -@c Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2000, 2003 +@c Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2000, +@c 2003, 2004 @c Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @@ -91,6 +92,12 @@ do so. @cindex @code{-no-parallel} option, M32RX This option disables a previously enabled @emph{-parallel} option. +@item -no-bitinst +@cindex @samp{-no-bitinst}, M32R2 +This option disables the support for the extended bit-field +instructions provided by the M32R2. If this support needs to be +re-enabled the @emph{-bitinst} switch can be used to restore it. + @item -O @cindex @code{-O} option, M32RX This option tells the assembler to attempt to optimize the |