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
Updated Malay translation for the bfd sub-directory
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-pe
/
pe-aarch64.s
blob
5d493508913a6f3ebf081560d6cef1f1699dc17b
1
# A little test to ensure pe-aarch64 is working in LD.
2
# Currently, the poor pe-aarch64 implementation in binutils
3
# couldn't do anything useful, hence, this test is rather short
4
5
.section .text
6
7
_start
:
8
mov x1
,
20
9
b
foo
10
foo
:
11
ret