From 3f121ed386d60de3bdf1dd054ba742b4ae17e7a1 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 18 Jun 1998 17:29:11 +0000 Subject: [PATCH] Update. 1998-06-18 Ulrich Drepper * sysdeps/i386/elf/start.S (_start): Ensure correct alignment. --- ChangeLog | 4 ++++ sysdeps/i386/elf/start.S | 2 ++ 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index f6592af..f07d701 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1998-06-18 Ulrich Drepper + + * sysdeps/i386/elf/start.S (_start): Ensure correct alignment. + 1998-06-18 16:40 Ulrich Drepper * libc.map: Add _dl_profile_map, _dl_profile_output, _dl_start_profile, 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). */ -- 2.7.4