Line 36... |
Line 36... |
}
|
}
|
|
|
static const bfd_arch_info_type arch_info_struct[] =
|
static const bfd_arch_info_type arch_info_struct[] =
|
{
|
{
|
{ 32, 16, 8, bfd_arch_z8k, bfd_mach_z8002, "z8k", "z8002", 1, FALSE,
|
{ 32, 16, 8, bfd_arch_z8k, bfd_mach_z8002, "z8k", "z8002", 1, FALSE,
|
compatible, bfd_default_scan, 0 }
|
compatible, bfd_default_scan, bfd_arch_default_fill, 0 }
|
};
|
};
|
|
|
const bfd_arch_info_type bfd_z8k_arch =
|
const bfd_arch_info_type bfd_z8k_arch =
|
{
|
{
|
32, 32, 8, bfd_arch_z8k, bfd_mach_z8001, "z8k", "z8001", 1, TRUE,
|
32, 32, 8, bfd_arch_z8k, bfd_mach_z8001, "z8k", "z8001", 1, TRUE,
|
compatible, bfd_default_scan, &arch_info_struct[0]
|
compatible, bfd_default_scan, bfd_arch_default_fill,
|
|
&arch_info_struct[0]
|
};
|
};
|
|
|
No newline at end of file
|
No newline at end of file
|