From c7da3ff8c599a1117b8fed30116c29d332e5972b Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Sat, 29 Mar 2003 08:01:57 +0000 Subject: * sysdeps/unix/sysv/linux/mips/clone.S (__thread_start): Re-introduce ENTRY. 2003-03-29 Alexandre Oliva * sysdeps/unix/sysv/linux/mips/clone.S (__thread_start): Re-introduce ENTRY. --- ChangeLog | 5 +++++ sysdeps/unix/sysv/linux/mips/clone.S | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index c0329a780a..973ad45cf3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-03-29 Alexandre Oliva + + * sysdeps/unix/sysv/linux/mips/clone.S (__thread_start): + Re-introduce ENTRY. + 2003-03-28 Thorsten Kukuk * sysdeps/unix/sysv/linux/ifaddrs.c: New file. diff --git a/sysdeps/unix/sysv/linux/mips/clone.S b/sysdeps/unix/sysv/linux/mips/clone.S index e00351d117..043f5921cb 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) -- cgit 1.4.1