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
34834420
Commit
34834420
authored
Jun 05, 2014
by
Marcus Shawcroft
Committed by
Marcus Shawcroft
Jun 05, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[AArch64] Clarify stack layout comment.
From-SVN: r211268
parent
98ba7482
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
16 deletions
+19
-16
gcc/ChangeLog
+5
-0
gcc/config/aarch64/aarch64.c
+14
-16
No files found.
gcc/ChangeLog
View file @
34834420
2014-06-05 Marcus Shawcroft <marcus.shawcroft@arm.com>
* config/aarch64/aarch64.c (aarch64_expand_prologue): Update stack
layout comment.
2014-06-05 Jaydeep Patil <Jaydeep.Patil@imgtec.com>
Prachi Godbole <Prachi.Godbole@imgtec.com>
...
...
gcc/config/aarch64/aarch64.c
View file @
34834420
...
...
@@ -2078,37 +2078,35 @@ aarch64_save_or_restore_callee_save_registers (HOST_WIDE_INT offset,
| |
| incoming stack arguments |
| |
+-------------------------------+
<-- arg_pointer_rtx
| |
+-------------------------------+
| |
<-- incoming stack pointer (aligned)
| callee-allocated save area |
| for register varargs |
| |
+-------------------------------+ <-- frame_pointer_rtx
| |
| local variables |
+-------------------------------+
| local variables | <-- frame_pointer_rtx
| |
+-------------------------------+
| padding0 | \
+-------------------------------+ |
| | |
| | |
| callee-saved registers | | frame.saved_regs_size
| | |
+-------------------------------+ |
| LR' | |
+-------------------------------+ |
| FP' | /
P +-------------------------------+ <-- hard_frame_pointer_rtx
| FP' | /
<- hard_frame_pointer_rtx (aligned)
+-------------------------------+
| dynamic allocation |
+-------------------------------+
| padding |
+-------------------------------+
| outgoing stack arguments | <-- arg_pointer
| |
| outgoing stack arguments |
| |
+-------------------------------+ <-- stack_pointer_rtx
+-------------------------------+
| | <-- stack_pointer_rtx (aligned)
Dynamic stack allocations
such as alloca insert data at point P.
They decrease stack_pointer_rtx but leave frame_pointer_rtx and
hard_frame_pointer_rtx
unchanged. */
Dynamic stack allocations
via alloca() decrease stack_pointer_rtx
but leave frame_pointer_rtx and hard_frame_pointer_rtx
unchanged. */
/* Generate the prologue instructions for entry into a function.
Establish the stack frame by decreasing the stack pointer with a
...
...
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