diff options
Diffstat (limited to 'gas/doc/c-m32r.texi')
-rw-r--r-- | gas/doc/c-m32r.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gas/doc/c-m32r.texi b/gas/doc/c-m32r.texi index 754164a..53950ca 100644 --- a/gas/doc/c-m32r.texi +++ b/gas/doc/c-m32r.texi @@ -53,7 +53,7 @@ microprocessor. @cindex M32R architecture options This option can be used to restore the assembler's default behaviour of assembling for the M32R microprocessor. This can be useful if the -default has been changed by a previous command line option. +default has been changed by a previous command-line option. @item -little @cindex @code{-little} option, M32R @@ -321,7 +321,7 @@ neg instruction and the input to the move instruction. @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} -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. @item unknown instruction @samp{...} @@ -331,7 +331,7 @@ which it does not recognize. @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. |