aboutsummaryrefslogtreecommitdiff
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
parente0c09a4362ef3d42b3301b6d916d0b9a8055731f (diff)
downloadglibc-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.
-rw-r--r--ChangeLog5
-rw-r--r--sysdeps/unix/sysv/linux/mips/clone.S1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c0329a7..973ad45 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-03-29 Alexandre Oliva <aoliva@redhat.com>
+
+ * sysdeps/unix/sysv/linux/mips/clone.S (__thread_start):
+ Re-introduce ENTRY.
+
2003-03-28 Thorsten Kukuk <kukuk@suse.de>
* 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 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)