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
/
pr19719.s
blob
f446782b9d9df22cfe0b85eefa22f97804a022a9
1
.text
2
.globl _start
3
.type _start, @function
4
_start
:
5
movl foo_p
(%
rip
), %
eax
6
movq foo@GOTPCREL
(%
rip
), %
rax
7
ret
8
.size _start, .-_start
9
.globl foo_p
10
.data
11
.align 4
12
.type foo_p, @object
13
.weak foo
14
.size foo_p, 4
15
foo_p
:
16
.long foo