glibc/nptl/sysdeps/unix/sysv/linux/x86_64
Siddhesh Poyarekar 9ac3b5047e Fix static build when configured with --disable-hidden-plt
Fixes BZ #15337.

Static builds fail with the following warning:

/home/tools/glibc/glibc/nptl/../nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S:80:
undefined reference to `__GI___pthread_unwind'

When the source is configured with --disable-hidden-plt.  This is
because the preprocessor conditional in cancellation.S only checks if
the build is for SHARED, whereas hidden_def is defined appropriately
only for a SHARED build that will have symbol versioning *and* hidden
defs are enabled.  The last case is false here.
2013-04-04 19:43:56 +05:30
..
cancellation.S Fix static build when configured with --disable-hidden-plt 2013-04-04 19:43:56 +05:30
clone.S * Makefile (subdir-target-args): New variable. 2006-02-28 07:11:04 +00:00
compat-timer.h Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
fork.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
Implies Use x86-64 bits/pthreadtypes.h/semaphore.h for i386/x86-64 2012-05-30 17:29:22 -07:00
libc-cancellation.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
libc-lowlevellock.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
librt-cancellation.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
lowlevellock.h Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
lowlevellock.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
lowlevelrobustlock.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
not-cancel.h Fix a typo. 2003-09-02 13:25:06 +00:00
pt-vfork.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
pthread_barrier_wait.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
pthread_cond_broadcast.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
pthread_cond_signal.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
pthread_cond_timedwait.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
pthread_cond_wait.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
pthread_once.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
pthread_rwlock_rdlock.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
pthread_rwlock_timedrdlock.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
pthread_rwlock_timedwrlock.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
pthread_rwlock_unlock.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
pthread_rwlock_wrlock.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
pthread_setaffinity.c * sysdeps/unix/sysv/linux/sched_setaffinity.c 2007-05-10 23:38:55 +00:00
pthread_spin_init.c Add __builtin_expect where appropriate. 2003-03-18 00:31:30 +00:00
pthread_spin_unlock.S Add __builtin_expect where appropriate. 2003-03-18 00:31:30 +00:00
sem_post.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
sem_timedwait.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
sem_trywait.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
sem_wait.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
sysdep-cancel.h Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
timer_create.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
timer_delete.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
timer_getoverr.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
timer_gettime.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
timer_settime.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
Versions Update. 2003-03-25 20:41:26 +00:00
vfork.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00