mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-03 22:10:06 +08:00
sol2-c1.asm: Align the stack.
* config/i386/sol2-c1.asm: Align the stack. * config/i386/sol2-gc1.asm: Likewise. From-SVN: r28348
This commit is contained in:
parent
8d72ec32f7
commit
96a0a146e2
@ -1,3 +1,8 @@
|
||||
Fri Jul 30 16:33:42 1999 Mathias Froehlich <frohlich@na.uni-tuebingen.de>
|
||||
|
||||
* config/i386/sol2-c1.asm: Align the stack.
|
||||
* config/i386/sol2-gc1.asm: Likewise.
|
||||
|
||||
1999-07-30 Vladimir Makarov <vmakarov@loony.cygnus.com>
|
||||
|
||||
* config/sparc/sparc.h (ASM_CPU32_DEFAULT_SPEC): Change -Av8 onto
|
||||
|
@ -115,6 +115,12 @@ _start:
|
||||
! is the argument vector pointer, which is at a fixed address off
|
||||
! the initial frame pointer.
|
||||
|
||||
!
|
||||
! Make sure the stack is properly aligned.
|
||||
!
|
||||
andl $0xfffffff0,%esp
|
||||
subl $4,%esp
|
||||
|
||||
pushl %edx
|
||||
leal 12(%ebp),%edx
|
||||
pushl %edx
|
||||
|
@ -128,6 +128,12 @@ _start:
|
||||
! is the argument vector pointer, which is at a fixed address off
|
||||
! the initial frame pointer.
|
||||
|
||||
!
|
||||
! Make sure the stack is properly aligned.
|
||||
!
|
||||
andl $0xfffffff0,%esp
|
||||
subl $4,%esp
|
||||
|
||||
pushl %edx
|
||||
leal 12(%ebp),%edx
|
||||
pushl %edx
|
||||
|
Loading…
Reference in New Issue
Block a user