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
9a807d3a
Commit
9a807d3a
authored
28 years ago
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(struct function): Make frame_offset be HOST_WIDE_INT.
(get_frame_size): Add definition. From-SVN: r13244
parent
8af5168b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletions
+6
-1
gcc/function.h
+6
-1
No files found.
gcc/function.h
View file @
9a807d3a
...
...
@@ -95,7 +95,7 @@ struct function
rtx
save_expr_regs
;
rtx
stack_slot_list
;
rtx
parm_birth_insn
;
int
frame_offset
;
HOST_WIDE_INT
frame_offset
;
rtx
tail_recursion_label
;
rtx
tail_recursion_reentry
;
rtx
internal_arg_pointer
;
...
...
@@ -223,6 +223,11 @@ extern struct function *outer_function_chain;
the index of that block in the vector. */
extern
tree
*
identify_blocks
PROTO
((
tree
,
rtx
));
/* Return size needed for stack frame based on slots so far allocated.
This size counts from zero. It is not rounded to STACK_BOUNDARY;
the caller may have to do that. */
extern
HOST_WIDE_INT
get_frame_size
PROTO
((
void
));
/* These variables hold pointers to functions to
save and restore machine-specific data,
in push_function_context and pop_function_context. */
...
...
This diff is collapsed.
Click to expand it.
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