diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-07-23 08:02:07 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-07-23 08:02:07 -0700 |
commit | 9b6bf8a30292288c9536efb72d80020f189bf9a6 (patch) | |
tree | 76d44e46e2ac8bc14a39776444b21f6296eff3fd /ChangeLog | |
parent | c15b1d20cd31d9c1498a1863a0a65ecfec4f2513 (diff) | |
download | glibc-9b6bf8a30292288c9536efb72d80020f189bf9a6.tar.gz glibc-9b6bf8a30292288c9536efb72d80020f189bf9a6.tar.xz glibc-9b6bf8a30292288c9536efb72d80020f189bf9a6.zip |
Preserve stack alignment in i386 makecontext.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 5dc5d41433..31ff6a17d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2009-07-23 Ulrich Drepper <drepper@redhat.com> + * sysdeps/unix/sysv/linux/i386/makecontext.S: Ensure we preserve the + stack alignment in the exit code. + * elf/dl-lookup.c (dl_lookup_x): The hashval for unique symbol can potentially be zero. |