It seems that RTEMS C code doesn't support the <div>GNU __thread extension for TLS. I mean, it lets </div><div>you use __thread syntactically, and the elf file</div><div>even shows the symbol as being TLS, but thread local</div>
<div>storage doesn't work. Any idea why ? Can support</div><div>for __thread be added easily ?</div><div><br></div><div>By the way, I am aware of task-variables for RTEMS.</div><div>I just want to know why __thread is not supported.</div>