PR ld/15896
authorNick Clifton <nickc@redhat.com>
Wed, 28 Aug 2013 09:17:35 +0000 (09:17 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 28 Aug 2013 09:17:35 +0000 (09:17 +0000)
* ld.texinfo: Fix uses of MB abbreviation.

ld/ChangeLog
ld/ld.texinfo

index b8341381c24bbdf488b5df9d1526889eebafca87..1ae8a118e6efa995d0c75525e0c65087e79e84cc 100644 (file)
@@ -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.
index e124f9b0a6fffbfc9b44867d350fecd0a1629459..e4788f67b57fd9866148dcb37969a2d6fd7e9c75 100644 (file)
@@ -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]