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
871a3886
Commit
871a3886
authored
Dec 18, 2013
by
Eric Botcazou
Committed by
Eric Botcazou
Dec 18, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/arm/arm.c (arm_expand_epilogue_apcs_frame): Fix thinko.
From-SVN: r206087
parent
0d78a2d4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/config/arm/arm.c
+2
-2
No files found.
gcc/ChangeLog
View file @
871a3886
2013
-
12
-
18
Eric
Botcazou
<
ebotcazou
@
adacore
.
com
>
*
config
/
arm
/
arm
.
c
(
arm_expand_epilogue_apcs_frame
):
Fix
thinko
.
2013
-
12
-
18
James
Greenhalgh
<
james
.
greenhalgh
@
arm
.
com
>
Kyrylo
Tkachov
<
kyrylo
.
tkachov
@
arm
.
com
>
gcc/config/arm/arm.c
View file @
871a3886
...
...
@@ -26855,8 +26855,8 @@ arm_expand_epilogue_apcs_frame (bool really_return)
if
(
crtl
->
calls_eh_return
)
emit_insn
(
gen_addsi3
(
stack_pointer_rtx
,
stack_pointer_rtx
,
GEN_INT
(
ARM_EH_STACKADJ_REGNUM
)));
stack_pointer_rtx
,
gen_rtx_REG
(
SImode
,
ARM_EH_STACKADJ_REGNUM
)));
if
(
IS_STACKALIGN
(
func_type
))
/* Restore the original stack pointer. Before prologue, the stack was
...
...
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