https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97344

--- Comment #2 from Stan Cox <scox at redhat dot com> ---
tls variables on aarch64 lack location info:
[    6e]    variable             abbrev: 5
             name                 (strp) "rage"
             decl_file            (data1) tlsdwarf.c (1)
             decl_line            (data1) 3
             decl_column          (data1) 24
             type                 (ref4) [    2d]
             external             (flag_present) yes

unlike e.g. ppcle
[   10e]    variable             abbrev: 12
             name                 (strp) "rage"
             decl_file            (data1) get_fs.c (1)
             decl_line            (data1) 23
             decl_column          (data1) 24
             type                 (ref4) [    39]
             external             (flag_present) yes
             location             (exprloc) 
              [ 0] const8u 0
              [ 9] GNU_push_tls_address

Reply via email to