* decl.c (va_list_type_node): New.
authorRichard Henderson <rth@cygnus.com>
Mon, 26 Jul 1999 01:19:02 +0000 (18:19 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Mon, 26 Jul 1999 01:19:02 +0000 (18:19 -0700)
From-SVN: r28240

gcc/ch/ChangeLog
gcc/ch/decl.c
gcc/java/ChangeLog
gcc/java/decl.c

index 209a5d3251ad568950d0b3d695665b1f54c7a111..2e5d95f500b7a325680d8b5fb045a7f90f8edcdb 100644 (file)
@@ -1,3 +1,7 @@
+1999-07-25  Richard Henderson  <rth@cygnus.com>
+
+       * decl.c (va_list_type_node): New.
+
 1999-06-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        * Make-lang.in (CHILL.stage1): Depend on stage1-start.
index f69b88c1598897613a9795110a85a95136d3398c..84c7b2d0560682d9744ca99663dd4f5472cff572 100644 (file)
@@ -374,6 +374,9 @@ tree void_list_node;
 /* Nodes for types `void *' and `const void *'.  */
 tree ptr_type_node, const_ptr_type_node;
 
+/* __builtin_va_list; not used by chill, but referenced in target files.  */
+tree va_list_type_node;
+
 /* type of initializer structure, which points to
    a module's module-level code, and to the next
    such structure. */
index cc4ce9872a182af2b6bec423453a954c4129ba6a..45e00115e0f8b2f94192bd96d78aa81a8ed9c8df 100644 (file)
@@ -1,3 +1,7 @@
+1999-07-25  Richard Henderson  <rth@cygnus.com>
+
+       * decl.c (va_list_type_node): New.
+
 1999-07-25  Anthony Green  <green@cygnus.com>
 
        * gjavah.c (print_stub): New function.
index 6779747c6aad59e5d3a49882363af0145118268f..466abc93646ae375d8493c3c16cf9172c831cd27 100644 (file)
@@ -370,6 +370,8 @@ tree soft_irem_node;
 tree soft_ldiv_node;
 tree soft_lrem_node;
 
+/* __builtin_va_list; unused by java, but referenced by target files.  */
+tree va_list_type_node;
 
 /* Build (and pushdecl) a "promoted type" for all standard
    types shorter than int.  */