Fix use of "command line X" in binutils doc
[deliverable/binutils-gdb.git] / gas / doc / c-rx.texi
index 5f24fd33928f7b67dcb20b855f3f7e36d7b529cf..b20fd09496b0d0b0c68e7dde225eae4a840e700d 100644 (file)
@@ -1,4 +1,4 @@
-@c Copyright (C) 2008-2014 Free Software Foundation, Inc.
+@c Copyright (C) 2008-2018 Free Software Foundation, Inc.
 @c This is part of the GAS manual.
 @c For copying conditions, see the file as.texinfo.
 @ifset GENERIC
@@ -13,7 +13,7 @@
 
 @cindex RX support
 @menu
-* RX-Opts::                   RX Assembler Command Line Options
+* RX-Opts::                   RX Assembler Command-line Options
 * RX-Modifiers::              Symbolic Operand Modifiers
 * RX-Directives::             Assembler Directives
 * RX-Float::                  Floating Point
@@ -25,8 +25,8 @@
 @cindex options, RX
 @cindex RX options
 
-The Renesas RX port of @code{@value{AS}} has a few target specfic
-command line options:
+The Renesas RX port of @code{@value{AS}} has a few target specific
+command-line options:
 
 @table @code
 
@@ -108,10 +108,26 @@ alignments.  This option is the default.
 @cindex @samp{-mcpu=}
 @item -mcpu=@var{name}
 This option tells the assembler the target CPU type.  Currently the
-@code{rx200}, @code{rx600} and @code{rx610} are recognised as valid
-cpu names.  Attempting to assemble an instruction not supported by the
-indicated cpu type will result in an error message being generated.
-
+@code{rx100}, @code{rx200}, @code{rx600}, @code{rx610} and @code{rxv2}
+are recognised as valid cpu names.  Attempting to assemble an instruction
+not supported by the indicated cpu type will result in an error message
+being generated.
+
+@cindex @samp{-mno-allow-string-insns}
+@item -mno-allow-string-insns
+This option tells the assembler to mark the object file that it is
+building as one that does not use the string instructions
+@code{SMOVF}, @code{SCMPU}, @code{SMOVB}, @code{SMOVU}, @code{SUNTIL}
+@code{SWHILE} or the @code{RMPA} instruction.  In addition the mark
+tells the linker to complain if an attempt is made to link the binary
+with another one that does use any of these instructions.
+
+Note - the inverse of this option, @code{-mallow-string-insns}, is
+not needed.  The assembler automatically detects the use of the
+the instructions in the source code and labels the resulting
+object file appropriately.  If no string instructions are detected
+then the object file is labelled as being one that can be linked with
+either string-using or string-banned object files.
 @end table
 
 @node RX-Modifiers
@@ -202,7 +218,7 @@ The floating point formats generated by directives are these.
 
 @cindex @code{double} directive, RX
 @item .double
-If the @option{-m64bit-doubles} command line option has been specified
+If the @option{-m64bit-doubles} command-line option has been specified
 then then @code{double} directive generates @code{double} precision
 (64-bit) floating point constants, otherwise it generates
 @code{single} precision (32-bit) floating point constants.  To force
This page took 0.026124 seconds and 4 git commands to generate.