]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update for ARM setjmp changes in main tree.
authorRoland McGrath <roland@hack.frob.com>
Wed, 12 Mar 2014 20:20:44 +0000 (13:20 -0700)
committerRoland McGrath <roland@hack.frob.com>
Wed, 12 Mar 2014 20:20:44 +0000 (13:20 -0700)
sysdeps/arm/nacl/include/bits/setjmp.h

index 59c83cddcb0ef07d449b16c914371a7410d4227f..fab102246ca4e442ebeea212d4d2c4f7b3806ef0 100644 (file)
@@ -1,5 +1,5 @@
 /* Private jmp_buf-related definitions.  NaCl/ARM version.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 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
@@ -30,9 +30,9 @@
    The generic ARM definition includes r9 (v6), which is not
    permitted under NaCl.  We add r3 even though it's call-clobbered,
    just to keep the size the same as the generic version.  */
-#define JMP_BUF_REGLIST                {r3, v1-v5, sl, fp, sp, lr}
+#define JMP_BUF_REGLIST                {r3, v1-v5, sl, fp}
 
 /* Index of __jmp_buf where the sp register resides.  */
-#define __JMP_BUF_SP           8
+#define __JMP_BUF_SP           0
 
 #endif  /* include/bits/setjmp.h */