summaryrefslogtreecommitdiffstats
path: root/bfd/cpu-powerpc.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2005-12-06 12:10:26 +0000
committerAlan Modra <amodra@gmail.com>2005-12-06 12:10:26 +0000
commit1ca81d7218066519c88fcdaffe2a82da423a1519 (patch)
treec052df7485f888273024725ad975d63f5d7f6393 /bfd/cpu-powerpc.c
parent1f20321be57f8091638c0682efad66f622a93ef1 (diff)
downloadppe42-binutils-1ca81d7218066519c88fcdaffe2a82da423a1519.tar.gz
ppe42-binutils-1ca81d7218066519c88fcdaffe2a82da423a1519.zip
* cpu-powerpc.c (bfd_powerpc_archs): Add ppc 750.
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 2c47d6323f..2584d65116 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
}
};
OpenPOWER on IntegriCloud