From 2da9a6a1a7e08651875ac0026523ab6747caef2e Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 7 Dec 2004 19:40:04 +0000 Subject: Update. 2004-12-07 Kaz Kojima * sysdeps/unix/sysv/linux/sh/clone.S: Clear the frame pointer when starting a new thread. Add support for NPTL where the PID is stored at userlevel and needs to be reset when CLONE_THREAD is not used. --- nptl/ChangeLog | 4 ++++ nptl/sysdeps/unix/sysv/linux/sh/clone.S | 2 ++ 2 files changed, 6 insertions(+) create mode 100644 nptl/sysdeps/unix/sysv/linux/sh/clone.S (limited to 'nptl') diff --git a/nptl/ChangeLog b/nptl/ChangeLog index f58709eff9..94764f1535 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,7 @@ +2004-12-07 Kaz Kojima + + * sysdeps/unix/sysv/linux/sh/clone.S: New file. + 2004-12-04 Ulrich Drepper * Makefile (tests): Add tst-getpid1. diff --git a/nptl/sysdeps/unix/sysv/linux/sh/clone.S b/nptl/sysdeps/unix/sysv/linux/sh/clone.S new file mode 100644 index 0000000000..62a11972d8 --- /dev/null +++ b/nptl/sysdeps/unix/sysv/linux/sh/clone.S @@ -0,0 +1,2 @@ +#define RESET_PID +#include -- cgit 1.4.1