gas: Extend .symver directive
[deliverable/binutils-gdb.git] / gas / doc / c-rl78.texi
index fee16f105b49070308c4e3ee5520e29737364356..3d7deeb32e947021e378d781d48f3b2fcbfbb2a5 100644 (file)
@@ -1,4 +1,4 @@
-@c Copyright (C) 2011-2015 Free Software Foundation, Inc.
+@c Copyright (C) 2011-2020 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 RL78 support
 @menu
-* RL78-Opts::                   RL78 Assembler Command Line Options
+* RL78-Opts::                   RL78 Assembler Command-line Options
 * RL78-Modifiers::              Symbolic Operand Modifiers
 * RL78-Directives::             Assembler Directives
 * RL78-Syntax::                 Syntax
 @item relax
 Enable support for link-time relaxation.
 
+@item norelax
+Disable support for link-time relaxation (default).
+
 @item mg10
 Mark the generated binary as targeting the G10 variant of the RL78
 architecture.
 
+@item mg13
+Mark the generated binary as targeting the G13 variant of the RL78
+architecture.
+
+@item mg14
+@itemx mrl78
+Mark the generated binary as targeting the G14 variant of the RL78
+architecture.  This is the default.
+
 @item m32bit-doubles
 Mark the generated binary as one that uses 32-bits to hold the
 @code{double} floating point type.  This is the default.
@@ -95,7 +107,7 @@ In addition to the common directives, the RL78 adds these:
 @item .double
 Output a constant in ``double'' format, which is either a 32-bit
 or a 64-bit floating point value, depending upon the setting of the
-@option{-m32bit-doubles}|@option{-m64bit-doubles} command line
+@option{-m32bit-doubles}|@option{-m64bit-doubles} command-line
 option.
 
 @item .bss
This page took 0.037807 seconds and 4 git commands to generate.