aboutsummaryrefslogtreecommitdiff
path: root/nptl/sysdeps/pthread/Versions
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2009-11-22 20:42:53 -0800
committerRoland McGrath <roland@redhat.com>2009-12-09 01:01:28 -0800
commit6f1672172c9c9e5eb5afdcf521e3528b38b2e2dd (patch)
treef1ca70b5d1c32d593b0c2e825f10c56b49d14c06 /nptl/sysdeps/pthread/Versions
parentee1a7fabb4e0abd3e73e828ce326dcb5fd38b874 (diff)
downloadglibc-roland/nptl_db.tar
glibc-roland/nptl_db.tar.gz
glibc-roland/nptl_db.tar.bz2
glibc-roland/nptl_db.zip
Make libthread_db work without libpthread, just enough for TLS decoding.roland/nptl_db
Diffstat (limited to 'nptl/sysdeps/pthread/Versions')
-rw-r--r--nptl/sysdeps/pthread/Versions6
1 files changed, 6 insertions, 0 deletions
diff --git a/nptl/sysdeps/pthread/Versions b/nptl/sysdeps/pthread/Versions
new file mode 100644
index 0000000000..ab6aec0fe0
--- /dev/null
+++ b/nptl/sysdeps/pthread/Versions
@@ -0,0 +1,6 @@
+ld {
+ GLIBC_PRIVATE {
+ # These are used by libthread_db, so must be visible somehow.
+ _thread_db_*;
+ }
+}