* emulparams/elf32frvfd.sh (MAXPAGESIZE): Change to 16Kb.

This commit is contained in:
Alexandre Oliva 2004-03-20 05:49:27 +00:00
parent 81332287eb
commit 44349745f2
2 changed files with 5 additions and 1 deletions

View 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.

View 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.