* tree.h (TYPE_BINFO): Document.
authorMark Mitchell <mark@markmitchell.com>
Mon, 28 Sep 1998 14:23:17 +0000 (14:23 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Mon, 28 Sep 1998 14:23:17 +0000 (14:23 +0000)
From-SVN: r22627

gcc/ChangeLog
gcc/tree.h

index 011158c6658225c5bd83e7cec96f31b2be108025..d4c2f869d0b47a590e1a537e818c9b8b486ae66b 100644 (file)
@@ -1,3 +1,7 @@
+Mon Sep 28 14:24:03 1998  Mark Mitchell  <mark@markmitchell.com>
+
+       * tree.h (TYPE_BINFO): Document.
+
 Mon Sep 28 12:55:49 1998   Stan Cox  <scox@cygnus.com>
 
        * i386-coff.h (dbxcoff.h): Added.
index 9f3dbd910b757ebe15b988e3624d2de4c5934d2f..cd9fdbb163ecf740d3f9d0f75cfcf3af3f27998f 100644 (file)
@@ -787,12 +787,16 @@ struct tree_block
 #define TYPE_NAME(NODE) (TYPE_CHECK (NODE)->type.name)
 #define TYPE_NEXT_VARIANT(NODE) (TYPE_CHECK (NODE)->type.next_variant)
 #define TYPE_MAIN_VARIANT(NODE) (TYPE_CHECK (NODE)->type.main_variant)
-#define TYPE_BINFO(NODE) (TYPE_CHECK (NODE)->type.binfo)
 #define TYPE_NONCOPIED_PARTS(NODE) (TYPE_CHECK (NODE)->type.noncopied_parts)
 #define TYPE_CONTEXT(NODE) (TYPE_CHECK (NODE)->type.context)
 #define TYPE_OBSTACK(NODE) (TYPE_CHECK (NODE)->type.obstack)
 #define TYPE_LANG_SPECIFIC(NODE) (TYPE_CHECK (NODE)->type.lang_specific)
 
+/* For aggregate types, information about this type, as a base type
+   for itself.  Used in a language-dependent way for types that are
+   neither a RECORD_TYPE, QUAL_UNION_TYPE, nor a UNION_TYPE.  */
+#define TYPE_BINFO(NODE) (TYPE_CHECK (NODE)->type.binfo)
+
 /* The (language-specific) typed-based alias set for this type.
    Objects whose TYPE_ALIAS_SETs are different cannot alias each
    other.  If the TYPE_ALIAS_SET is -1, no alias set has yet been