]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ld/testsuite/ld-pe/tlssec.s
This commit was manufactured by cvs2svn to create branch 'binutils-
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-pe / tlssec.s
1 .global _tls_used
2 .global __tls_used
3 .global _start
4 .global start
5 .global _mainCRTStartup
6 .global mainCRTStartup
7
8 .text
9 _start:
10 mainCRTStartup:
11 _mainCRTStartup:
12 .byte 1
13
14 .section .tls
15 _tls_used:
16 __tls_used:
17 .long 1,2,3,4,5,6,7,8,9,10
18 .long 11,12,13,14,15,16,17,18,19,20
19 .long 21,22,23,24,25,26,27,28,29,30
20