diff options
author | Eric Christopher <echristo@redhat.com> | 2001-08-28 23:23:37 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gcc.gnu.org> | 2001-08-28 23:23:37 +0000 |
commit | a098df27ddb4274c9cb759b8071a948e1e16f114 (patch) | |
tree | 9e71bfae6e723f4950fe6e3f43eb0bfcaa884f28 /gcc/config | |
parent | 46f9491e74bcfdad8409d33bb407677e3a126f50 (diff) | |
download | gcc-a098df27ddb4274c9cb759b8071a948e1e16f114.zip gcc-a098df27ddb4274c9cb759b8071a948e1e16f114.tar.gz gcc-a098df27ddb4274c9cb759b8071a948e1e16f114.tar.bz2 |
crtn.asm: Add comment explaining 16 byte alignment.
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
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/mips/crti.asm | 2 | ||||
-rw-r--r-- | gcc/config/mips/crtn.asm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/mips/crti.asm b/gcc/config/mips/crti.asm index 0b08529..6452d1e 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 be38a86..4fdd60a 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 |