diff options
Diffstat (limited to 'gas/doc/c-rx.texi')
-rw-r--r-- | gas/doc/c-rx.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gas/doc/c-rx.texi b/gas/doc/c-rx.texi index ea523f1..b20fd09 100644 --- a/gas/doc/c-rx.texi +++ b/gas/doc/c-rx.texi @@ -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 @@ -26,7 +26,7 @@ @cindex RX options The Renesas RX port of @code{@value{AS}} has a few target specific -command line options: +command-line options: @table @code @@ -218,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 |