diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-05-03 07:39:22 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-05-03 07:39:22 +0000 |
commit | 38a7d8baf498dd46f81ff49ea28eb3b3b7775544 (patch) | |
tree | 9ab47cc3c0a86d3239957903d475564d28cdc5db /linuxthreads/Makefile | |
parent | 3dbbe24e84fe0f5f87e274ffdba56d6bfd552244 (diff) | |
download | glibc-38a7d8baf498dd46f81ff49ea28eb3b3b7775544.tar.gz glibc-38a7d8baf498dd46f81ff49ea28eb3b3b7775544.tar.xz glibc-38a7d8baf498dd46f81ff49ea28eb3b3b7775544.zip |
Update.
2002-05-02 Jakub Jelinek <jakub@redhat.com> * sysdeps/ia64/Makefile: Add ia64libgcc in csu subdir. * sysdeps/ia64/Versions (__divtf3, __divdf3, __divsf3, __divdi3, __moddi3, __udivdi3, __umoddi3, __multi3): Export at GLIBC_2.0. * sysdeps/ia64/ia64libgcc.S: New file. 2002-05-02 Ulrich Drepper <drepper@redhat.com> * sysdeps/generic/dl-tls.c (oom): Implement using _dl_fatal_printf. * malloc/memusage.c: Distinguish anonymous mmap.
Diffstat (limited to 'linuxthreads/Makefile')
-rw-r--r-- | linuxthreads/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/linuxthreads/Makefile b/linuxthreads/Makefile index 33c041ebc5..41432846c7 100644 --- a/linuxthreads/Makefile +++ b/linuxthreads/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1996,1997,1998,1999,2000,2001 Free Software Foundation, Inc. +# Copyright (C) 1996-2001, 2002 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -36,7 +36,7 @@ libpthread-routines := attr cancel condvar join manager mutex ptfork \ ptlongjmp pthread signals specific errno lockfile \ semaphore spinlock wrapsyscall rwlock pt-machine \ oldsemaphore events getcpuclockid pspinlock barrier \ - ptclock_gettime ptclock_settime + ptclock_gettime ptclock_settime sighandler nodelete-yes = -Wl,--enable-new-dtags,-z,nodelete initfirst-yes = -Wl,--enable-new-dtags,-z,initfirst @@ -80,6 +80,7 @@ CFLAGS-pthread.c += -D__NO_WEAK_PTHREAD_ALIASES $(znodelete-$(have-z-nodelete)) CFLAGS-ptfork.c += -D__NO_WEAK_PTHREAD_ALIASES CFLAGS-cancel.c += -D__NO_WEAK_PTHREAD_ALIASES -D_RPC_THREAD_SAFE_ CFLAGS-unload.c += -DPREFIX=\"$(objpfx)\" +CFLAGS-sighandler.c += $(exceptions) # 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 |