]> sourceware.org Git - glibc.git/commitdiff
* sysdeps/unix/sysv/linux/mips/clone.S (__thread_start): Re-introduce ENTRY.
authorAlexandre Oliva <aoliva@redhat.com>
Sat, 29 Mar 2003 08:01:57 +0000 (08:01 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Sat, 29 Mar 2003 08:01:57 +0000 (08:01 +0000)
2003-03-29  Alexandre Oliva  <aoliva@redhat.com>

* sysdeps/unix/sysv/linux/mips/clone.S (__thread_start):
Re-introduce ENTRY.

ChangeLog
sysdeps/unix/sysv/linux/mips/clone.S

index c0329a780a51343f6473b6ca70cabf6a68b50664..973ad45cf3fca56732006e4f5873428e00dafdbb 100644 (file)
--- 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.
index e00351d117d8ffefd2f1e2ee4d57de9f44b6ba75..043f5921cbddf7886aeb342acaadb99cd2084c85 100644 (file)
@@ -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)
This page took 0.050231 seconds and 5 git commands to generate.