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]
/
gold
/
testsuite
/
aarch64_pr23870_main.S
blob
c28d2af04da67ff476f85d03c131b8e44defaa0f
1
2
.text
3
.globl main
4
.type main,#function
5
main:
6
stp x29, x30, [sp,#-16]!
7
mov x29, sp
8
movz x0, #:abs_g3:bar
9
movk x0, #:abs_g2_nc:bar
10
movk x0, #:abs_g1_nc:bar
11
movk x0, #:abs_g0_nc:bar
12
add x0, x0, #0x0
13
bl foo
14
ldp x29, x30, [sp],#16
15
ret