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-aarch64
/
relasz.s
blob
8c7f891599bf0834d7f1efa225e166e7c7cb4d0b
1
.text
2
.global func
3
.type func, %function
4
func
:
5
adrp x0
, :
got
:
foo
6
ldr x0
, [
x0
,
#:got_lo12:foo]
7
ldr w0
, [
x0
]
8
ret
9
.size func, .-func