From: Eric Christopher Date: Tue, 28 Aug 2001 23:23:37 +0000 (+0000) Subject: crtn.asm: Add comment explaining 16 byte alignment. X-Git-Tag: prereleases/libstdc++-3.0.95~2380 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a098df27ddb4274c9cb759b8071a948e1e16f114;p=thirdparty%2Fgcc.git crtn.asm: Add comment explaining 16 byte alignment. 2001-08-28 Eric Christopher * config/mips/crtn.asm: Add comment explaining 16 byte alignment. config/mips/crti.asm: Ditto. From-SVN: r45244 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 87a5aae7ccbb..4fd0995f60e0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2001-08-28 Eric Christopher + + * config/mips/crtn.asm: Add comment explaining 16 byte alignment. + config/mips/crti.asm: Ditto. + 2001-08-28 Eric Christopher Richard Henderson diff --git a/gcc/config/mips/crti.asm b/gcc/config/mips/crti.asm index 0b08529c6bf1..6452d1e4b28d 100644 --- a/gcc/config/mips/crti.asm +++ b/gcc/config/mips/crti.asm @@ -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 diff --git a/gcc/config/mips/crtn.asm b/gcc/config/mips/crtn.asm index be38a8687461..4fdd60ab16dc 100644 --- a/gcc/config/mips/crtn.asm +++ b/gcc/config/mips/crtn.asm @@ -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