From 54c924656eb5f55b7a6e95bf6c31b6f3bc1e09dc Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 10 Jun 2003 02:32:35 +0000 Subject: Update. 2003-06-09 Jakub Jelinek * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_SETRESGID_SYSCALL): Define. * sysdeps/unix/sysv/linux/setegid.c: Use __ASSUME_SETRESGID_SYSCALL instead of __ASSUME_SETRESUID_SYSCALL. (setegid): Only use setresgid32 inline syscall if __NR_setresgid32 is defined. * sysdeps/unix/sysv/linux/seteuid.c (seteuid): Only use setresgid32 inline syscall if __NR_setresuid32 is defined. * sysdeps/unix/sysv/linux/i386/setegid.c (setegid): Use __ASSUME_SETRESGID_SYSCALL instead of __ASSUME_SETRESUID_SYSCALL. * sysdeps/unix/sysv/linux/i386/setregid.c: Backout last changes. * sysdeps/unix/sysv/linux/i386/setreuid.c: Likewise. * sysdeps/unix/sysv/linux/sparc/sparc32/setegid.c (setegid): Protect code handling non-existant setresgid32 syscall with #if __ASSUME_SETRESGID_SYSCALL == 0. 2003-06-09 Andreas Schwab * sunrpc/Makefile (generated): Remove rpc-proto.c, rpc-proto.d. ($(rpcsvc:%.x=$(objpfx)x%$o)): Don't depend on $(objpfx)rpc-proto.d. (rpcsvc-dt-files, rpcsvc-depfiles): Define. Include $(rpcsvc-depfiles) instead of $(objpfx)rpc-proto.d. ($(objpfx)rpc-proto.d, $(objpfx)rpc-proto.c): Remove rules. --- linuxthreads/ChangeLog | 5 +++++ linuxthreads/Makefile | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'linuxthreads') diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index a7d422e..be8bf8c 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,8 @@ +2003-06-09 Andreas Schwab + + * Makefile: Move inclusion of ../Rules down after extra-objs is + fully known. + 2003-06-06 Ulrich Drepper * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: New sequences for diff --git a/linuxthreads/Makefile b/linuxthreads/Makefile index f105bd6..3d45b81 100644 --- a/linuxthreads/Makefile +++ b/linuxthreads/Makefile @@ -121,7 +121,7 @@ ifeq (yes,$(build-shared)) tests-nodelete-yes = unload endif -include ../Rules +all: # Make this the default target; it will be defined in Rules. # What we install as libpthread.so for programs to link against is in fact a # link script. It contains references for the various libraries we need. @@ -204,6 +204,8 @@ else libc-link.so = $(common-objpfx)libc.so endif +include ../Rules + # Depend on libc.so so a DT_NEEDED is generated in the shared objects. # This ensures they will load libc.so for needed symbols if loaded by # a statically-linked program that hasn't already loaded it. -- cgit v1.1