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/sysdeps/unix/sysv/linux/sh/clone.S | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 nptl/sysdeps/unix/sysv/linux/sh/clone.S (limited to 'nptl/sysdeps') 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