aarch64-tls-ie.s 235 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 .text .global foo .section .tdata,"awT",%progbits .align 2 .type foo, %object .size foo, 4 foo: .word 5 .text .text .global bar .section .tdata,"awT",%progbits .align 2 .type bar, %object .size bar, 4 bar: .word 5 .text