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-x86-64
/
gotpcrel1a.S
blob
58dfbb1dd82fa63ca3a49afd403165039e221a6a
1
.text
2
.globl main
3
.type main, @function
4
main:
5
subq $8, %rsp
6
call *foo@GOTPCREL(%rip)
7
call *bar@GOTPCREL(%rip)
8
call *plt@GOTPCREL(%rip)
9
movq foo@GOTPCREL(%rip), %rax
10
call *%rax
11
movq bar@GOTPCREL(%rip), %rcx
12
call *%rcx
13
movq plt@GOTPCREL(%rip), %rdx
14
call *%rdx
15
xorl %edi, %edi
16
addq $8, %rsp
17
jmp *myexit@GOTPCREL(%rip)
18
.size main, .-main