mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-17 13:00:43 +08:00
Update.
1998-06-18 Ulrich Drepper <drepper@cygnus.com> * sysdeps/i386/elf/start.S (_start): Ensure correct alignment.
This commit is contained in:
parent
5ad49c0707
commit
3f121ed386
@ -1,3 +1,7 @@
|
||||
1998-06-18 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* sysdeps/i386/elf/start.S (_start): Ensure correct alignment.
|
||||
|
||||
1998-06-18 16:40 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* libc.map: Add _dl_profile_map, _dl_profile_output, _dl_start_profile,
|
||||
|
@ -53,6 +53,8 @@ _start:
|
||||
boundary to avoid penalties from misaligned accesses. Thanks
|
||||
to Edward Seidl <seidl@janed.com> 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). */
|
||||
|
Loading…
Reference in New Issue
Block a user