about summary refs log tree commit diff
path: root/nptl/tst-rwlock3.c
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@redhat.com>2013-04-04 19:43:56 +0530
committerSiddhesh Poyarekar <siddhesh@redhat.com>2013-04-04 19:43:56 +0530
commit9ac3b5047e6bbea03437d020fab9a728e123445b (patch)
tree60cfab46f5909eed9f35c160abf1c47d40df3294 /nptl/tst-rwlock3.c
parent05e166c887612250d461b5fe7c0f0064cd1a0c41 (diff)
downloadglibc-9ac3b5047e6bbea03437d020fab9a728e123445b.tar.gz
glibc-9ac3b5047e6bbea03437d020fab9a728e123445b.tar.xz
glibc-9ac3b5047e6bbea03437d020fab9a728e123445b.zip
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.
Diffstat (limited to 'nptl/tst-rwlock3.c')
0 files changed, 0 insertions, 0 deletions