aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeoffrey Keating <geoffk@geoffk.org>2000-09-05 19:35:51 +0000
committerGeoffrey Keating <geoffk@geoffk.org>2000-09-05 19:35:51 +0000
commit188ac6625b7d9e45cf24a7d520612b3930241669 (patch)
treea2ce64123fee5ed2df5194f19d2e63a12ea2a291
parent64e3a6598ac298032305189a470eb5c828633886 (diff)
downloadbinutils-188ac6625b7d9e45cf24a7d520612b3930241669.zip
binutils-188ac6625b7d9e45cf24a7d520612b3930241669.tar.gz
binutils-188ac6625b7d9e45cf24a7d520612b3930241669.tar.bz2
2000-09-05 Steven Johnson <sbjohnson@ozemail.com.au>
* cpu-powerpc.c (arch_info_struct): Added MPC860 Family entry.
-rw-r--r--bfd/ChangeLog4
-rw-r--r--bfd/cpu-powerpc.c14
2 files changed, 18 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index f7c186c..872b457 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2000-09-05 Steven Johnson <sbjohnson@ozemail.com.au>
+
+ * cpu-powerpc.c (arch_info_struct): Added MPC860 Family entry.
+
2000-09-05 Alan Modra <alan@linuxcare.com.au>
Shared library and PIC support.
diff --git a/bfd/cpu-powerpc.c b/bfd/cpu-powerpc.c
index f824fff..3f4182d 100644
--- a/bfd/cpu-powerpc.c
+++ b/bfd/cpu-powerpc.c
@@ -201,6 +201,20 @@ static const bfd_arch_info_type arch_info_struct[] =
false, /* not the default */
powerpc_compatible,
bfd_default_scan,
+ &arch_info_struct[11]
+ },
+ {
+ 32, /* 32 bits in a word */
+ 32, /* 32 bits in an address */
+ 8, /* 8 bits in a byte */
+ bfd_arch_powerpc,
+ bfd_mach_ppc_860,
+ "powerpc",
+ "powerpc:MPC8XX",
+ 3,
+ false, /* not the default */
+ powerpc_compatible,
+ bfd_default_scan,
0
}
};