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
6cdfeeb4
Commit
6cdfeeb4
authored
Oct 01, 2013
by
Joern Rennecke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/arc/arc.c (arc_frame_info): Restore GTY marker.
From-SVN: r203092
parent
1465e5cf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
+1
-2
gcc/ChangeLog
+0
-1
gcc/config/arc/arc.c
+1
-1
No files found.
gcc/ChangeLog
View file @
6cdfeeb4
...
...
@@ -25,7 +25,6 @@
plain
comment
about
bl_s
.
*
config
/
arc
/
arc
.
c
(
stdio
.
h
):
Don
't include directly.
(arc_frame_info): Remove GTY marker.
(arc_expand_epilogue): Remove [0]: Remove fp_restored_p.
Remove if (1) condition.
(arc_encode_section_info): Fix comment.
...
...
gcc/config/arc/arc.c
View file @
6cdfeeb4
...
...
@@ -1808,7 +1808,7 @@ Notes:
/* Structure to be filled in by arc_compute_frame_size with register
save masks, and offsets for the current function. */
struct
arc_frame_info
struct
GTY
(())
arc_frame_info
{
unsigned
int
total_size
;
/* # bytes that the entire frame takes up. */
unsigned
int
extra_size
;
/* # bytes of extra stuff. */
...
...
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