mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
16fea92ccd
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.
26 lines
608 B
Makefile
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
|
|
...
|