]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/gas/pe/pe-aarch64.s
aarch64-pe support for LD, GAS and BFD
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / pe / pe-aarch64.s
1 # A little test to ensure pe-aarch64 is working in GAS.
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