Go to 16k page size on hppa-linux.
This commit is contained in:
parent
8a5613f978
commit
d85e9ff7b1
2 changed files with 8 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2001-03-27 Matthew Wilcox <willy@ldl.fc.hp.com>
|
||||||
|
|
||||||
|
* emulparams/hppalinux.sh (MAXPAGESIZE): Set to 0x4000.
|
||||||
|
(TEXT_START_ADDR, TARGET_PAGE_SIZE): Ditto.
|
||||||
|
|
||||||
2001-03-26 Andreas Jaeger <aj@suse.de>
|
2001-03-26 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
* ld.texinfo (Overview): Fix syntax in texi code.
|
* ld.texinfo (Overview): Fix syntax in texi code.
|
||||||
|
|
|
@ -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=0x1000
|
TEXT_START_ADDR=0x4000
|
||||||
TARGET_PAGE_SIZE=0x1000
|
TARGET_PAGE_SIZE=0x4000
|
||||||
MAXPAGESIZE=0x1000
|
MAXPAGESIZE=0x4000
|
||||||
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