diff options
Diffstat (limited to 'libpthread/ChangeLog')
-rw-r--r-- | libpthread/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libpthread/ChangeLog b/libpthread/ChangeLog index f221393..4d9bfce 100644 --- a/libpthread/ChangeLog +++ b/libpthread/ChangeLog @@ -1,3 +1,12 @@ +2008-02-11 Neal H. Walfield <neal@gnu.org> + + * sysdeps/l4/hurd/ia32/pt-setup.c (_pthread_entry_point): New + assembly function. + (stack_setup): Take additional argument entry_point. Push it on + the stack. + (__pthread_setup): Set thread->mcontext.pc to + &_pthread_entry_point. Pass ENTRY_POINT to stack_setup. + 2008-02-08 Neal H. Walfield <neal@gnu.org> * sysdeps/hurd/pt-setspecific.c (pthread_setspecific): Update use |