This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: document new real.h macros


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]