binutils-gdb/ld/emulparams/aarch64pe.sh
Jedidiah Thompson c60b380679 aarch64-pe support for LD, GAS and BFD
Allows aarch64-pe to be targeted natively, not having to use objcopy to convert it from ELF to PE.
Based on initial work by Jedidiah Thompson

Co-authored-by: Jedidiah Thompson <wej22007@outlook.com>
Co-authored-by: Zac Walker <zac.walker@linaro.org>
2022-10-19 10:57:12 +02:00

10 lines
238 B
Bash

ARCH="aarch64"
SCRIPT_NAME=pep
OUTPUT_FORMAT="pei-aarch64-little"
RELOCATEABLE_OUTPUT_FORMAT="pe-aarch64-little"
TEMPLATE_NAME=pep
SUBSYSTEM=PE_DEF_SUBSYSTEM
INITIAL_SYMBOL_CHAR=\"_\"
TARGET_PAGE_SIZE=0x1000
GENERATE_AUTO_IMPORT_SCRIPT=1