repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Re-add support for lbarx, lharx, stbcx. and sthcx. insns back to the E6500 cpu.
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-pe
/
tlssec.s
blob
ba14881c794b911d26d76128785536fc4c9c4426
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