diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2003-03-29 08:01:57 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2003-03-29 08:01:57 +0000 |
commit | c7da3ff8c599a1117b8fed30116c29d332e5972b (patch) | |
tree | d900eaf98c38141467b4a6b1f9281cb1defa0544 /sysdeps | |
parent | e0c09a4362ef3d42b3301b6d916d0b9a8055731f (diff) | |
download | glibc-c7da3ff8c599a1117b8fed30116c29d332e5972b.zip glibc-c7da3ff8c599a1117b8fed30116c29d332e5972b.tar.gz glibc-c7da3ff8c599a1117b8fed30116c29d332e5972b.tar.bz2 |
* sysdeps/unix/sysv/linux/mips/clone.S (__thread_start): Re-introduce ENTRY.
2003-03-29 Alexandre Oliva <aoliva@redhat.com>
* sysdeps/unix/sysv/linux/mips/clone.S (__thread_start):
Re-introduce ENTRY.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/sysv/linux/mips/clone.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/mips/clone.S b/sysdeps/unix/sysv/linux/mips/clone.S index e00351d..043f592 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) |