ld/testsuite/
[deliverable/binutils-gdb.git] / ld / testsuite / ld-sparc / tlslib.s
CommitLineData
b9734f35
JJ
1 .section ".tdata", #alloc, #write, #tls
2 .align 4
3 .globl sG1, sG2, sG3, sG4, sG5, sG6, sG7, sG8
4sG1: .word 513
5sG2: .word 514
6sG3: .word 515
7sG4: .word 516
8sG5: .word 517
9sG6: .word 518
10sG7: .word 519
11sG8: .word 520
12
13 .text
14 /* Dummy. */
15 .globl __tls_get_addr
16 .type __tls_get_addr,#function
17 .proc 04
18__tls_get_addr:
19 ret
20 restore
This page took 0.181817 seconds and 4 git commands to generate.