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
d6e1b011
Commit
d6e1b011
authored
Oct 11, 1993
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(struct function): New field `machine'.
From-SVN: r5722
parent
46766466
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletions
+9
-1
gcc/function.h
+9
-1
No files found.
gcc/function.h
View file @
d6e1b011
...
...
@@ -160,6 +160,8 @@ struct function
/* For md files. */
int
uses_pic_offset_table
;
/* tm.h can use this to store whatever it likes. */
struct
machine_function
*
machine
;
/* For reorg. */
rtx
epilogue_delay_list
;
...
...
@@ -193,7 +195,13 @@ extern struct function *outer_function_chain;
/* Put all this function's BLOCK nodes into a vector and return it.
Also store in each NOTE for the beginning or end of a block
the index of that block in the vector. */
tree
*
identify_blocks
PROTO
((
tree
,
rtx
));
extern
tree
*
identify_blocks
PROTO
((
tree
,
rtx
));
/* These variables hold pointers to functions to
save and restore machine-specific data,
in push_function_context and pop_function_context. */
extern
void
(
*
save_machine_status
)
();
extern
void
(
*
restore_machine_status
)
();
#ifdef rtx
#undef rtx
...
...
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