Line 34... |
Line 34... |
"iq10", /* printable name */
|
"iq10", /* 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 */
|
bfd_default_scan, /* string to architecture convert fn */
|
bfd_default_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_iq2000_arch =
|
const bfd_arch_info_type bfd_iq2000_arch =
|
Line 51... |
Line 52... |
"iq2000", /* printable name */
|
"iq2000", /* printable name */
|
3, /* section align power */
|
3, /* section align power */
|
TRUE, /* the default ? */
|
TRUE, /* the default ? */
|
bfd_default_compatible, /* architecture comparison fn */
|
bfd_default_compatible, /* architecture comparison fn */
|
bfd_default_scan, /* string to architecture convert fn */
|
bfd_default_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
|