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
31ed227b
Commit
31ed227b
authored
Mar 29, 1998
by
Jeffrey A Law
Committed by
Jeff Law
Mar 29, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* tree.h (lang_print_xnode): Provide prototype.
From-SVN: r18890
parent
fe776296
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
gcc/ChangeLog
+4
-0
gcc/tree.h
+4
-0
No files found.
gcc/ChangeLog
View file @
31ed227b
Sun Mar 29 12:45:23 1998 Jeffrey A Law (law@cygnus.com)
* tree.h (lang_print_xnode): Provide prototype.
Sat Mar 28 23:50:44 PST 1998 Jeff Law (law@cygnus.com)
Sat Mar 28 23:50:44 PST 1998 Jeff Law (law@cygnus.com)
* version.c: Bump for snapshot.
* version.c: Bump for snapshot.
...
...
gcc/tree.h
View file @
31ed227b
...
@@ -2143,6 +2143,10 @@ extern void mark_seen_cases PROTO ((tree, unsigned char *,
...
@@ -2143,6 +2143,10 @@ extern void mark_seen_cases PROTO ((tree, unsigned char *,
long
,
int
));
long
,
int
));
extern
void
check_for_full_enumeration_handling
PROTO
((
tree
));
extern
void
check_for_full_enumeration_handling
PROTO
((
tree
));
extern
void
declare_nonlocal_label
PROTO
((
tree
));
extern
void
declare_nonlocal_label
PROTO
((
tree
));
#ifdef BUFSIZ
extern
void
lang_print_xnode
PROTO
((
FILE
*
,
tree
,
int
));
#endif
/* If KIND=='I', return a suitable global initializer (constructor) name.
/* If KIND=='I', return a suitable global initializer (constructor) name.
If KIND=='D', return a suitable global clean-up (destructor) name. */
If KIND=='D', return a suitable global clean-up (destructor) name. */
...
...
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