about summary refs log tree commit diff
path: root/sysdeps
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2003-03-29 08:01:57 +0000
committerAlexandre Oliva <aoliva@redhat.com>2003-03-29 08:01:57 +0000
commitc7da3ff8c599a1117b8fed30116c29d332e5972b (patch)
treed900eaf98c38141467b4a6b1f9281cb1defa0544 /sysdeps
parente0c09a4362ef3d42b3301b6d916d0b9a8055731f (diff)
downloadglibc-c7da3ff8c599a1117b8fed30116c29d332e5972b.tar.gz
glibc-c7da3ff8c599a1117b8fed30116c29d332e5972b.tar.xz
glibc-c7da3ff8c599a1117b8fed30116c29d332e5972b.zip
* 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.S1
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 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)