mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-29 13:04:46 +08:00
* emulparams/elf32frvfd.sh (MAXPAGESIZE): Change to 16Kb.
This commit is contained in:
parent
81332287eb
commit
44349745f2
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user