Updated Malay translation for the bfd sub-directory
[binutils-gdb.git] / ld / testsuite / ld-pe / pe-aarch64.s
blob5d493508913a6f3ebf081560d6cef1f1699dc17b
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
5 .section .text
7 _start:
8 mov x1, 20
9 b foo
10 foo:
11 ret