* emulparams/elf64alpha.sh (MAXPAGESIZE): Typo -- 64k, not 1M.
authorRichard Henderson <rth@redhat.com>
Wed, 15 Nov 2000 23:16:30 +0000 (23:16 +0000)
committerRichard Henderson <rth@redhat.com>
Wed, 15 Nov 2000 23:16:30 +0000 (23:16 +0000)
ld/ChangeLog
ld/emulparams/elf64alpha.sh

index c110b36590f566a0d178a84c93da681d72bedabc..409d1a833ca713d9d83b628381d5f4f4053dbfcc 100644 (file)
@@ -1,3 +1,7 @@
+2000-11-15  Richard Henderson  <rth@redhat.com>
+
+       * emulparams/elf64alpha.sh (MAXPAGESIZE): Typo -- 64k, not 1M.
+
 2000-11-14  Kazu Hirata  <kazu@hxi.com>
 
        * scripttempl/h8300.sc: Fix formatting.
index 908a6c0c6b3337b634dd2b047e5945535e86f7c9..47fb3949abc020060bfb328361ddf439eabd3722 100644 (file)
@@ -4,7 +4,7 @@ ELFSIZE=64
 TEMPLATE_NAME=elf32
 OUTPUT_FORMAT="elf64-alpha"
 TEXT_START_ADDR="0x120000000"
-MAXPAGESIZE=0x100000
+MAXPAGESIZE=0x10000
 NONPAGED_TEXT_START_ADDR="0x120000000"
 ARCH=alpha
 MACHINE=
This page took 0.030109 seconds and 4 git commands to generate.