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
f55d7103
Commit
f55d7103
authored
Jan 30, 2003
by
Nick Clifton
Committed by
Nick Clifton
Jan 30, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(arm_output_epilogue): Update stack pointer when popping saved IP register
off the stack. From-SVN: r62138
parent
b6d08ca1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
gcc/ChangeLog
+5
-0
gcc/config/arm/arm.c
+1
-1
No files found.
gcc/ChangeLog
View file @
f55d7103
2003
-
01
-
30
Nick
Clifton
<
nickc
@redhat
.
com
>
*
config
/
arm
/
arm
.
c
(
arm_output_epilogue
)
:
Update
stack
pointer
when
popping
saved
IP
register
off
the
stack
.
2003
-
01
-
30
Kazu
Hirata
<
kazu
@cs
.
umass
.
edu
>
2003
-
01
-
30
Kazu
Hirata
<
kazu
@cs
.
umass
.
edu
>
*
config
/
rs6000
/
aix43
.
h
:
Fix
comment
typos
.
*
config
/
rs6000
/
aix43
.
h
:
Fix
comment
typos
.
...
...
gcc/config/arm/arm.c
View file @
f55d7103
...
@@ -8209,7 +8209,7 @@ arm_output_epilogue (really_return)
...
@@ -8209,7 +8209,7 @@ arm_output_epilogue (really_return)
if
(
IS_INTERRUPT
(
func_type
))
if
(
IS_INTERRUPT
(
func_type
))
/* Interrupt handlers will have pushed the
/* Interrupt handlers will have pushed the
IP onto the stack, so restore it now. */
IP onto the stack, so restore it now. */
print_multi_reg
(
f
,
"ldmfd
\t
%r"
,
SP_REGNUM
,
1
<<
IP_REGNUM
);
print_multi_reg
(
f
,
"ldmfd
\t
%r
!
"
,
SP_REGNUM
,
1
<<
IP_REGNUM
);
}
}
else
else
{
{
...
...
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