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:
Mathias Froehlich 1999-07-30 23:40:09 +00:00 committed by Richard Henderson
parent 8d72ec32f7
commit 96a0a146e2
3 changed files with 17 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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