diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-05-09 15:19:13 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-05-09 15:19:13 +0000 |
commit | be434a72b023edab7851c13da8f0639e46ee4fa8 (patch) | |
tree | 99f98e631af6a49de5add8870d12413a61e7fc47 /nptl/ChangeLog | |
parent | bf3635d31d18ed1d6274115ed332db374a3e7bcf (diff) | |
download | glibc-be434a72b023edab7851c13da8f0639e46ee4fa8.tar.gz glibc-be434a72b023edab7851c13da8f0639e46ee4fa8.tar.xz glibc-be434a72b023edab7851c13da8f0639e46ee4fa8.zip |
[BZ #2644]
2006-05-09 Ulrich Drepper <drepper@redhat.com> [BZ #2644] * sysdeps/pthread/unwind-forcedunwind.c: Different solution for the reload problem. Change the one path in pthread_cancel_init which causes the problem. Force gcc to reload. Simplify callers. * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c (_Unwind_GetBSP): Undo last patch.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index ccad82e1dd..940bfafcee 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,12 @@ +2006-05-09 Ulrich Drepper <drepper@redhat.com> + + [BZ #2644] + * sysdeps/pthread/unwind-forcedunwind.c: Different solution for + the reload problem. Change the one path in pthread_cancel_init + which causes the problem. Force gcc to reload. Simplify callers. + * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c + (_Unwind_GetBSP): Undo last patch. + 2006-05-07 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: Make sure the |