Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
8824cf7e
Commit
8824cf7e
authored
Jul 25, 1999
by
Richard Henderson
Committed by
Richard Henderson
Jul 25, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* decl.c (va_list_type_node): New.
From-SVN: r28240
parent
fcd2e402
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
0 deletions
+13
-0
gcc/ch/ChangeLog
+4
-0
gcc/ch/decl.c
+3
-0
gcc/java/ChangeLog
+4
-0
gcc/java/decl.c
+2
-0
No files found.
gcc/ch/ChangeLog
View file @
8824cf7e
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.
...
...
gcc/ch/decl.c
View file @
8824cf7e
...
@@ -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. */
...
...
gcc/java/ChangeLog
View file @
8824cf7e
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.
...
...
gcc/java/decl.c
View file @
8824cf7e
...
@@ -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. */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment