dependent options:
@table @code
-@item --m32rx
-@cindex @samp{--m32rx} option, M32RX
+@item -m32rx
+@cindex @samp{-m32rx} option, M32RX
@cindex architecture options, M32RX
@cindex M32R architecture options
@code{@value{AS}} can assemble code for several different members of the
basic M32R instruction set, and some additional parameters to some of
the original instructions.
-@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
+@item -warn-explicit-parallel-conflicts
+@cindex @samp{-warn-explicit-parallel-conflicts} option, M32RX
Instructs @code{@value{AS}} to produce warning messages when
questionable parallel instructions are encountered. This option is
enabled by default, but @code{@value{GCC}} disables it when it invokes
moves r1 into r3 and then r2 into r1, whereas the later moves r2 into r1
and r3.
-@item --Wp
-@cindex @samp{--Wp} option, M32RX
-This is a shorter synonym for the @emph{--warn-explicit-parallel-conflicts}
+@item -Wp
+@cindex @samp{-Wp} option, M32RX
+This is a shorter synonym for the @emph{-warn-explicit-parallel-conflicts}
option.
-@item --no-warn-explicit-parallel-conflicts
-@cindex @samp{--no-warn-explicit-parallel-conflicts} option, M32RX
+@item -no-warn-explicit-parallel-conflicts
+@cindex @samp{-no-warn-explicit-parallel-conflicts} option, M32RX
Instructs @code{@value{AS}} not to produce warning messages when
questionable parallel instructions are encountered.
-@item --Wnp
-@cindex @samp{--Wnp} option, M32RX
-This is a shorter synonym for the @emph{--no-warn-explicit-parallel-conflicts}
+@item -Wnp
+@cindex @samp{-Wnp} option, M32RX
+This is a shorter synonym for the @emph{-no-warn-explicit-parallel-conflicts}
option.
@end table
@item instruction @samp{...} is for the M32RX only
This message is produced when the assembler encounters an instruction
-which is only supported by the M32Rx processor, and the @samp{--m32rx}
+which is only supported by the M32Rx processor, and the @samp{-m32rx}
command line flag has not been specified to allow assembly of such
instructions.
@item only the NOP instruction can be issued in parallel on the m32r
This message is produced when the assembler encounters a parallel
instruction which does not involve a NOP instruction and the
-@samp{--m32rx} command line flag has not been specified. Only the M32Rx
+@samp{-m32rx} command line flag has not been specified. Only the M32Rx
processor is able to execute two instructions in parallel.
@item instruction @samp{...} cannot be executed in parallel.