* cpu-powerpc.c (bfd_powerpc_archs): Add ppc 750.
This commit is contained in:
parent
1f20321be5
commit
1ca81d7218
2 changed files with 18 additions and 0 deletions
|
@ -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>
|
2005-11-18 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
* elf64-hppa.c (elf64_hppa_section_from_phdr): Create .kernel
|
* elf64-hppa.c (elf64_hppa_section_from_phdr): Create .kernel
|
||||||
|
|
|
@ -295,6 +295,20 @@ const bfd_arch_info_type bfd_powerpc_archs[] =
|
||||||
FALSE, /* not the default */
|
FALSE, /* not the default */
|
||||||
powerpc_compatible,
|
powerpc_compatible,
|
||||||
bfd_default_scan,
|
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
|
0
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue