Skip to content

DW_OP_form_tls_address debug info not outputted for aarch64  #83466

@pinskia

Description

@pinskia

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions