summaryrefslogtreecommitdiff
path: root/ld/emulparams/i386pe_posix.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/i386pe_posix.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/i386pe_posix.sh')
-rw-r--r--ld/emulparams/i386pe_posix.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/emulparams/i386pe_posix.sh b/ld/emulparams/i386pe_posix.sh
index 37f51b5eeea..afa00de0cdf 100644
--- a/ld/emulparams/i386pe_posix.sh
+++ b/ld/emulparams/i386pe_posix.sh
@@ -7,3 +7,4 @@ ENTRY="___PosixProcessStartup"
SUBSYSTEM=7
EXECUTABLE_NAME=a.out
INITIAL_SYMBOL_CHAR=\"_\"
+TARGET_PAGE_SIZE=0x1000