Open
Description
Take:
__thread unsigned long rage = 1;
On x86_64 we get:
.byte 14
.quad rage@DTPOFF
but that is not outputted for aarch64.
Corresponding GCC bug: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97344
Corresponding binutils bug: https://sourceware.org/bugzilla/show_bug.cgi?id=28351
Coresponding gdb bug: https://sourceware.org/bugzilla/show_bug.cgi?id=27886