* emultempl/pe.em (init): Reduce default stack reserve to 0x200000.

This commit is contained in:
DJ Delorie 2001-06-05 00:48:41 +00:00
parent 839bbd8c6b
commit 3763134dca
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-06-05 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
* emultempl/pe.em (init): Reduce default stack reserve to 0x200000.
2001-05-31 H.J. Lu <hjl@gnu.org>
* ldlang.c (open_input_bfds): Don't change the bfd error

View File

@ -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),