From 574b892ef1054ea999a136b3cb2321a65e3f1a17 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 15 Jan 2003 01:23:02 +0000 Subject: Update. 2003-01-14 Guido Guenther * 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 * 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 . that %eax is modified. Reported by Denis Zaitsev . --- nptl/ChangeLog | 5 +++++ nptl/Makefile | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'nptl') diff --git a/nptl/ChangeLog b/nptl/ChangeLog index c086f351f8..0d7a57b403 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2003-01-14 Ulrich Drepper + + * Makefile (CFLAGS-pthread_self.os): Define this, not + CFLAGS-pthread_self.c. + 2003-01-13 Ulrich Drepper * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Don't export diff --git a/nptl/Makefile b/nptl/Makefile index e106172e54..367c95c708 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -206,7 +206,7 @@ $(inst_libdir)/libpthread_nonshared.a: $(objpfx)libpthread_nonshared.a # stack frame is more work than the actual operation. Disable the # frame creation entirely. This will help applications which call the # function frequently to get a thread-specific handle. -CFLAGS-pthread_self.c += -fomit-frame-pointer +CFLAGS-pthread_self.os += -fomit-frame-pointer CFLAGS-tst-unload.c += -DPREFIX=\"$(objpfx)\" -- cgit v1.2.3-70-g09d2