From: Geoffrey Keating Date: Tue, 5 Sep 2000 19:35:51 +0000 (+0000) Subject: 2000-09-05 Steven Johnson X-Git-Tag: newlib-1_9_0~978 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=188ac6625b7d9e45cf24a7d520612b3930241669;p=platform%2Fupstream%2Fbinutils.git 2000-09-05 Steven Johnson * cpu-powerpc.c (arch_info_struct): Added MPC860 Family entry. --- 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 + + * cpu-powerpc.c (arch_info_struct): Added MPC860 Family entry. + 2000-09-05 Alan Modra 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 } };