summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
3c66716)
check whether TLS has been already initialized.
taken care of initializing the TLS data structures. */
__libc_setup_tls (TLS_TCB_SIZE, TLS_TCB_ALIGN);
# elif !USE___THREAD
taken care of initializing the TLS data structures. */
__libc_setup_tls (TLS_TCB_SIZE, TLS_TCB_ALIGN);
# elif !USE___THREAD
- if (__builtin_expect (GL(dl_tls_max_dtv_idx) == 0, 0))
+ if (__builtin_expect (GL(dl_tls_dtv_slotinfo_list) == NULL, 0))