diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-12-15 07:04:50 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-12-15 07:04:50 +0000 |
commit | 1f9d7c2739c9442d07c5578920824abb4a3bf509 (patch) | |
tree | 6f29ac8743a35132ab5f43b9675bca8bc17ee215 /nptl/ChangeLog | |
parent | 8a3f5844c508a67f4fe291236ca7dd73b3d71699 (diff) | |
download | glibc-1f9d7c2739c9442d07c5578920824abb4a3bf509.tar.gz glibc-1f9d7c2739c9442d07c5578920824abb4a3bf509.tar.xz glibc-1f9d7c2739c9442d07c5578920824abb4a3bf509.zip |
Update.
2004-12-14 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Add support for pid caching in nptl.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index f779bd4968..e44a856c13 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,11 @@ +2004-12-14 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/powerpc/tcb-offsets.sym: Add TID. + * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: New file. + + * tst-getpid1.c: If child crashes, report this first. Print which + signal. + 2004-12-09 Ulrich Drepper <drepper@redhat.com> * init.c (__pthread_initialize_minimal_internal): Also unblock |