On Sun, Apr 19, 2020 at 8:54 AM William Tambe via Binutils <binutils@sourceware.org> wrote: > > Within the GNU Assembler, how to detect whether a symbolS is a TLS symbol ? S_SET_THREAD_LOCAL sets BSF_THREAD_LOCAL, which called by the backend. -- H.J.