mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 21:10:07 +00:00
* 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.
This commit is contained in:
parent
d2537a474c
commit
2dc9c8cd69
@ -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.
|
||||
|
@ -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) \
|
||||
|
Loading…
Reference in New Issue
Block a user