simplify/shrink relocation processing in dynamic linker stage 1
[oweals/musl.git] / src / ldso / i386 / tlsdesc.s
index 00a9fc09ac9776014c833082d9d5caae377c86c9..4a553bce11ee1457d284a00cf7ecdf3a40dc6bba 100644 (file)
@@ -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