From: Alan Modra Date: Tue, 6 Dec 2005 12:10:26 +0000 (+0000) Subject: * cpu-powerpc.c (bfd_powerpc_archs): Add ppc 750. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1ca81d7218066519c88fcdaffe2a82da423a1519;p=binutils-gdb.git * cpu-powerpc.c (bfd_powerpc_archs): Add ppc 750. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 536fa88f72b..eeae34fc979 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2005-12-06 Paul Gilliam + + * cpu-powerpc.c (bfd_powerpc_archs): Add ppc 750. + 2005-11-18 Mark Kettenis * elf64-hppa.c (elf64_hppa_section_from_phdr): Create .kernel diff --git a/bfd/cpu-powerpc.c b/bfd/cpu-powerpc.c index 2c47d6323ff..2584d651162 100644 --- a/bfd/cpu-powerpc.c +++ b/bfd/cpu-powerpc.c @@ -295,6 +295,20 @@ const bfd_arch_info_type bfd_powerpc_archs[] = FALSE, /* not the default */ powerpc_compatible, bfd_default_scan, + &bfd_powerpc_archs[15] + }, + { + 32, /* 32 bits in a word */ + 32, /* 32 bits in an address */ + 8, /* 8 bits in a byte */ + bfd_arch_powerpc, + bfd_mach_ppc_750, + "powerpc", + "powerpc:750", + 3, + FALSE, /* not the default */ + powerpc_compatible, + bfd_default_scan, 0 } };