03098a9a60
emulparams/i386pe_posix.sh, emulparams/mcorepe.sh, emulparams/mipspe.sh, emulparams/ppcpe.sh, scripttempl/pe.sc: Define TARGET_PAGE_SIZE. * scripttempl/pe.sc: Make the virtual address and file offset synced if the alignment is lower than the target page size.
11 lines
233 B
Bash
11 lines
233 B
Bash
ARCH=mips
|
|
SCRIPT_NAME=pe
|
|
OUTPUT_FORMAT="pei-mips"
|
|
OUTPUT_ARCH="mips"
|
|
RELOCATEABLE_OUTPUT_FORMAT="ecoff-littlemips"
|
|
TEMPLATE_NAME=pe
|
|
SUBSYSTEM=PE_DEF_SUBSYSTEM
|
|
INITIAL_SYMBOL_CHAR=\"_\"
|
|
ENTRY="_mainCRTStartup"
|
|
TARGET_PAGE_SIZE=0x1000
|