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
58e60158
Commit
58e60158
authored
Sep 24, 2002
by
Adam Nemet
Committed by
Nick Clifton
Sep 24, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(thumb_unexpanded_epilogue): Don't generate epilogue for naked functions.
From-SVN: r57476
parent
59be6073
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
gcc/ChangeLog
+5
-0
gcc/config/arm/arm.c
+3
-0
No files found.
gcc/ChangeLog
View file @
58e60158
2002
-
09
-
24
Adam
Nemet
<
anemet
@lnxw
.
com
>
*
config
/
arm
/
arm
.
c
(
thumb_unexpanded_epilogue
)
:
Don
'
t
generate
epilogue
for
naked
functions
.
2002
-
09
-
24
Adam
Nemet
<
anemet
@lnxw
.
com
>
Nick
Clifton
<
nickc
@redhat
.
com
>
*
config
/
arm
/
arm
.
h
(
THUMB_FUNCTION_PROFILER
)
:
Remove
.
...
...
gcc/config/arm/arm.c
View file @
58e60158
...
...
@@ -9977,6 +9977,9 @@ thumb_unexpanded_epilogue ()
if
(
return_used_this_function
)
return
""
;
if
(
IS_NAKED
(
arm_current_func_type
()))
return
""
;
for
(
regno
=
0
;
regno
<=
LAST_LO_REGNUM
;
regno
++
)
if
(
THUMB_REG_PUSHED_P
(
regno
))
live_regs_mask
|=
1
<<
regno
;
...
...
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