summaryrefslogtreecommitdiff
path: root/src/ldso/i386/tlsdesc.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/ldso/i386/tlsdesc.s')
-rw-r--r--src/ldso/i386/tlsdesc.s2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ldso/i386/tlsdesc.s b/src/ldso/i386/tlsdesc.s
index 00a9fc09..4a553bce 100644
--- a/src/ldso/i386/tlsdesc.s
+++ b/src/ldso/i386/tlsdesc.s
@@ -1,5 +1,6 @@
.text
.global __tlsdesc_static
+.hidden __tlsdesc_static
.type __tlsdesc_static,@function
__tlsdesc_static:
mov 4(%eax),%eax
@@ -8,6 +9,7 @@ __tlsdesc_static:
.hidden __tls_get_new
.global __tlsdesc_dynamic
+.hidden __tlsdesc_dynamic
.type __tlsdesc_dynamic,@function
__tlsdesc_dynamic:
mov 4(%eax),%eax