Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 12 Mar 2003 01:06:30 +0000 (01:06 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 12 Mar 2003 01:06:30 +0000 (01:06 +0000)
2003-03-11  Ralf Baechle  <ralf@linux-mips.org>

* sysdeps/unix/sysv/linux/mips/clone.S (__thread_start): Use jal
instead of jalr to invoke subroutine so restoring the $gp register
will work properly.

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

index 2fa3359cfbe3619120a0f1c0885905509b2a2676..49ea3355440c6e9e1139b4cfd02702d3a78f87ab 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-03-11  Ralf Baechle  <ralf@linux-mips.org>
+
+       * sysdeps/unix/sysv/linux/mips/clone.S (__thread_start): Use jal
+       instead of jalr to invoke subroutine so restoring the $gp register
+       will work properly.
+
 2003-03-11  Martin Schwidefsky  <schwidefsky@de.ibm.com>
 
        * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (__NR_pread64): Define
index 1e029687cf19dafa5d70d8b166e7778574363e61..eba4ad9c3d03161744fa54006960f9acb3cb922d 100644 (file)
@@ -1,6 +1,6 @@
-/* Copyright (C) 1996, 1997, 2000 Free Software Foundation, Inc.
+/* Copyright (C) 1996, 1997, 2000, 2003 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Ralf Baechle <ralf@gnu.ai.mit.edu>, 1996.
+   Contributed by Ralf Baechle <ralf@linux-mips.org>, 1996.
 
    The GNU C Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
@@ -93,7 +93,7 @@ ENTRY(__thread_start)
        lw              a0,4(sp)        /* Argument pointer.  */
 
        /* Call the user's function.  */
-       jalr            t9
+       jal             t9
 
        /* Call _exit rather than doing it inline for breakpoint purposes.  */
        move            a0,v0