2000-09-05 Steven Johnson <sbjohnson@ozemail.com.au>
authorGeoffrey Keating <geoffk@geoffk.org>
Tue, 5 Sep 2000 19:35:51 +0000 (19:35 +0000)
committerGeoffrey Keating <geoffk@geoffk.org>
Tue, 5 Sep 2000 19:35:51 +0000 (19:35 +0000)
* cpu-powerpc.c  (arch_info_struct): Added MPC860 Family entry.

bfd/ChangeLog
bfd/cpu-powerpc.c

index f7c186cf9424be35e0e23425c1f29b4d27de5dab..872b45763f04a6fc0c64834f972aea6c7b4b6109 100644 (file)
@@ -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.
index f824fff7b6ed09c77fadd3da6d963317d26b33ca..3f4182dca2075e88db353c32853d0e3e7f4380eb 100644 (file)
@@ -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
   }
 };
This page took 0.028877 seconds and 4 git commands to generate.