aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-12-19 15:34:16 +0000
committerUlrich Drepper <drepper@redhat.com>2006-12-19 15:34:16 +0000
commita12dcecc507ec5a2fc6b82bd1918357ac58b7da8 (patch)
treeb76f17f0e1ea03d69661127c23f7aff6e95b074b /ChangeLog
parent594d423aa3ed05263d386ff32af9edcf6a7696fc (diff)
downloadglibc-a12dcecc507ec5a2fc6b82bd1918357ac58b7da8.zip
glibc-a12dcecc507ec5a2fc6b82bd1918357ac58b7da8.tar.gz
glibc-a12dcecc507ec5a2fc6b82bd1918357ac58b7da8.tar.bz2
* stdlib/Makefile (tests): Add tst-makecontext.
* stdlib/tst-makecontext.c: New test. * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S (__makecontext): Don't realign uc_mcontext.uc_regs.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d02ff9d..bf4cf42 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-12-19 Jakub Jelinek <jakub@redhat.com>
+
+ * stdlib/Makefile (tests): Add tst-makecontext.
+ * stdlib/tst-makecontext.c: New test.
+
+ * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S
+ (__makecontext): Don't realign uc_mcontext.uc_regs.
+
2006-11-28 Jakub Jelinek <jakub@redhat.com>
* elf/dl-support.c: Include dl-procinfo.h.