From 3f121ed386d60de3bdf1dd054ba742b4ae17e7a1 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 18 Jun 1998 17:29:11 +0000 Subject: Update. 1998-06-18 Ulrich Drepper * sysdeps/i386/elf/start.S (_start): Ensure correct alignment. --- sysdeps/i386/elf/start.S | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sysdeps/i386/elf') diff --git a/sysdeps/i386/elf/start.S b/sysdeps/i386/elf/start.S index 019e749..b5b5f01 100644 --- a/sysdeps/i386/elf/start.S +++ b/sysdeps/i386/elf/start.S @@ -53,6 +53,8 @@ _start: boundary to avoid penalties from misaligned accesses. Thanks to Edward Seidl for pointing this out. */ andl $0xfffffff8, %esp + pushl %eax /* Push garbage because we allocate + 28 more bytes. */ /* Provide the highest stack address to the user code (for stacks which grow downwards). */ -- cgit v1.1