Line 47... |
Line 47... |
"m32c", /* printable name */
|
"m32c", /* printable name */
|
3, /* section align power */
|
3, /* section align power */
|
FALSE, /* the default ? */
|
FALSE, /* the default ? */
|
bfd_default_compatible, /* architecture comparison fn */
|
bfd_default_compatible, /* architecture comparison fn */
|
m32c_scan, /* string to architecture convert fn */
|
m32c_scan, /* string to architecture convert fn */
|
|
bfd_arch_default_fill, /* Default fill. */
|
NULL /* next in list */
|
NULL /* next in list */
|
},
|
},
|
};
|
};
|
|
|
const bfd_arch_info_type bfd_m32c_arch =
|
const bfd_arch_info_type bfd_m32c_arch =
|
Line 64... |
Line 65... |
"m16c", /* Printable name. */
|
"m16c", /* Printable name. */
|
4, /* Section align power. */
|
4, /* Section align power. */
|
TRUE, /* The default ? */
|
TRUE, /* The default ? */
|
bfd_default_compatible, /* Architecture comparison fn. */
|
bfd_default_compatible, /* Architecture comparison fn. */
|
m32c_scan, /* String to architecture convert fn. */
|
m32c_scan, /* String to architecture convert fn. */
|
|
bfd_arch_default_fill, /* Default fill. */
|
&arch_info_struct[0], /* Next in list. */
|
&arch_info_struct[0], /* Next in list. */
|
};
|
};
|
|
|
No newline at end of file
|
No newline at end of file
|