
This adds the remaining pe-aarch64 relocations, and gets them working. It also brings in the constant directives from ELF, as otherwise .word would be 2 rather than 4 bytes, and .xword and .dword wouldn't be defined.
8 lines
66 B
ArmAsm
8 lines
66 B
ArmAsm
.text
|
|
|
|
.long 0
|
|
|
|
# 2220
|
|
.global bar
|
|
bar:
|
|
.dword 0x123456789abcdef0
|