Sign in
gnu
/
binutils-gdb
/
0cc61ecfce276277daea94de0f88dd2053daea51
/
.
/
ld
/
testsuite
/
ld-pe
/
pe-aarch64.s
blob: 5d493508913a6f3ebf081560d6cef1f1699dc17b [
file
]
# A little test to ensure pe-aarch64 is working in LD.
# Currently, the poor pe-aarch64 implementation in binutils
# couldn't do anything useful, hence, this test is rather short
.section .text
_start
:
mov x1
,
20
b foo
foo
:
ret