* emulparams/elf32frvfd.sh (MAXPAGESIZE): Change to 16Kb.
authorAlexandre Oliva <aoliva@redhat.com>
Sat, 20 Mar 2004 05:49:27 +0000 (05:49 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Sat, 20 Mar 2004 05:49:27 +0000 (05:49 +0000)
ld/ChangeLog
ld/emulparams/elf32frvfd.sh

index 92c73add0e734c96e4dda2f2d0946c9e153a520a..28ef04ce61328215a5fc97077c749adec821e696 100644 (file)
@@ -1,3 +1,7 @@
+2004-03-20  Alexandre Oliva  <aoliva@redhat.com>
+
+       * emulparams/elf32frvfd.sh (MAXPAGESIZE): Change to 16Kb.
+
 2004-03-19  Alan Modra  <amodra@bigpond.net.au>
 
        * config.in: Regenerate.
index 224abed2a0080e72d3556a37b0c870838864dc1e..1e2ef59cbe9c85969be0b39280fc0933c2b1f36e 100644 (file)
@@ -1,6 +1,6 @@
 . ${srcdir}/emulparams/elf32frv.sh
 unset STACK_ADDR
-MAXPAGESIZE=0x10000
+MAXPAGESIZE=0x4000
 TEMPLATE_NAME=elf32
 GENERATE_SHLIB_SCRIPT=yes
 EMBEDDED= # This gets us program headers mapped as part of the text segment.
This page took 0.02794 seconds and 4 git commands to generate.