]> Git Repo - binutils.git/blobdiff - gas/doc/c-rl78.texi
This adds support for marking RL78 binaries as either supporting 32-bit
[binutils.git] / gas / doc / c-rl78.texi
index dce833bc75e317461d4caa36d93207bcfce8c3ed..a7145482d982a0db21c9d17d5e18903511afd602 100644 (file)
@@ -32,6 +32,14 @@ Enable support for link-time relaxation.
 Mark the generated binary as targeting the G10 variant of the RL78
 architecture.
 
+@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.
+
+@item m64bit-doubles
+Mark the generated binary as one that uses 64-bits to hold the
+@code{double} floating point type.
+
 @end table
 
 @node RL78-Modifiers
@@ -85,8 +93,10 @@ In addition to the common directives, the RL78 adds these:
 @table @code
 
 @item .double
-Output a constant in ``double'' format, which is a 32-bit floating
-point value on RL78.
+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.
 
 @item .bss
 Select the BSS section.
This page took 0.022988 seconds and 4 git commands to generate.