mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-05 00:00:36 +08:00
* decl.c (va_list_type_node): New.
From-SVN: r28240
This commit is contained in:
parent
fcd2e40223
commit
8824cf7e49
@ -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.
|
||||
|
@ -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. */
|
||||
|
@ -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.
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user