OSDN Git Service

2001-08-28 Eric Christopher <echristo@redhat.com>
authorechristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 28 Aug 2001 23:23:37 +0000 (23:23 +0000)
committerechristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 28 Aug 2001 23:23:37 +0000 (23:23 +0000)
* config/mips/crtn.asm: Add comment explaining 16 byte alignment.
config/mips/crti.asm: Ditto.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45244 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 87a5aae..4fd0995 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 0b08529..6452d1e 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 be38a86..4fdd60a 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