summaryrefslogtreecommitdiff
path: root/bfd/cpu-powerpc.c
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
commit9be2631f21463c54457e3ee74aa36fe32455da1c (patch)
treedccd42f40e5e31597348240829bbe5be4ba0e9d3 /bfd/cpu-powerpc.c
parenta012727cc43bddbfd2257838411bd313c24466d7 (diff)
downloadgdb-9be2631f21463c54457e3ee74aa36fe32455da1c.tar.gz
2000-09-05 Steven Johnson <sbjohnson@ozemail.com.au>
* cpu-powerpc.c (arch_info_struct): Added MPC860 Family entry.
Diffstat (limited to 'bfd/cpu-powerpc.c')
-rw-r--r--bfd/cpu-powerpc.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/bfd/cpu-powerpc.c b/bfd/cpu-powerpc.c
index f824fff7b6e..3f4182dca20 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
}
};