* emulparams/elf64ppc.sh (ARCH): Set to powerpc:common64.
(COMMONPAGESIZE): Define.
This commit is contained in:
parent
9146926ac3
commit
120d20f266
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2002-07-12 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
|
* emulparams/elf64ppc.sh (ARCH): Set to powerpc:common64.
|
||||||
|
(COMMONPAGESIZE): Define.
|
||||||
|
|
||||||
2002-07-09 Alan Modra <amodra@bigpond.net.au>
|
2002-07-09 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* emulparams/hppanbsd.sh: Remark that hppaobsd.sh references this file.
|
* emulparams/hppanbsd.sh: Remark that hppaobsd.sh references this file.
|
||||||
|
|
|
@ -6,7 +6,8 @@ SCRIPT_NAME=elf
|
||||||
OUTPUT_FORMAT="elf64-powerpc"
|
OUTPUT_FORMAT="elf64-powerpc"
|
||||||
TEXT_START_ADDR=0x10000000
|
TEXT_START_ADDR=0x10000000
|
||||||
MAXPAGESIZE=0x40000
|
MAXPAGESIZE=0x40000
|
||||||
ARCH=powerpc
|
COMMONPAGESIZE=0x1000
|
||||||
|
ARCH=powerpc:common64
|
||||||
MACHINE=
|
MACHINE=
|
||||||
NOP=0x60000000
|
NOP=0x60000000
|
||||||
EXECUTABLE_SYMBOLS='PROVIDE (__stack = 0); PROVIDE (___stack = 0);'
|
EXECUTABLE_SYMBOLS='PROVIDE (__stack = 0); PROVIDE (___stack = 0);'
|
||||||
|
|
Loading…
Add table
Reference in a new issue