increase default thread stack/guard size
[musl] / src / ldso / i386 / tlsdesc.s
index 3ac6129..4a553bc 100644 (file)
@@ -1,11 +1,15 @@
 .text
 .global __tlsdesc_static
+.hidden __tlsdesc_static
 .type __tlsdesc_static,@function
 __tlsdesc_static:
        mov 4(%eax),%eax
        ret
 
+.hidden __tls_get_new
+
 .global __tlsdesc_dynamic
+.hidden __tlsdesc_dynamic
 .type __tlsdesc_dynamic,@function
 __tlsdesc_dynamic:
        mov 4(%eax),%eax
@@ -22,6 +26,6 @@ __tlsdesc_dynamic:
        pop %edx
        ret
 1:     push %eax
-       call __tls_get_addr
+       call __tls_get_new
        pop %ecx
        jmp 2b