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
2a7428c0
Commit
2a7428c0
authored
Apr 03, 2008
by
Kaz Kojima
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/sh/sh.c (sh_output_mi_thunk): Free cfun.
From-SVN: r133865
parent
60c4d135
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
gcc/ChangeLog
+4
-0
gcc/config/sh/sh.c
+1
-0
No files found.
gcc/ChangeLog
View file @
2a7428c0
2008-04-03 Kaz Kojima <kkojima@gcc.gnu.org>
* config/sh/sh.c (sh_output_mi_thunk): Free cfun.
2008-04-03 Tom Tromey <tromey@redhat.com>
2008-04-03 Tom Tromey <tromey@redhat.com>
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
...
...
gcc/config/sh/sh.c
View file @
2a7428c0
...
@@ -10513,6 +10513,7 @@ sh_output_mi_thunk (FILE *file, tree thunk_fndecl ATTRIBUTE_UNUSED,
...
@@ -10513,6 +10513,7 @@ sh_output_mi_thunk (FILE *file, tree thunk_fndecl ATTRIBUTE_UNUSED,
final_start_function
(
insns
,
file
,
1
);
final_start_function
(
insns
,
file
,
1
);
final
(
insns
,
file
,
1
);
final
(
insns
,
file
,
1
);
final_end_function
();
final_end_function
();
free_after_compilation
(
cfun
);
reload_completed
=
0
;
reload_completed
=
0
;
epilogue_completed
=
0
;
epilogue_completed
=
0
;
...
...
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