From 7f3bcde0d1b6312799e7769afdc0f9066d1a410e Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Sat, 29 Mar 2003 08:01:57 +0000 Subject: [PATCH] * sysdeps/unix/sysv/linux/mips/clone.S (__thread_start): Re-introduce ENTRY. --- sysdeps/unix/sysv/linux/mips/clone.S | 1 + 1 file changed, 1 insertion(+) diff --git a/sysdeps/unix/sysv/linux/mips/clone.S b/sysdeps/unix/sysv/linux/mips/clone.S index e00351d117d..043f5921cbd 100644 --- a/sysdeps/unix/sysv/linux/mips/clone.S +++ b/sysdeps/unix/sysv/linux/mips/clone.S @@ -89,6 +89,7 @@ L(error): its own function so that we can terminate the stack trace with our debug info. */ +ENTRY(__thread_start) L(thread_start): /* cp is already loaded. */ SAVE_GP (GPOFF) -- 2.47.2