]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
aarch64.c: Correct the comments about the aarch64 stack layout.
authorRenlin Li <renlin.li@arm.com>
Tue, 18 Mar 2014 10:22:57 +0000 (10:22 +0000)
committerYufeng Zhang <yufeng@gcc.gnu.org>
Tue, 18 Mar 2014 10:22:57 +0000 (10:22 +0000)
* config/aarch64/aarch64.c: Correct the comments about the
aarch64 stack layout.

From-SVN: r208636

gcc/ChangeLog
gcc/config/aarch64/aarch64.c

index a657e062af29cbdfb2f4bf7d2cfc64a860f28e73..ba7bb367f52cd6682cdff5f6e827c3a8e6c15621 100644 (file)
@@ -1,3 +1,8 @@
+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>
 
        * omp-low.c (lower_rec_input_clauses) <build_omp_barrier>: Restore
index 4e6728a04b4ced8e70025dae0c623e20ad605523..ebd58c0076119f7a0ef567e9cd30930874004501 100644 (file)
@@ -1994,18 +1994,21 @@ aarch64_save_or_restore_callee_save_registers (HOST_WIDE_INT offset,
        |  callee-allocated save area   |
        |  for register varargs         |
        |                               |
-       +-------------------------------+
-       |                               |
-       |  local variables              |
-       |                               |
        +-------------------------------+ <-- frame_pointer_rtx
        |                               |
-       |  callee-saved registers       |
+       |  local variables              |
        |                               |
        +-------------------------------+
-       |  LR'                          |
-       +-------------------------------+
-       |  FP'                          |
+       |  padding0                     | \
+       +-------------------------------+  |
+       |                               |  |
+       |                               |  |
+       |  callee-saved registers       |  | frame.saved_regs_size
+       |                               |  |
+       +-------------------------------+  |
+       |  LR'                          |  |
+       +-------------------------------+  |
+       |  FP'                          | /
       P +-------------------------------+ <-- hard_frame_pointer_rtx
        |  dynamic allocation           |
        +-------------------------------+