Set correct value for default (PE) stack size.
authorNick Clifton <nickc@redhat.com>
Wed, 5 Sep 2001 16:00:13 +0000 (16:00 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 5 Sep 2001 16:00:13 +0000 (16:00 +0000)
ld/ChangeLog
ld/ld.texinfo

index e0ece506a1767fa3a83b076c1d836a6abed4b8b8..0c25d4dab6ac38d2b2f0604c533a0847d98571d4 100644 (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,
index 5bc0a30896f6ec4d796cd47d8723b11f6bd26353..69bc3a789c5a361815ff05b705fe1608e298d572 100644 (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