[Bug debug/83010] [AARCH64] DW_AT_location is not emitted for thread local variable

2021-12-31 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83010 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug debug/83010] [AARCH64] DW_AT_location is not emitted for thread local variable

2017-11-16 Thread qiyao at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83010 --- Comment #3 from Yao Qi --- (In reply to Jakub Jelinek from comment #2) > From quick look, it seems gas/ld just doesn't have corresponding support, so > that would need to be written first. There is R_AARCH64_TLS_DTPREL64 > relocation, wonder

[Bug debug/83010] [AARCH64] DW_AT_location is not emitted for thread local variable

2017-11-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83010 --- Comment #2 from Jakub Jelinek --- >From quick look, it seems gas/ld just doesn't have corresponding support, so that would need to be written first. There is R_AARCH64_TLS_DTPREL64 relocation, wonder if that might do the job if gas has some

[Bug debug/83010] [AARCH64] DW_AT_location is not emitted for thread local variable

2017-11-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83010 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org,