Line 1... |
Line 1... |
/* BFD PowerPC CPU definition
|
/* BFD PowerPC CPU definition
|
Copyright 1994, 1995, 1996, 2000, 2001, 2002, 2003, 2007
|
Copyright 1994, 1995, 1996, 2000, 2001, 2002, 2003, 2005, 2007, 2008
|
Free Software Foundation, Inc.
|
Free Software Foundation, Inc.
|
Contributed by Ian Lance Taylor, Cygnus Support.
|
Contributed by Ian Lance Taylor, Cygnus Support.
|
|
|
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
|
|
Line 287... |
Line 287... |
{
|
{
|
32, /* 32 bits in a word */
|
32, /* 32 bits in a word */
|
32, /* 32 bits in an address */
|
32, /* 32 bits in an address */
|
8, /* 8 bits in a byte */
|
8, /* 8 bits in a byte */
|
bfd_arch_powerpc,
|
bfd_arch_powerpc,
|
|
bfd_mach_ppc_e500mc,
|
|
"powerpc",
|
|
"powerpc:e500mc",
|
|
3,
|
|
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_860,
|
bfd_mach_ppc_860,
|
"powerpc",
|
"powerpc",
|
"powerpc:MPC8XX",
|
"powerpc:MPC8XX",
|
3,
|
3,
|
FALSE, /* not the default */
|
FALSE, /* not the default */
|
powerpc_compatible,
|
powerpc_compatible,
|
bfd_default_scan,
|
bfd_default_scan,
|
&bfd_powerpc_archs[15]
|
&bfd_powerpc_archs[16]
|
},
|
},
|
{
|
{
|
32, /* 32 bits in a word */
|
32, /* 32 bits in a word */
|
32, /* 32 bits in an address */
|
32, /* 32 bits in an address */
|
8, /* 8 bits in a byte */
|
8, /* 8 bits in a byte */
|