Bump page size to 64k
This commit is contained in:
parent
4e4f46a17d
commit
94202e16cf
2 changed files with 8 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2001-04-02 Alan Modra <alan@linuxcare.com.au>
|
||||||
|
|
||||||
|
* emulparams/hppalinux.sh (MAXPAGESIZE): Set to 64k.
|
||||||
|
(TEXT_START_ADDR, TARGET_PAGE_SIZE): Likewise.
|
||||||
|
|
||||||
2001-03-27 Hans-Peter Nilsson <hp@axis.com>
|
2001-03-27 Hans-Peter Nilsson <hp@axis.com>
|
||||||
|
|
||||||
* configure.tgt (cris-*-*): Change default emulation to criself.
|
* configure.tgt (cris-*-*): Change default emulation to criself.
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
SCRIPT_NAME=elf
|
SCRIPT_NAME=elf
|
||||||
ELFSIZE=32
|
ELFSIZE=32
|
||||||
OUTPUT_FORMAT="elf32-hppa-linux"
|
OUTPUT_FORMAT="elf32-hppa-linux"
|
||||||
TEXT_START_ADDR=0x4000
|
TEXT_START_ADDR=0x10000
|
||||||
TARGET_PAGE_SIZE=0x4000
|
TARGET_PAGE_SIZE=0x10000
|
||||||
MAXPAGESIZE=0x4000
|
MAXPAGESIZE=0x10000
|
||||||
ARCH=hppa
|
ARCH=hppa
|
||||||
MACHINE=hppa1.1 # We use 1.1 specific features.
|
MACHINE=hppa1.1 # We use 1.1 specific features.
|
||||||
NOP=0x08000240
|
NOP=0x08000240
|
||||||
|
|
Loading…
Reference in a new issue