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
cf77f15f
Commit
cf77f15f
authored
Nov 27, 2000
by
Mark Mitchell
Committed by
Mark Mitchell
Nov 27, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* function.c (free_after_compilation): Clear x_clobber_return_insn.
From-SVN: r37806
parent
079c384c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
gcc/ChangeLog
+4
-0
gcc/function.c
+1
-0
No files found.
gcc/ChangeLog
View file @
cf77f15f
2000-11-27 Mark Mitchell <mark@codesourcery.com>
* function.c (free_after_compilation): Clear x_clobber_return_insn.
2000-11-27 Neil Booth <neilb@earthling.net>
2000-11-27 Neil Booth <neilb@earthling.net>
* cppinit.c (cpp_reader_init): Remove handling of warn_paste
* cppinit.c (cpp_reader_init): Remove handling of warn_paste
...
...
gcc/function.c
View file @
cf77f15f
...
@@ -483,6 +483,7 @@ free_after_compilation (f)
...
@@ -483,6 +483,7 @@ free_after_compilation (f)
f
->
x_tail_recursion_label
=
NULL
;
f
->
x_tail_recursion_label
=
NULL
;
f
->
x_tail_recursion_reentry
=
NULL
;
f
->
x_tail_recursion_reentry
=
NULL
;
f
->
x_arg_pointer_save_area
=
NULL
;
f
->
x_arg_pointer_save_area
=
NULL
;
f
->
x_clobber_return_insn
=
NULL
;
f
->
x_context_display
=
NULL
;
f
->
x_context_display
=
NULL
;
f
->
x_trampoline_list
=
NULL
;
f
->
x_trampoline_list
=
NULL
;
f
->
x_parm_birth_insn
=
NULL
;
f
->
x_parm_birth_insn
=
NULL
;
...
...
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