summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@gnu.org>2007-12-12 23:32:52 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-04-07 23:11:34 +0200
commitb8a2f5eb1724f9025cb4e34b7dd42351bb4f2cef (patch)
tree77c269abc28d4409f679523afb6b5ea72214f01f /ChangeLog
parentd103b8568a4bcbf380d36b5fb86bef8ea475a682 (diff)
hurd/
2007-12-13 Neal H. Walfield <neal@gnu.org> * exceptions.h (exception_page_cleanup): New declaration. libhurd-mm/ 2007-12-13 Neal H. Walfield <neal@gnu.org> * exceptions.c (exception_frame_alloc): When allocating the first frame, set EXCEPTION_PAGE->EXCEPTION_STACK_BOTTOM. (exception_page_cleanup): New function. * ia32-exception-entry.S (_exception_handler_end): Correctly adjust the exception page's exception stack. libpthread/ 2007-12-13 Neal H. Walfield <neal@gnu.org> * sysdeps/l4/hurd/pt-thread-halt.c: Include <hurd/exceptions.h>. (__pthread_thread_halt): Call exception_page_cleanup.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cc74c3e..8f5a0ed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-12-13 Neal H. Walfield <neal@gnu.org>
+
+ * sysdeps/l4/hurd/pt-thread-halt.c: Include <hurd/exceptions.h>.
+ (__pthread_thread_halt): Call exception_page_cleanup.
+
2007-12-12 Neal H. Walfield <neal@gnu.org>
* sysdeps/l4/pt-block.c (__pthread_block): Clear the acceptor.