aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2002-07-12 06:48:54 +0000
committerAlan Modra <amodra@gmail.com>2002-07-12 06:48:54 +0000
commit120d20f2664d24f5080a5578f8ff93c10f4a8a9c (patch)
treefac6fe7f8a63dcbfa5cf4e647dc1269d5ee08ed0 /ld
parent9146926ac3e07a1ae01e35ead53cc59e872138f1 (diff)
downloadgdb-120d20f2664d24f5080a5578f8ff93c10f4a8a9c.zip
gdb-120d20f2664d24f5080a5578f8ff93c10f4a8a9c.tar.gz
gdb-120d20f2664d24f5080a5578f8ff93c10f4a8a9c.tar.bz2
* emulparams/elf64ppc.sh (ARCH): Set to powerpc:common64.
(COMMONPAGESIZE): Define.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog5
-rw-r--r--ld/emulparams/elf64ppc.sh3
2 files changed, 7 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index a4555ca..1f6c5fb 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -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.
diff --git a/ld/emulparams/elf64ppc.sh b/ld/emulparams/elf64ppc.sh
index 10593f2..93a2a6a 100644
--- a/ld/emulparams/elf64ppc.sh
+++ b/ld/emulparams/elf64ppc.sh
@@ -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);'