* cpu-powerpc.c (bfd_powerpc_archs): Add ppc 750.
authorAlan Modra <amodra@gmail.com>
Tue, 6 Dec 2005 12:10:26 +0000 (12:10 +0000)
committerAlan Modra <amodra@gmail.com>
Tue, 6 Dec 2005 12:10:26 +0000 (12:10 +0000)
bfd/ChangeLog
bfd/cpu-powerpc.c

index 536fa88f72b2de6ff4e9baea58fbbb54b9d34daf..eeae34fc9790564a304dfc1e766e7d9a45329f3f 100644 (file)
@@ -1,3 +1,7 @@
+2005-12-06  Paul Gilliam  <pgilliam@us.ibm.com>
+
+       * cpu-powerpc.c (bfd_powerpc_archs): Add ppc 750.
+
 2005-11-18  Mark Kettenis  <kettenis@gnu.org>
 
        * elf64-hppa.c (elf64_hppa_section_from_phdr): Create .kernel
index 2c47d6323ffa661b9bdb84a8725ac8a28311936b..2584d6511622bd8671888ad1513df93d5fc53da8 100644 (file)
@@ -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
   }
 };