Line 28... |
Line 28... |
static const bfd_arch_info_type *
|
static const bfd_arch_info_type *
|
bfd_m68k_compatible (const bfd_arch_info_type *a,
|
bfd_m68k_compatible (const bfd_arch_info_type *a,
|
const bfd_arch_info_type *b);
|
const bfd_arch_info_type *b);
|
|
|
#define N(name, print,d,next) \
|
#define N(name, print,d,next) \
|
{ 32, 32, 8, bfd_arch_m68k, name, "m68k",print,2,d,bfd_m68k_compatible,bfd_default_scan, next, }
|
{ 32, 32, 8, bfd_arch_m68k, name, "m68k",print,2,d,bfd_m68k_compatible, \
|
|
bfd_default_scan, bfd_arch_default_fill, next, }
|
|
|
static const bfd_arch_info_type arch_info_struct[] =
|
static const bfd_arch_info_type arch_info_struct[] =
|
{
|
{
|
N(bfd_mach_m68000, "m68k:68000", FALSE, &arch_info_struct[1]),
|
N(bfd_mach_m68000, "m68k:68000", FALSE, &arch_info_struct[1]),
|
N(bfd_mach_m68008, "m68k:68008", FALSE, &arch_info_struct[2]),
|
N(bfd_mach_m68008, "m68k:68008", FALSE, &arch_info_struct[2]),
|