binutils-gdb/ld/testsuite/ld-pe/pe-aarch64.d
Mark Harmstone 16fea92ccd Add aarch64-w64-mingw32 target
This adds a mingw target for aarch64, including windres and dlltool.

Note that the old value of jmp_aarch64_bytes was wrong, and this does
the same thing as MSVC does.
2023-01-10 23:30:49 +00:00

26 lines
608 B
Makefile

#ld:
#objdump: -d
.*: file format pei-aarch64-little
Disassembly of section .text:
0000000140001000 <___crt_xc_end__>:
140001000: d2800281 mov x1, #0x14 // #20
140001004: 14000001 b 140001008 <foo>
0000000140001008 <foo>:
140001008: d65f03c0 ret
14000100c: 00000000 udf #0
0000000140001010 <__CTOR_LIST__>:
140001010: ffffffff .inst 0xffffffff ; undefined
140001014: ffffffff .inst 0xffffffff ; undefined
...
0000000140001020 <__DTOR_LIST__>:
140001020: ffffffff .inst 0xffffffff ; undefined
140001024: ffffffff .inst 0xffffffff ; undefined
...