ia64: drop __tls_get_addr from expected ld.so plt usage
[glibc.git] / elf / tst-tlsalign-lib.c
blob4371e581a6037b1049aad9cf9b32f44c07654325
1 __thread int mod_tdata1 = 1;
2 __thread int mod_tdata2 __attribute__ ((aligned (0x10))) = 2;
3 __thread int mod_tdata3 __attribute__ ((aligned (0x1000))) = 4;
4 __thread int mod_tbss1;
5 __thread int mod_tbss2 __attribute__ ((aligned (0x10)));
6 __thread int mod_tbss3 __attribute__ ((aligned (0x1000)));