diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-02-03 09:31:42 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-02-03 09:31:42 +0000 |
commit | f549233427db72d1f3f51a1d4bca548361231b46 (patch) | |
tree | 99db58a1f30711a7133d110c6e36aebec8def264 /linuxthreads/ChangeLog | |
parent | e72ed84d09121b1529febfb8446e764cbc4749db (diff) | |
download | glibc-f549233427db72d1f3f51a1d4bca548361231b46.tar.gz glibc-f549233427db72d1f3f51a1d4bca548361231b46.tar.xz glibc-f549233427db72d1f3f51a1d4bca548361231b46.zip |
Update.
1999-02-03 Jakub Jelinek <jj@ultra.linux.cz> * sysdeps/unix/sysv/linux/sparc/sparc64/pipe.S: Set branch prediction correctly. * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h: Signal takes a pointer to __sigcontext_t. * sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S: Do a nop after retl. * sysdeps/unix/sysv/linux/sparc/sparc32/Dist: Remove fork.S.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index e65ee76222..352b34356f 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,14 @@ +1999-02-03 H.J. Lu <hjl@gnu.org> + + * manager.c (__pthread_manager): Do block __pthread_sig_debug. + Don't restart the thread which sent REQ_DEBUG. + (pthread_start_thread): Check if __pthread_sig_debug > 0 + before debugging. + + * pthread.c (__pthread_initialize_manager): Suspend ourself + after sending __pthread_sig_debug to gdb instead of + __pthread_sig_cancel. + 1999-01-24 H.J. Lu <hjl@gnu.org> * manager.c (__pthread_manager): Delete __pthread_sig_debug |