From bbd1745596d2f0562745dbde8d2a62bc0d1eaaae Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 5 Jan 2003 11:26:28 +0000 Subject: Update. 2003-01-05 Kaz Kojima * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Use SYSCALL_ERROR_HANDLER. * sysdeps/unix/sysv/linux/sh/pipe.S (__libc_pipe): Likewise. * sysdeps/unix/sysv/linux/sh/socket.S (__socket): Likewise. Add support for cancellation handling. * sysdeps/unix/sysv/linux/sh/syscall.S (__syscall): Use SYSCALL_ERROR_HANDLER. * sysdeps/unix/sysv/linux/sh/vfork.S (__vfork): Likewise. * sysdeps/unix/sysv/linux/sh/sysdep.h (PSEUDO): Likewise. Add support for cancellation handling. (SYSCALL_ERROR_HANDLER): Define PIC variants. --- linuxthreads/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'linuxthreads/Makefile') diff --git a/linuxthreads/Makefile b/linuxthreads/Makefile index ff26e06eea..ef34cda0c3 100644 --- a/linuxthreads/Makefile +++ b/linuxthreads/Makefile @@ -171,6 +171,9 @@ $(objpfx)libc_pic_lite.os: $(objpfx)libc_pic_lite.a $(objpfx)libc-tsd.os $(LINK.o) -nostdlib -nostartfiles -r -o $@ \ $(LDFLAGS-c_pic.os) -Wl,-d -Wl,--whole-archive $^ +# This trick leaves errno and h_errno undefined. +libc.so-no-z-defs = yes + $(objpfx)libc.so: $(elfobjdir)/soinit.os \ $(objpfx)libc_pic_lite.os \ $(elfobjdir)/sofini.os \ -- cgit 1.4.1