Set correct value for default (PE) stack size.

This commit is contained in:
Nick Clifton 2001-09-05 16:00:13 +00:00
parent dfe57ca0af
commit 559e4713db
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-09-05 Danny Smith <dannysmith@users.souceforge.net>
* ld.texinfo (Options, --stack): Correct default value for stack
reserve.
2001-09-03 Andreas Jaeger <aj@suse.de>
* emultempl/beos.em: Declare prototypes for comparions functions,

View File

@ -1749,7 +1749,7 @@ addresses which are a multiple of this number. Defaults to 0x1000.
@item --stack @var{reserve}
@itemx --stack @var{reserve},@var{commit}
Specify the amount of memory to reserve (and optionally commit) to be
used as stack for this program. The default is 32Mb reserved, 4K
used as stack for this program. The default is 2Mb reserved, 4K
committed.
@kindex --subsystem