mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-24 04:09:01 +08:00
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
This commit is contained in:
parent
46f9491e74
commit
a098df27dd
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user