Fix for PR 16412 - give M32R specific command line options a one dash prefix
instead of two.
This commit is contained in:
parent
54f750d1d6
commit
26be242342
2 changed files with 20 additions and 26 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
Wed Aug 19 09:30:16 1998 Nick Clifton <nickc@cygnus.com>
|
||||||
|
|
||||||
|
* config/tc-m32r.c: Replace double dash prefix to M32R specific
|
||||||
|
command line options with a single dash.
|
||||||
|
* doc/c-m32r.texi: Replace double dash prefix with a single dash.
|
||||||
|
|
||||||
start-sanitize-armelf
|
start-sanitize-armelf
|
||||||
Tue Aug 18 11:59:43 1998 Catherine Moore <clm@cygnus.com>
|
Tue Aug 18 11:59:43 1998 Catherine Moore <clm@cygnus.com>
|
||||||
|
|
||||||
|
|
|
@ -29,8 +29,8 @@ The Mitsubishi M32R version of @code{@value{AS}} has a few machine
|
||||||
dependent options:
|
dependent options:
|
||||||
|
|
||||||
@table @code
|
@table @code
|
||||||
@item --m32rx
|
@item -m32rx
|
||||||
@cindex @samp{--m32rx} option, M32RX
|
@cindex @samp{-m32rx} option, M32RX
|
||||||
@cindex architecture options, M32RX
|
@cindex architecture options, M32RX
|
||||||
@cindex M32R architecture options
|
@cindex M32R architecture options
|
||||||
@code{@value{AS}} can assemble code for several different members of the
|
@code{@value{AS}} can assemble code for several different members of the
|
||||||
|
@ -40,20 +40,8 @@ to the M32RX microprocessor, which adds some more instructions to the
|
||||||
basic M32R instruction set, and some additional parameters to some of
|
basic M32R instruction set, and some additional parameters to some of
|
||||||
the original instructions.
|
the original instructions.
|
||||||
|
|
||||||
@item --m32rx-enable-special
|
@item -warn-explicit-parallel-conflicts
|
||||||
@cindex @samp{--m32rx-enable-special} option, M32RX
|
@cindex @samp{-warn-explicit-parallel-conflicts} 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
|
Instructs @code{@value{AS}} to produce warning messages when
|
||||||
questionable parallel instructions are encountered. This option is
|
questionable parallel instructions are encountered. This option is
|
||||||
enabled by default, but @code{@value{GCC}} disables it when it invokes
|
enabled by default, but @code{@value{GCC}} disables it when it invokes
|
||||||
|
@ -64,19 +52,19 @@ different result from @samp{mv r1, r2 \n mv r3, r1} since the former
|
||||||
moves r1 into r3 and then r2 into r1, whereas the later moves r2 into r1
|
moves r1 into r3 and then r2 into r1, whereas the later moves r2 into r1
|
||||||
and r3.
|
and r3.
|
||||||
|
|
||||||
@item --Wp
|
@item -Wp
|
||||||
@cindex @samp{--Wp} option, M32RX
|
@cindex @samp{-Wp} option, M32RX
|
||||||
This is a shorter synonym for the @emph{--warn-explicit-parallel-conflicts}
|
This is a shorter synonym for the @emph{-warn-explicit-parallel-conflicts}
|
||||||
option.
|
option.
|
||||||
|
|
||||||
@item --no-warn-explicit-parallel-conflicts
|
@item -no-warn-explicit-parallel-conflicts
|
||||||
@cindex @samp{--no-warn-explicit-parallel-conflicts} option, M32RX
|
@cindex @samp{-no-warn-explicit-parallel-conflicts} option, M32RX
|
||||||
Instructs @code{@value{AS}} not to produce warning messages when
|
Instructs @code{@value{AS}} not to produce warning messages when
|
||||||
questionable parallel instructions are encountered.
|
questionable parallel instructions are encountered.
|
||||||
|
|
||||||
@item --Wnp
|
@item -Wnp
|
||||||
@cindex @samp{--Wnp} option, M32RX
|
@cindex @samp{-Wnp} option, M32RX
|
||||||
This is a shorter synonym for the @emph{--no-warn-explicit-parallel-conflicts}
|
This is a shorter synonym for the @emph{-no-warn-explicit-parallel-conflicts}
|
||||||
option.
|
option.
|
||||||
|
|
||||||
@end table
|
@end table
|
||||||
|
@ -112,7 +100,7 @@ neg instruction and the input to the move instruction.
|
||||||
|
|
||||||
@item instruction @samp{...} is for the M32RX only
|
@item instruction @samp{...} is for the M32RX only
|
||||||
This message is produced when the assembler encounters an instruction
|
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
|
command line flag has not been specified to allow assembly of such
|
||||||
instructions.
|
instructions.
|
||||||
|
|
||||||
|
@ -123,7 +111,7 @@ which it doe snot recognise.
|
||||||
@item only the NOP instruction can be issued in parallel on the m32r
|
@item only the NOP instruction can be issued in parallel on the m32r
|
||||||
This message is produced when the assembler encounters a parallel
|
This message is produced when the assembler encounters a parallel
|
||||||
instruction which does not involve a NOP instruction and the
|
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.
|
processor is able to execute two instructions in parallel.
|
||||||
|
|
||||||
@item instruction @samp{...} cannot be executed in parallel.
|
@item instruction @samp{...} cannot be executed in parallel.
|
||||||
|
|
Loading…
Reference in a new issue