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
/
pr22842b.S
blob
f0659cd901e31597145da9b55bb10075ff024372
1
.text
2
.globl main
3
.type main,@function
4
main:
5
pushq %rax
6
movslq bar(%rip), %rax
7
leaq bar(%rip), %rdi
8
addq %rax, %rdi
9
10
callq foo
11
xorl %eax, %eax
12
popq %rcx
13
retq
14
15
.data
16
.p2align 2
17
bar:
18
.long test - .
19
20
.section .note.GNU-stack,"",@progbits