aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2013-08-28 09:17:35 +0000
committerNick Clifton <nickc@redhat.com>2013-08-28 09:17:35 +0000
commitfe6d7d6aa2c337beb63b7214e669be68284fc1c2 (patch)
treea55302e2061fa6d14786a7e3a05640f7d0e5aac1 /ld
parent06d0fc3a6af6df2621f301b09ecc8c64d252d27e (diff)
downloadgdb-fe6d7d6aa2c337beb63b7214e669be68284fc1c2.zip
gdb-fe6d7d6aa2c337beb63b7214e669be68284fc1c2.tar.gz
gdb-fe6d7d6aa2c337beb63b7214e669be68284fc1c2.tar.bz2
PR ld/15896
* ld.texinfo: Fix uses of MB abbreviation.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog5
-rw-r--r--ld/ld.texinfo4
2 files changed, 7 insertions, 2 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index b834138..1ae8a11 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,8 @@
+2013-08-28 Nick Clifton <nickc@redhat.com>
+
+ PR ld/15896
+ * ld.texinfo: Fix uses of MB abbreviation.
+
2013-08-26 Roland McGrath <mcgrathr@google.com>
* emulparams/elf_i386_nacl.sh (ARCH): Set to i386:nacl.
diff --git a/ld/ld.texinfo b/ld/ld.texinfo
index e124f9b..e4788f6 100644
--- a/ld/ld.texinfo
+++ b/ld/ld.texinfo
@@ -2318,7 +2318,7 @@ file offsets which are multiples of this number. This defaults to
@item --heap @var{reserve}
@itemx --heap @var{reserve},@var{commit}
Specify the number of bytes of memory to reserve (and optionally commit)
-to be used as heap for this program. The default is 1Mb reserved, 4K
+to be used as heap for this program. The default is 1MB reserved, 4K
committed.
[This option is specific to the i386 PE targeted port of the linker]
@@ -2602,7 +2602,7 @@ addresses which are a multiple of this number. Defaults to 0x1000.
@item --stack @var{reserve}
@itemx --stack @var{reserve},@var{commit}
Specify the number of bytes of memory to reserve (and optionally commit)
-to be used as stack for this program. The default is 2Mb reserved, 4K
+to be used as stack for this program. The default is 2MB reserved, 4K
committed.
[This option is specific to the i386 PE targeted port of the linker]