* emulparams/elf64ppc.sh (ARCH): Set to powerpc:common64.

(COMMONPAGESIZE): Define.
This commit is contained in:
Alan Modra 2002-07-12 06:48:54 +00:00
parent 9146926ac3
commit 120d20f266
2 changed files with 7 additions and 1 deletions

View File

@ -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>
* emulparams/hppanbsd.sh: Remark that hppaobsd.sh references this file.

View File

@ -6,7 +6,8 @@ SCRIPT_NAME=elf
OUTPUT_FORMAT="elf64-powerpc"
TEXT_START_ADDR=0x10000000
MAXPAGESIZE=0x40000
ARCH=powerpc
COMMONPAGESIZE=0x1000
ARCH=powerpc:common64
MACHINE=
NOP=0x60000000
EXECUTABLE_SYMBOLS='PROVIDE (__stack = 0); PROVIDE (___stack = 0);'