diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-06-18 17:29:11 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-06-18 17:29:11 +0000 |
commit | 3f121ed386d60de3bdf1dd054ba742b4ae17e7a1 (patch) | |
tree | 7269a236c0c4383a553031df4754543c1a7c0bf2 /sysdeps/i386 | |
parent | 5ad49c070734c57f35cfe045572fb22158870c78 (diff) | |
download | glibc-3f121ed386d60de3bdf1dd054ba742b4ae17e7a1.tar glibc-3f121ed386d60de3bdf1dd054ba742b4ae17e7a1.tar.gz glibc-3f121ed386d60de3bdf1dd054ba742b4ae17e7a1.tar.bz2 glibc-3f121ed386d60de3bdf1dd054ba742b4ae17e7a1.zip |
Update.
1998-06-18 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/i386/elf/start.S (_start): Ensure correct alignment.
Diffstat (limited to 'sysdeps/i386')
-rw-r--r-- | sysdeps/i386/elf/start.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/i386/elf/start.S b/sysdeps/i386/elf/start.S index 019e749a6f..b5b5f013ef 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 <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). */ |