diff options
author | Andreas Jaeger <aj@suse.de> | 2004-10-18 05:16:08 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2004-10-18 05:16:08 +0000 |
commit | 145f3f8a3cc5dd41ead26ce0b709064e60a73fb9 (patch) | |
tree | e4d815742f750a1ec69afc4184d9afe301f92ed9 /sysdeps/unix/sysv/linux/mips/mips64/n64 | |
parent | 885186d0858f8bf367ae76a3e80dcbc75bc252a8 (diff) | |
download | glibc-145f3f8a3cc5dd41ead26ce0b709064e60a73fb9.tar glibc-145f3f8a3cc5dd41ead26ce0b709064e60a73fb9.tar.gz glibc-145f3f8a3cc5dd41ead26ce0b709064e60a73fb9.tar.bz2 glibc-145f3f8a3cc5dd41ead26ce0b709064e60a73fb9.zip |
(__SYSCALL_CLOBBERS): Add "memory".
Diffstat (limited to 'sysdeps/unix/sysv/linux/mips/mips64/n64')
-rw-r--r-- | sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h b/sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h index e2d8707d25..f30a465081 100644 --- a/sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h +++ b/sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2000, 2002, 2003 Free Software Foundation, Inc. +/* Copyright (C) 2000, 2002, 2003, 2004 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 @@ -235,7 +235,8 @@ _sys_result; \ }) -#define __SYSCALL_CLOBBERS "$1", "$3", "$10", "$11", "$12", "$13", "$14", "$15", "$24", "$25" +#define __SYSCALL_CLOBBERS "$1", "$3", "$10", "$11", "$12", "$13", \ + "$14", "$15", "$24", "$25", "memory" #endif /* __ASSEMBLER__ */ #endif /* linux/mips/sysdep.h */ |