* decl.c (va_list_type_node): New.

From-SVN: r28240
This commit is contained in:
Richard Henderson 1999-07-25 18:19:02 -07:00 committed by Richard Henderson
parent fcd2e40223
commit 8824cf7e49
4 changed files with 13 additions and 0 deletions

View 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.

View 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. */

View 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.

View 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. */