PATCH: document new real.h macros
Ben Elliston
bje@au1.ibm.com
Mon Jan 9 04:37:00 GMT 2006
This little documentation update slipped through when I merged the
real.h/real.c changes from the dfp-branch. Tested with a `make info
dvi'.
Okay for the trunk?
2006-01-09 Ben Elliston <bje@au.ibm.com>
* doc/tm.texi (Data Output): Add REAL_VALUE_TO_TARGET_DECIMAL32,
REAL_VALUE_TO_TARGET_DECIMAL64 and REAL_VALUE_TO_TARGET_DECIMAL64
macros.
Index: gcc-trunk/gcc/doc/tm.texi
===================================================================
--- gcc-trunk/gcc/doc/tm.texi (revision 109477)
+++ gcc-trunk/gcc/doc/tm.texi (working copy)
@@ -6541,6 +6541,9 @@ of @code{ASM_OUTPUT_DOUBLE} and the like
@defmac REAL_VALUE_TO_TARGET_SINGLE (@var{x}, @var{l})
@defmacx REAL_VALUE_TO_TARGET_DOUBLE (@var{x}, @var{l})
@defmacx REAL_VALUE_TO_TARGET_LONG_DOUBLE (@var{x}, @var{l})
+@defmacx REAL_VALUE_TO_TARGET_DECIMAL32 (@var{x}, @var{l})
+@defmacx REAL_VALUE_TO_TARGET_DECIMAL64 (@var{x}, @var{l})
+@defmacx REAL_VALUE_TO_TARGET_DECIMAL128 (@var{x}, @var{l})
These translate @var{x}, of type @code{REAL_VALUE_TYPE}, to the target's
floating point representation, and store its bit pattern in the variable
@var{l}. For @code{REAL_VALUE_TO_TARGET_SINGLE}, this variable should
More information about the Gcc-patches
mailing list