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
Automatic date update in version.in
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-x86-64
/
align-branch-1.s
blob
5c60a37e44bdf06c67c50d34cb188e7c9e6746b6
1
.text
2
.globl _start
3
_start
:
4
testl
%
edx
, %
edx
5
je
.L1
6
testq
%
rdi
, %
rdi
7
je
.L1
8
leaq bar@tlsld
(%
rip
), %
rdi
9
call __tls_get_addr@PLT
10
movq bar@dtpoff
(%
rax
), %
rbx
11
testq
%
rbx
, %
rbx
12
je
.L1
13
.L1:
14
ret
15
.section
".tdata"
,
"awT"
, @progbits
16
bar
:
17
.long 10