]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/aarch64/setjmp.S
Prefer https to http for gnu.org and fsf.org URLs
[thirdparty/glibc.git] / sysdeps / aarch64 / setjmp.S
index 22f4368ee6f24fd3da2e9c50c424dcb722133a82..afbca2fbe611e23bc8b02c58a772623a6676043a 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1997-2016 Free Software Foundation, Inc.
+/* Copyright (C) 1997-2019 Free Software Foundation, Inc.
 
    This file is part of the GNU C Library.
 
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #include <jmpbuf-offsets.h>
@@ -33,6 +33,7 @@ END (_setjmp)
 libc_hidden_def (_setjmp)
 
 ENTRY (__sigsetjmp)
+       DELOUSE (0)
 
 1:
        stp     x19, x20, [x0, #JB_X19<<3]
@@ -42,7 +43,7 @@ ENTRY (__sigsetjmp)
        stp     x27, x28, [x0, #JB_X27<<3]
 
 #ifdef PTR_MANGLE
-       PTR_MANGLE (x4, x30, x3, x2)
+       PTR_MANGLE (4, 30, 3, 2)
        stp     x29,  x4, [x0, #JB_X29<<3]
 #else
        stp     x29, x30, [x0, #JB_X29<<3]
@@ -57,7 +58,7 @@ ENTRY (__sigsetjmp)
        stp     d14, d15, [x0, #JB_D14<<3]
 #ifdef PTR_MANGLE
        mov     x4, sp
-       PTR_MANGLE (x5, x4, x3, x2)
+       PTR_MANGLE (5, 4, 3, 2)
        str     x5, [x0, #JB_SP<<3]
 #else
        mov     x2,  sp