OSDN Git Service

* emulparams/elf64ppc.sh (ARCH): Set to powerpc:common64.
authorAlan Modra <amodra@bigpond.net.au>
Fri, 12 Jul 2002 06:48:54 +0000 (06:48 +0000)
committerAlan Modra <amodra@bigpond.net.au>
Fri, 12 Jul 2002 06:48:54 +0000 (06:48 +0000)
(COMMONPAGESIZE): Define.

ld/ChangeLog
ld/emulparams/elf64ppc.sh

index a4555ca..1f6c5fb 100644 (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.
index 10593f2..93a2a6a 100644 (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);'