summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf/Symbol.map
diff options
context:
space:
mode:
authorkan <kan@FreeBSD.org>2007-04-09 23:00:29 +0000
committerkan <kan@FreeBSD.org>2007-04-09 23:00:29 +0000
commitb9221e5c75633ec6b5e318e26f46228516cf571b (patch)
tree23e9cd193461afea271e26663afd77f020be3575 /libexec/rtld-elf/Symbol.map
parent496a4e8d2f0fd318133eb3880e26ccc13cc92bbb (diff)
downloadFreeBSD-src-b9221e5c75633ec6b5e318e26f46228516cf571b.zip
FreeBSD-src-b9221e5c75633ec6b5e318e26f46228516cf571b.tar.gz
Bring rtld exports in line with corresponding symbols exported from
libc. Disable SYMVER_DEFAULT n rtld until its implications are understood better.
Diffstat (limited to 'libexec/rtld-elf/Symbol.map')
-rw-r--r--libexec/rtld-elf/Symbol.map5
1 files changed, 4 insertions, 1 deletions
diff --git a/libexec/rtld-elf/Symbol.map b/libexec/rtld-elf/Symbol.map
index 571f8f1..cb6926e 100644
--- a/libexec/rtld-elf/Symbol.map
+++ b/libexec/rtld-elf/Symbol.map
@@ -11,8 +11,11 @@ FBSD_1.0 {
dllockinit;
dlinfo;
dl_iterate_phdr;
+ __tls_get_addr;
+};
+
+FBSDprivate {
_rtld_thread_init;
_rtld_allocate_tls;
_rtld_free_tls;
- __tls_get_addr;
};
OpenPOWER on IntegriCloud