Line 34... |
Line 34... |
"epiphany16", /* Machine name. */
|
"epiphany16", /* 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_epiphany_arch =
|
const bfd_arch_info_type bfd_epiphany_arch =
|
{
|
{
|
Line 50... |
Line 51... |
"epiphany32", /* Machine name. */
|
"epiphany32", /* Machine name. */
|
2, /* Section align power. */
|
2, /* 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_epiphany16_arch /* Next in list. */
|
& bfd_epiphany16_arch /* Next in list. */
|
};
|
};
|
|
|
No newline at end of file
|
No newline at end of file
|