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
d9a98e1a
Commit
d9a98e1a
authored
Jul 18, 1993
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(init_function_start): Initialize trampoline_list here.
(expand_function_end): Not here. From-SVN: r4936
parent
36618528
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
gcc/function.c
+3
-2
No files found.
gcc/function.c
View file @
d9a98e1a
...
...
@@ -4194,6 +4194,9 @@ init_function_start (subr, filename, line)
/* Within function body, compute a type's size as soon it is laid out. */
immediate_size_expand
++
;
/* We haven't made any trampolines for this function yet. */
trampoline_list
=
0
;
init_pending_stack_adjust
();
inhibit_defer_pop
=
0
;
...
...
@@ -4524,8 +4527,6 @@ expand_function_end (filename, line)
/* Put those insns at entry to the containing function (this one). */
emit_insns_before
(
seq
,
tail_recursion_reentry
);
}
/* Clear the trampoline_list for the next function. */
trampoline_list
=
0
;
#if 0 /* I think unused parms are legitimate enough. */
/* Warn about unused parms. */
...
...
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