diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-09-15 17:50:21 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-09-15 17:50:21 +0000 |
commit | 2f43efaaf28ab3f679f605390f921ac903ee9757 (patch) | |
tree | a4cd881415794dcb64c8a2399cff6d7ded13e075 /sysdeps/unix/alpha | |
parent | 917fd0616395f800489f223140967cb61a5a5765 (diff) | |
download | glibc-2f43efaaf28ab3f679f605390f921ac903ee9757.tar.gz |
Update.
2000-09-15 Jakub Jelinek <jakub@redhat.com>
* sysdeps/unix/alpha/sysdep.h (inline_syscall_clobbers): Add memory
clobber.
* sysdeps/unix/sysv/linux/arm/sysdep.h (INLINE_SYSCALL): Likewise.
* sysdeps/unix/sysv/linux/m68k/sysdep.h (INLINE_SYSCALL): Likewise.
Diffstat (limited to 'sysdeps/unix/alpha')
-rw-r--r-- | sysdeps/unix/alpha/sysdep.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/alpha/sysdep.h b/sysdeps/unix/alpha/sysdep.h index 80cb3e2486..5bedcf95ca 100644 --- a/sysdeps/unix/alpha/sysdep.h +++ b/sysdeps/unix/alpha/sysdep.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1992, 1995, 1996 Free Software Foundation, Inc. +/* Copyright (C) 1992, 1995, 1996, 2000 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Brendan Kehoe (brendan@zen.org). @@ -131,7 +131,7 @@ __LABEL(name) \ #define inline_syscall_clobbers \ "$1", "$2", "$3", "$4", "$5", "$6", "$7", "$8", \ - "$22", "$23", "$24", "$25", "$27", "$28" + "$22", "$23", "$24", "$25", "$27", "$28", "memory" /* It is moderately important optimization-wise to limit the lifetime of the hard-register variables as much as possible. Thus we copy |