summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-07-23 08:02:07 -0700
committerUlrich Drepper <drepper@redhat.com>2009-07-23 08:02:07 -0700
commit9b6bf8a30292288c9536efb72d80020f189bf9a6 (patch)
tree76d44e46e2ac8bc14a39776444b21f6296eff3fd /ChangeLog
parentc15b1d20cd31d9c1498a1863a0a65ecfec4f2513 (diff)
Preserve stack alignment in i386 makecontext.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
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.