summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>1998-11-13 03:01:32 +0000
committerAndreas Schwab <schwab@suse.de>1998-11-13 03:01:32 +0000
commit2dc9c8cd694ef6c72c631e33ff2eb2c3d412dfe8 (patch)
tree0a9a251d506165b464e0aff05bc5def81af10064
parentd2537a474cb637bc49abc0baad75c01e5c245752 (diff)
* sysdeps/unix/sysv/linux/m68k/sysdep.h (INLINE_SYSCALL): Remove
d0 from clobber list. Fri Nov 13 11:57:21 1998 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * sysdeps/unix/sysv/linux/m68k/sysdep.h (INLINE_SYSCALL): Remove d0 from clobber list.
-rw-r--r--ChangeLog5
-rw-r--r--sysdeps/unix/sysv/linux/m68k/sysdep.h3
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 7966eccb53..08e310d4d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Nov 13 11:57:21 1998 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
+
+ * sysdeps/unix/sysv/linux/m68k/sysdep.h (INLINE_SYSCALL): Remove
+ d0 from clobber list.
+
1998-11-12 Ulrich Drepper <drepper@cygnus.com>
* inet/netinet/in.h: Add a few more IPPROTO_* macros.
diff --git a/sysdeps/unix/sysv/linux/m68k/sysdep.h b/sysdeps/unix/sysv/linux/m68k/sysdep.h
index d445471440..08047ebda0 100644
--- a/sysdeps/unix/sysv/linux/m68k/sysdep.h
+++ b/sysdeps/unix/sysv/linux/m68k/sysdep.h
@@ -170,8 +170,7 @@ SYSCALL_ERROR_LABEL: \
register int _d0 asm ("%d0") = __NR_##name; \
asm volatile ("trap #0" \
: "=d" (_d0) \
- : "0" (_d0) ASM_ARGS_##nr \
- : "d0"); \
+ : "0" (_d0) ASM_ARGS_##nr); \
_sys_result = _d0; \
} \
if (_sys_result >= (unsigned int) -4095) \