* emulparams/elf64ppc.sh (MAXPAGESIZE): Set to 0x10000.
This commit is contained in:
parent
62a49b2cf4
commit
a86a09cc1b
@ -1,3 +1,7 @@
|
||||
2002-10-02 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* emulparams/elf64ppc.sh (MAXPAGESIZE): Set to 0x10000.
|
||||
|
||||
2002-09-30 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* scripttempl/elfd30v.sc: Order reloc sections placing .plt last.
|
||||
|
@ -6,7 +6,7 @@ SCRIPT_NAME=elf
|
||||
OUTPUT_FORMAT="elf64-powerpc"
|
||||
TEXT_START_ADDR=0x10000000
|
||||
SEGMENT_SIZE=0x10000000
|
||||
MAXPAGESIZE=0x40000
|
||||
MAXPAGESIZE=0x10000
|
||||
COMMONPAGESIZE=0x1000
|
||||
ARCH=powerpc:common64
|
||||
MACHINE=
|
||||
|
Loading…
Reference in New Issue
Block a user