about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-12-03 04:57:30 +0000
committerUlrich Drepper <drepper@redhat.com>2007-12-03 04:57:30 +0000
commit51bd20d93a1d61f52bb29e19256e2401a633134b (patch)
tree71204e38910cf3413d6c1d508f261fc7a73b286a /ChangeLog
parentd90d025691b584812ecaf216be6fbf17c7f0a0a3 (diff)
downloadglibc-51bd20d93a1d61f52bb29e19256e2401a633134b.tar.gz
glibc-51bd20d93a1d61f52bb29e19256e2401a633134b.tar.xz
glibc-51bd20d93a1d61f52bb29e19256e2401a633134b.zip
[BZ #5435]
	* sysdeps/unix/sysv/linux/i386/makecontext.S: Align stack.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 49f0179327..4f1b198a60 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2007-12-03  Ulrich Drepper  <drepper@redhat.com>
 
+	[BZ #5435]
+	* sysdeps/unix/sysv/linux/i386/makecontext.S: Align stack.
+
 	* stdlib/tst-setcontext.c: Catch the case where the links gets
 	messed up and we do not reach main again.