Commit 454fdba9 by Renlin Li Committed by Yufeng Zhang

aarch64.c: Correct the comments about the aarch64 stack layout.

	* config/aarch64/aarch64.c: Correct the comments about the
	aarch64 stack layout.

From-SVN: r208636
parent 1e649cf8
2014-03-16 Renlin Li <Renlin.Li@arm.com>
* config/aarch64/aarch64.c: Correct the comments about the
aarch64 stack layout.
2014-03-18 Thomas Schwinge <thomas@codesourcery.com> 2014-03-18 Thomas Schwinge <thomas@codesourcery.com>
* omp-low.c (lower_rec_input_clauses) <build_omp_barrier>: Restore * omp-low.c (lower_rec_input_clauses) <build_omp_barrier>: Restore
......
...@@ -1994,18 +1994,21 @@ aarch64_save_or_restore_callee_save_registers (HOST_WIDE_INT offset, ...@@ -1994,18 +1994,21 @@ aarch64_save_or_restore_callee_save_registers (HOST_WIDE_INT offset,
| callee-allocated save area | | callee-allocated save area |
| for register varargs | | for register varargs |
| | | |
+-------------------------------+
| |
| local variables |
| |
+-------------------------------+ <-- frame_pointer_rtx +-------------------------------+ <-- frame_pointer_rtx
| | | |
| callee-saved registers | | local variables |
| | | |
+-------------------------------+ +-------------------------------+
| LR' | | padding0 | \
+-------------------------------+ +-------------------------------+ |
| FP' | | | |
| | |
| callee-saved registers | | frame.saved_regs_size
| | |
+-------------------------------+ |
| LR' | |
+-------------------------------+ |
| FP' | /
P +-------------------------------+ <-- hard_frame_pointer_rtx P +-------------------------------+ <-- hard_frame_pointer_rtx
| dynamic allocation | | dynamic allocation |
+-------------------------------+ +-------------------------------+
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment