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
b20e883e
Commit
b20e883e
authored
Aug 05, 1993
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(TYPE_OBSTACK): New macro.
(struct tree_type): Add new field obstack. From-SVN: r5077
parent
f72ccbe6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
+3
-1
gcc/tree.h
+3
-1
No files found.
gcc/tree.h
View file @
b20e883e
/* Front-end tree definitions for GNU compiler.
/* Front-end tree definitions for GNU compiler.
Copyright (C) 1989 Free Software Foundation, Inc.
Copyright (C) 1989
, 1993
Free Software Foundation, Inc.
This file is part of GNU CC.
This file is part of GNU CC.
...
@@ -558,6 +558,7 @@ struct tree_block
...
@@ -558,6 +558,7 @@ struct tree_block
#define TYPE_BINFO(NODE) ((NODE)->type.binfo)
#define TYPE_BINFO(NODE) ((NODE)->type.binfo)
#define TYPE_NONCOPIED_PARTS(NODE) ((NODE)->type.noncopied_parts)
#define TYPE_NONCOPIED_PARTS(NODE) ((NODE)->type.noncopied_parts)
#define TYPE_CONTEXT(NODE) ((NODE)->type.context)
#define TYPE_CONTEXT(NODE) ((NODE)->type.context)
#define TYPE_OBSTACK(NODE) ((NODE)->type.obstack)
#define TYPE_LANG_SPECIFIC(NODE) ((NODE)->type.lang_specific)
#define TYPE_LANG_SPECIFIC(NODE) ((NODE)->type.lang_specific)
/* The alignment necessary for objects of this type.
/* The alignment necessary for objects of this type.
...
@@ -622,6 +623,7 @@ struct tree_type
...
@@ -622,6 +623,7 @@ struct tree_type
union
tree_node
*
binfo
;
union
tree_node
*
binfo
;
union
tree_node
*
noncopied_parts
;
union
tree_node
*
noncopied_parts
;
union
tree_node
*
context
;
union
tree_node
*
context
;
struct
obstack
*
obstack
;
/* Points to a structure whose details depend on the language in use. */
/* Points to a structure whose details depend on the language in use. */
struct
lang_type
*
lang_specific
;
struct
lang_type
*
lang_specific
;
};
};
...
...
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