powerpc: Make PT_THREAD_POINTER available to assembly code
authorMatheus Castanho <msc@linux.ibm.com>
Mon, 19 Oct 2020 14:06:56 +0000 (11:06 -0300)
committerMatheus Castanho <msc@linux.ibm.com>
Tue, 24 Nov 2020 17:15:01 +0000 (14:15 -0300)
commit1e0a7fd0997ad5454d3fee480ceb392c4b49c064
tree7b8cd1d8bd55daaae0d6b60df1beae212ce28f49
parent29fddfc7dfd6444fa61a256e9a0d0127545e1f2e
powerpc: Make PT_THREAD_POINTER available to assembly code

PT_THREAD_POINTER is currenty defined inside a #ifndef __ASSEMBLER__ block, but
its usage should not be limited to C code, as it can be useful when accessing
the TLS from assembly code as well.

Reviewed-by: Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
sysdeps/powerpc/nptl/tls.h