diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-09-04 05:57:06 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-09-04 05:57:06 +0000 |
commit | 58e8ec84f450f5f4eb00f4c445de9562bfa359e9 (patch) | |
tree | 943fa8c31e4cd0573b96e92595c5beea375155a0 /nptl/ChangeLog | |
parent | 35504a6f2d420cb5c80dff987d7e76d5fd0f109b (diff) | |
download | glibc-58e8ec84f450f5f4eb00f4c445de9562bfa359e9.tar.gz glibc-58e8ec84f450f5f4eb00f4c445de9562bfa359e9.tar.xz glibc-58e8ec84f450f5f4eb00f4c445de9562bfa359e9.zip |
Update.
22003-09-04 Jakub Jelinek <jakub@redhat.com> * sysdeps/generic/unwind.h (_Unwind_GetBSP): Add prototype. 003-09-03 Ulrich Drepper <drepper@redhat.com>
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 0ecb632963..647a443392 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,14 @@ +2003-09-04 Jakub Jelinek <jakub@redhat.com> + + * unwind-forcedunwind.c: Move to... + * sysdeps/pthread/unwind-forcedunwind.c: ...here. + (pthread_cancel_init): Use ARCH_CANCEL_INIT if defined. + * sysdeps/pthread/jmpbuf-unwind.h: New file. + * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: New file. + * sysdeps/unix/sysv/linux/ia64/jmpbuf-unwind.h: New file. + * unwind.c: Include jmpbuf-unwind.h. + (unwind_stop): Use _JMPBUF_CFA_UNWINDS macro. + 2003-09-02 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: New file. |