]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/sh/bsd-_setjmp.S
Update copyright notices with scripts/update-copyrights
[thirdparty/glibc.git] / sysdeps / sh / bsd-_setjmp.S
index cf86b0f101801d8f538f4c50eb52e88ce4aca966..a5e104c8efabc5c0d2687f6c13f339a2de4853ff 100644 (file)
@@ -1,5 +1,5 @@
 /* BSD `_setjmp' entry point to `sigsetjmp (..., 0)'.  SH version.
-   Copyright (C) 1999, 2000, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1999-2014 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -13,9 +13,8 @@
    Lesser General Public License for more details.
 
    You should have received a copy of the GNU Lesser General Public
-   License along with the GNU C Library; if not, write to the Free
-   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-   02111-1307 USA.  */
+   License along with the GNU C Library; if not, see
+   <http://www.gnu.org/licenses/>.  */
 
 /* This just does a tail-call to `__sigsetjmp (ARG, 0)'.
    We cannot do it in C because it must be a tail-call, so frame-unwinding
@@ -36,17 +35,17 @@ ENTRY (_setjmp)
        mov.l   3f, r1
        mov.l   @(r0,r1), r1
        jmp     @r1
-        mov    #0, r0
+        mov    #0, r5
        .align  2
 3:
        .long   C_SYMBOL_NAME(__sigsetjmp@GOT)
 #else
        mov.l   1f, r1
        jmp     @r1
-        mov    #0, r0
+        mov    #0, r5
        .align  2
 1:
        .long   C_SYMBOL_NAME(__sigsetjmp)
 #endif
 END (_setjmp)
-strong_alias (_setjmp, __GI__setjmp)
+libc_hidden_def (_setjmp)