Line 33... |
Line 33... |
"ip2022", /* Machine name. */
|
"ip2022", /* Machine name. */
|
1, /* Section align power. */
|
1, /* 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_ip2k_arch =
|
const bfd_arch_info_type bfd_ip2k_arch =
|
{
|
{
|
Line 49... |
Line 50... |
"ip2022ext", /* Machine name. */
|
"ip2022ext", /* Machine name. */
|
1, /* Section align power. */
|
1, /* 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. */
|
& bfd_ip2k_nonext_arch /* Next in list. */
|
& bfd_ip2k_nonext_arch /* Next in list. */
|
};
|
};
|
|
|
No newline at end of file
|
No newline at end of file
|