summaryrefslogtreecommitdiffstats
path: root/test/tls/tst-tls16.c
Commit message (Collapse)AuthorAgeFilesLines
* ldso: Initialize fully dtv before calling the constructors.Carmelo Amoroso2008-11-171-0/+21
If a shared object has a constructor that accesses a TLS variable using the localor global synamic access model (that is by calling the __tls_get_addr function), all the filed of each dtv entry must be already initialized to point to the right address in the TLS static block Signed-off-by: Filippo Arcidiacono <filippo.arcidiacono@st.com> Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>