summaryrefslogtreecommitdiff
path: root/ld/emulparams/armpe.sh
diff options
context:
space:
mode:
authorChristopher Faylor <me+cygwin@cgf.cx>2004-09-28 19:14:29 +0000
committerChristopher Faylor <me+cygwin@cgf.cx>2004-09-28 19:14:29 +0000
commit03098a9a6099730e34f4e6b20b8201030a0fd59a (patch)
tree2ec0f619b31263193e90f12238b60c1f5562335d /ld/emulparams/armpe.sh
parente979516b9ff53563dcb9544cf49256e4ab03fa71 (diff)
downloadbinutils-gdb-03098a9a6099730e34f4e6b20b8201030a0fd59a.tar.gz
* emulparams/arm_epoc_pe.sh, emulparams/armpe.sh, emulparams/i386pe.sh,
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.
Diffstat (limited to 'ld/emulparams/armpe.sh')
-rw-r--r--ld/emulparams/armpe.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/ld/emulparams/armpe.sh b/ld/emulparams/armpe.sh
index aa605366e8c..5db5faf3468 100644
--- a/ld/emulparams/armpe.sh
+++ b/ld/emulparams/armpe.sh
@@ -11,3 +11,5 @@ TEMPLATE_NAME=pe
ENTRY="_mainCRTStartup"
SUBSYSTEM=PE_DEF_SUBSYSTEM
INITIAL_SYMBOL_CHAR=\"_\"
+
+TARGET_PAGE_SIZE=0x1000