Line 34... |
Line 34... |
"rx", /* Printable name. */
|
"rx", /* 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_rx_arch =
|
const bfd_arch_info_type bfd_rx_arch =
|
Line 51... |
Line 52... |
"rx", /* Printable name. */
|
"rx", /* 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. */
|
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
|