Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 15 Jan 2003 01:23:02 +0000 (01:23 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 15 Jan 2003 01:23:02 +0000 (01:23 +0000)
commit574b892ef1054ea999a136b3cb2321a65e3f1a17
tree4457b51f3d0318c24de35da02ce2d90ac818beb8
parent086311a933ff53f8c064d833e69fe228bc7e8886
Update.

2003-01-14  Guido Guenther  <agx@sigxcpu.org>

* sysdeps/unix/sysv/linux/mips/sysdep.h (INTERNAL_SYSCALL,
INTERNAL_SYSCALL_DECL, INTERNAL_SYSCALL_ERRNO,
INTERNAL_SYSCALL_ERROR_P, INLINE_SYSCALL): Define.

2003-01-14  Steven Munroe  <sjmunroe@us.ibm.com>

* sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
(INTERNAL_SYSCALL): Make use of ERR parameter.
(INTERNAL_SYSCALL_DECL, INTERNAL_SYSCALL_ERRNO,
INTERNAL_SYSCALL_ERROR_P): Adjust accordingly.
(INLINE_SYSCALL): Make use of INTERNAL_SYSCALL.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: New file.

Patch by Denis Zaitsev <zzz@cd-club.ru>.
that %eax is modified.  Reported by Denis Zaitsev <zzz@cd-club.ru>.
15 files changed:
ChangeLog
linuxthreads/ChangeLog
linuxthreads/sysdeps/pthread/bits/libc-lock.h
linuxthreads/sysdeps/unix/sysv/linux/alpha/vfork.S
linuxthreads/sysdeps/unix/sysv/linux/arm/vfork.S
linuxthreads/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S
linuxthreads/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S [new file with mode: 0644]
linuxthreads/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S
linuxthreads/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S
linuxthreads/tst-cancel-wrappers.sh
nptl/ChangeLog
nptl/Makefile
sysdeps/unix/sysv/linux/mips/sysdep.h
sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S [new file with mode: 0644]