diff options
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 |