From 634a97324463a742138687638dc26ba7990cc8fa Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Wed, 5 Sep 2001 16:00:13 +0000 Subject: [PATCH] Set correct value for default (PE) stack size. --- ld/ChangeLog | 5 +++++ ld/ld.texinfo | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ld/ChangeLog b/ld/ChangeLog index e0ece506a1..0c25d4dab6 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2001-09-05 Danny Smith + + * ld.texinfo (Options, --stack): Correct default value for stack + reserve. + 2001-09-03 Andreas Jaeger * emultempl/beos.em: Declare prototypes for comparions functions, diff --git a/ld/ld.texinfo b/ld/ld.texinfo index 5bc0a30896..69bc3a789c 100644 --- a/ld/ld.texinfo +++ b/ld/ld.texinfo @@ -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 -- 2.11.0