aboutsummaryrefslogtreecommitdiff
path: root/ld/emultempl/pe.em
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2001-06-05 00:48:41 +0000
committerDJ Delorie <dj@redhat.com>2001-06-05 00:48:41 +0000
commit3763134dca8090734af5822169ca1e92b896c154 (patch)
tree4c68c755f743f8121eb6240a812a72564bb54478 /ld/emultempl/pe.em
parent839bbd8c6b3ca753a723d206a9783c2a5cd2f09c (diff)
downloadfsf-binutils-gdb-3763134dca8090734af5822169ca1e92b896c154.zip
fsf-binutils-gdb-3763134dca8090734af5822169ca1e92b896c154.tar.gz
fsf-binutils-gdb-3763134dca8090734af5822169ca1e92b896c154.tar.bz2
* emultempl/pe.em (init): Reduce default stack reserve to 0x200000.
Diffstat (limited to 'ld/emultempl/pe.em')
-rw-r--r--ld/emultempl/pe.em2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/emultempl/pe.em b/ld/emultempl/pe.em
index 69bea20..1266fae 100644
--- a/ld/emultempl/pe.em
+++ b/ld/emultempl/pe.em
@@ -267,7 +267,7 @@ static definfo init[] =
#endif
D(MinorSubsystemVersion,"__minor_subsystem_version__", 0),
D(Subsystem,"__subsystem__", ${SUBSYSTEM}),
- D(SizeOfStackReserve,"__size_of_stack_reserve__", 0x2000000),
+ D(SizeOfStackReserve,"__size_of_stack_reserve__", 0x200000),
D(SizeOfStackCommit,"__size_of_stack_commit__", 0x1000),
D(SizeOfHeapReserve,"__size_of_heap_reserve__", 0x100000),
D(SizeOfHeapCommit,"__size_of_heap_commit__", 0x1000),