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
4b763d77
Commit
4b763d77
authored
Apr 27, 2004
by
Paul Brook
Committed by
Paul Brook
Apr 27, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/arm/arm.c (arm_expand_epilogue): Count blocks of 4 regs.
From-SVN: r81216
parent
7053a0e2
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/arm/arm.c
+1
-0
No files found.
gcc/ChangeLog
View file @
4b763d77
2004-04-27 Paul Brook <paul@codesourcery.com>
* config/arm/arm.c (arm_expand_epilogue): Count blocks of 4 regs.
2004-04-26 Bernard Giroud <bgiroud@free.fr>
* config/alpha.c (alpha_end_function): For OpenVMS gas,
...
...
gcc/config/arm/arm.c
View file @
4b763d77
...
...
@@ -10380,6 +10380,7 @@ arm_expand_prologue (void)
{
insn
=
emit_sfm
(
reg
,
4
);
RTX_FRAME_RELATED_P
(
insn
)
=
1
;
saved_regs
+=
48
;
start_reg
=
reg
-
1
;
}
}
...
...
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