Commit 8824cf7e by Richard Henderson Committed by Richard Henderson

* decl.c (va_list_type_node): New.

From-SVN: r28240
parent fcd2e402
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> 1999-06-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* Make-lang.in (CHILL.stage1): Depend on stage1-start. * Make-lang.in (CHILL.stage1): Depend on stage1-start.
......
...@@ -374,6 +374,9 @@ tree void_list_node; ...@@ -374,6 +374,9 @@ tree void_list_node;
/* Nodes for types `void *' and `const void *'. */ /* Nodes for types `void *' and `const void *'. */
tree ptr_type_node, const_ptr_type_node; 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 /* type of initializer structure, which points to
a module's module-level code, and to the next a module's module-level code, and to the next
such structure. */ such structure. */
......
1999-07-25 Richard Henderson <rth@cygnus.com>
* decl.c (va_list_type_node): New.
1999-07-25 Anthony Green <green@cygnus.com> 1999-07-25 Anthony Green <green@cygnus.com>
* gjavah.c (print_stub): New function. * gjavah.c (print_stub): New function.
......
...@@ -370,6 +370,8 @@ tree soft_irem_node; ...@@ -370,6 +370,8 @@ tree soft_irem_node;
tree soft_ldiv_node; tree soft_ldiv_node;
tree soft_lrem_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 /* Build (and pushdecl) a "promoted type" for all standard
types shorter than int. */ types shorter than int. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment