]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c
Prefer https to http for gnu.org and fsf.org URLs
[thirdparty/glibc.git] / sysdeps / unix / sysv / linux / s390 / s390-64 / ____longjmp_chk.c
index 261be250dcc564628c36b550325a848b4d53f24a..aaa8eb5728ce3fb3d73cafe151e3973bb3d295f0 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Jakub Jelinek <jakub@redhat.com>.
 
@@ -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
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sysdep.h>
@@ -35,7 +34,7 @@
     {                                                                  \
       uintptr_t cur_sp;                                                        \
       uintptr_t new_sp = env->__gregs[9];                              \
-      __asm ("lgr %0, %%r15" : "=r" (cur_sp));                         \
+      __asm__ ("lgr %0, %%r15" : "=r" (cur_sp));                       \
       new_sp ^= guard;                                                 \
       if (new_sp < cur_sp)                                             \
        {                                                               \