summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/pthread.map
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2004-08-16 03:27:29 +0000
committerdavidxu <davidxu@FreeBSD.org>2004-08-16 03:27:29 +0000
commit48729174301a8e17185c18c146f969c0fc2dd9f0 (patch)
tree9e58ede141be355c38f2c1cd9f7881b2e6134800 /lib/libpthread/pthread.map
parent62ead65343c2618ed24b963da542a95e4373aa7d (diff)
downloadFreeBSD-src-48729174301a8e17185c18c146f969c0fc2dd9f0.zip
FreeBSD-src-48729174301a8e17185c18c146f969c0fc2dd9f0.tar.gz
1. Add macro DTV_OFFSET to calculate dtv offset in tcb.
2. Export symbols needed by debugger.
Diffstat (limited to 'lib/libpthread/pthread.map')
-rw-r--r--lib/libpthread/pthread.map22
1 files changed, 19 insertions, 3 deletions
diff --git a/lib/libpthread/pthread.map b/lib/libpthread/pthread.map
index 133f694..bb04272 100644
--- a/lib/libpthread/pthread.map
+++ b/lib/libpthread/pthread.map
@@ -331,10 +331,26 @@ global:
# Debugger needs these.
_libkse_debug;
_thread_activated;
- _thread_list;
- _thread_keytable;
_thread_active_threads;
-
+ _thread_keytable;
+ _thread_list;
+ _thread_max_keys;
+ _thread_off_attr_flags;
+ _thread_off_dtv;
+ _thread_off_linkmap;
+ _thread_off_next;
+ _thread_off_tcb;
+ _thread_off_tmbx;
+ _thread_off_key_allocated;
+ _thread_off_key_destructor;
+ _thread_off_kse;
+ _thread_off_kse_locklevel;
+ _thread_off_state;
+ _thread_off_thr_locklevel;
+ _thread_off_tlsindex;
+ _thread_size_key;
+ _thread_state_running;
+ _thread_state_zoombie;
local:
*;
};
OpenPOWER on IntegriCloud