PR ld/22909 amendment; don't xfail ld-elf/pr19539.d for cris*-*-*.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-vxworks / tls-2.s
1 .globl foo
2 foo:
3
4 .section .tls_data
5 .p2align 2
6 .type i,%object
7 .size i,4
8 i:
9 .space 4
10 .globl __tls__i
11 .section .tls_vars
12 .p2align 2
13 .type __tls__i,%object
14 .size __tls__i,12
15 __tls__i:
16 .4byte i
17 .4byte 0
18 .4byte 4
19
This page took 0.030919 seconds and 4 git commands to generate.