Fix commit 0a7d38897b9fb1ec7a064ca3347cbac3ba49e5ac
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / tlslib.s
CommitLineData
bffbf940
JJ
1 .section ".tdata", "awT", @progbits
2 .globl sG1, sG2, sG3, sG4, sG5, sG6, sG7, sG8
3sG1: .long 513
4sG2: .long 514
5sG3: .long 515
6sG4: .long 516
7sG5: .long 517
8sG6: .long 518
9sG7: .long 519
10sG8: .long 520
11
12 .text
13 /* Dummy. */
14 .globl __tls_get_addr
15 .type __tls_get_addr,@function
16__tls_get_addr:
17 movq %rdi, %rax
18 ret
This page took 1.000904 seconds and 4 git commands to generate.