OSDN Git Service

Add missing documentation.
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 27 Jun 2001 01:09:03 +0000 (01:09 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 27 Jun 2001 01:09:03 +0000 (01:09 +0000)
* doc/tm.texi (MAX_LONG_DOUBLE_TYPE_SIZE, INTEL_EXTENDED_IEEE_FORMAT):
Document.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43603 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/doc/tm.texi

index 10db88e..654328d 100644 (file)
@@ -1,3 +1,8 @@
+2001-06-26  Jim Wilson  <wilson@redhat.com>
+
+       * doc/tm.texi (MAX_LONG_DOUBLE_TYPE_SIZE, INTEL_EXTENDED_IEEE_FORMAT):
+       Document.
+
 2001-06-27  Joseph S. Myers  <jsm28@cam.ac.uk>
 
        * doc/cpp.texi, doc/cppinternals.texi, doc/extend.texi,
 2001-06-27  Joseph S. Myers  <jsm28@cam.ac.uk>
 
        * doc/cpp.texi, doc/cppinternals.texi, doc/extend.texi,
index 57385f8..24ca6b9 100644 (file)
@@ -1392,6 +1392,17 @@ A C expression for the size in bits of the type @code{long double} on
 the target machine.  If you don't define this, the default is two
 words.
 
 the target machine.  If you don't define this, the default is two
 words.
 
+@findex MAX_LONG_DOUBLE_TYPE_SIZE
+Maximum number for the size in bits of the type @code{long double} on the
+target machine.  If this is undefined, the default is
+@code{LONG_DOUBLE_TYPE_SIZE}.  Otherwise, it is the constant value that is
+the largest value that @code{LONG_DOUBLE_TYPE_SIZE} can have at run-time.
+This is used in @code{cpp}.
+
+@findex INTEL_EXTENDED_IEEE_FORMAT
+Define this macro to be 1 if the target machine uses 80-bit floating-point
+values with 128-bit size and alignment.  This is used in @file{real.c}.
+
 @findex WIDEST_HARDWARE_FP_SIZE
 @item WIDEST_HARDWARE_FP_SIZE
 A C expression for the size in bits of the widest floating-point format
 @findex WIDEST_HARDWARE_FP_SIZE
 @item WIDEST_HARDWARE_FP_SIZE
 A C expression for the size in bits of the widest floating-point format