This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/83466] Wrong TLS GD sequence for ILP32


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

--- Comment #2 from Andreas Schwab <schwab@linux-m68k.org> ---
Pasted the wrong sample:

        adrp    x0, :tlsdesc:ti
        ldr     w1, [x0, #:tlsdesc_lo12:ti]
        add     w0, w0, :tlsdesc_lo12:ti
        .tlsdesccall    ti
        blr     x1
        mrs     x1, tpidr_el0
        add     x0, x1, x0

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]