xref: /llvm-project/lld/test/ELF/Inputs/x86-64-tls-gd-got.s (revision 8e51e67eb72c3b8171c528c224a55c2a60e65824)
1        .globl  bar
2        .section        .tdata,"awT",@progbits
3        .align 4
4        .type   bar, @object
5bar:
6        .long   42
7