diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-01-05 11:26:28 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-01-05 11:26:28 +0000 |
commit | bbd1745596d2f0562745dbde8d2a62bc0d1eaaae (patch) | |
tree | cffb5e41a80be4b8d55b0e2a21385fd1e5d3cc31 /linuxthreads/Makefile | |
parent | bdee30cfe40d9c5cfe0b8969877f11857d092359 (diff) | |
download | glibc-bbd1745596d2f0562745dbde8d2a62bc0d1eaaae.tar.gz glibc-bbd1745596d2f0562745dbde8d2a62bc0d1eaaae.tar.xz glibc-bbd1745596d2f0562745dbde8d2a62bc0d1eaaae.zip |
Update.
2003-01-05 Kaz Kojima <kkojima@rr.iij4u.or.jp> * 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.
Diffstat (limited to 'linuxthreads/Makefile')
-rw-r--r-- | linuxthreads/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 \ |