]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
crtn.asm: Add comment explaining 16 byte alignment.
authorEric Christopher <echristo@redhat.com>
Tue, 28 Aug 2001 23:23:37 +0000 (23:23 +0000)
committerEric Christopher <echristo@gcc.gnu.org>
Tue, 28 Aug 2001 23:23:37 +0000 (23:23 +0000)
2001-08-28  Eric Christopher  <echristo@redhat.com>

* config/mips/crtn.asm: Add comment explaining 16 byte alignment.
config/mips/crti.asm: Ditto.

From-SVN: r45244

gcc/ChangeLog
gcc/config/mips/crti.asm
gcc/config/mips/crtn.asm

index 87a5aae7ccbb57440487365c8990a88f22e076eb..4fd0995f60e009e638598db7c15e73515b176ff4 100644 (file)
@@ -1,3 +1,8 @@
+2001-08-28  Eric Christopher  <echristo@redhat.com>
+
+       * config/mips/crtn.asm: Add comment explaining 16 byte alignment.
+       config/mips/crti.asm: Ditto.
+
 2001-08-28  Eric Christopher <echristo@redhat.com>
            Richard Henderson <rth@redhat.com>
 
index 0b08529c6bf114701b316afb41c668e06109fb35..6452d1e4b28d178c5d2a8672c255979b676cbd1b 100644 (file)
@@ -1,5 +1,5 @@
 /* 4 slots for argument spill area.  1 for cpreturn, 1 for stack.
-   Return spill offset of 40 and 20.  */
+   Return spill offset of 40 and 20.  Aligned to 16 bytes for n32.  */
 
        .section .init,"ax",@progbits
        .globl  _init
index be38a86874615cead61a0f4aeabe896676e1a301..4fdd60ab16dc95310bafcec7100dbdd361445d04 100644 (file)
@@ -1,5 +1,5 @@
 /* 4 slots for argument spill area.  1 for cpreturn, 1 for stack.
-   Return spill offset of 40 and 20.  */
+   Return spill offset of 40 and 20.  Aligned to 16 bytes for n32.  */
 
        .section .init,"ax",@progbits
 #ifdef __mips64