Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ldso: Initialize fully dtv before calling the constructors. | Carmelo Amoroso | 2008-11-17 | 1 | -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> |