aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-09-05 16:00:13 +0000
committerNick Clifton <nickc@redhat.com>2001-09-05 16:00:13 +0000
commit559e4713db0a58ecf9970bd3a5199632ca9e248b (patch)
tree827c0b965f35eb3ec3d1cb701315249d13c9c63e /ld
parentdfe57ca0af6d87c88e4962ee5b2b9ee14d990240 (diff)
downloadfsf-binutils-gdb-559e4713db0a58ecf9970bd3a5199632ca9e248b.zip
fsf-binutils-gdb-559e4713db0a58ecf9970bd3a5199632ca9e248b.tar.gz
fsf-binutils-gdb-559e4713db0a58ecf9970bd3a5199632ca9e248b.tar.bz2
Set correct value for default (PE) stack size.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog5
-rw-r--r--ld/ld.texinfo2
2 files changed, 6 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index e0ece50..0c25d4d 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -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,
diff --git a/ld/ld.texinfo b/ld/ld.texinfo
index 5bc0a30..69bc3a7 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