From 917fbe706900299552cfaf34d78ef66d8f128577 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 15 Dec 2004 08:11:12 +0000 Subject: Update. 2004-12-15 Ulrich Drepper * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Add support for pid caching in nptl. --- nptl/ChangeLog | 4 ++++ nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S | 3 +++ 2 files changed, 7 insertions(+) create mode 100644 nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (limited to 'nptl') diff --git a/nptl/ChangeLog b/nptl/ChangeLog index e44a856c13..c347eb7461 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,7 @@ +2004-12-15 Ulrich Drepper + + * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: New file. + 2004-12-14 Ulrich Drepper * sysdeps/powerpc/tcb-offsets.sym: Add TID. diff --git a/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S b/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S new file mode 100644 index 0000000000..e19579e842 --- /dev/null +++ b/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S @@ -0,0 +1,3 @@ +#define RESET_PID +#include +#include -- cgit v1.2.3