diff options
author | Nick Clifton <nickc@redhat.com> | 1998-05-14 20:54:47 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1998-05-14 20:54:47 +0000 |
commit | ca6a899da7df8f243b6cfd54045547d3de052fac (patch) | |
tree | 1099c5c141c8bbb6d9c03488fdef8bbaf5ad0f7c /gas/doc | |
parent | 1461afc634e3905c3fde98f2ff470c48bc25a383 (diff) | |
download | gdb-ca6a899da7df8f243b6cfd54045547d3de052fac.zip gdb-ca6a899da7df8f243b6cfd54045547d3de052fac.tar.gz gdb-ca6a899da7df8f243b6cfd54045547d3de052fac.tar.bz2 |
Change command line switch fron --enable-special to --m32rx-enable-special
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/c-m32r.texi | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/gas/doc/c-m32r.texi b/gas/doc/c-m32r.texi index cc834d6..a5147ac 100644 --- a/gas/doc/c-m32r.texi +++ b/gas/doc/c-m32r.texi @@ -40,13 +40,18 @@ to the M32RX microprocessor, which adds some more instructions to the basic M32R instruction set, and some additional parameters to some of the original instructions. -@item --enable-special -@cindex @samp{--enable-special} option, M32RX +@item --m32rx-enable-special +@cindex @samp{--m32rx-enable-special} option, M32RX @cindex architecture options, M32RX @cindex M32R architecture options This option is the equivalent of the @emph{--m32rx} option, except that it also allows the special M32RX instructions to be assembled as well. +@item --m32rx-es +@cindex @samp{--m32rx-es} option, M32RX +This is a shorter synonym for the @emph{--m32rx-enable-special} +option. + @item --warn-explicit-parallel-conflicts @cindex @samp{--warn-explicit-parallel-conflicts} option, M32RX Instructs @code{@value{AS}} to produce warning messages when |