blob: 4371e581a6037b1049aad9cf9b32f44c07654325 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001__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)));