Line 35... |
Line 35... |
"xc16xs", /* Printable name. */
|
"xc16xs", /* Printable name. */
|
1, /* Section alignment - 16 bit. */
|
1, /* Section alignment - 16 bit. */
|
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. */
|
NULL /* Next in list. */
|
NULL /* Next in list. */
|
};
|
};
|
|
|
const bfd_arch_info_type xc16xl_info_struct =
|
const bfd_arch_info_type xc16xl_info_struct =
|
{
|
{
|
Line 51... |
Line 52... |
"xc16xl", /* Printable name. */
|
"xc16xl", /* Printable name. */
|
1, /* Section alignment - 16 bit. */
|
1, /* Section alignment - 16 bit. */
|
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. */
|
& xc16xs_info_struct /* Next in list. */
|
& xc16xs_info_struct /* Next in list. */
|
};
|
};
|
|
|
const bfd_arch_info_type bfd_xc16x_arch =
|
const bfd_arch_info_type bfd_xc16x_arch =
|
{
|
{
|
Line 67... |
Line 69... |
"xc16x", /* Printable name. */
|
"xc16x", /* Printable name. */
|
1, /* Section alignment - 16 bit. */
|
1, /* Section alignment - 16 bit. */
|
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. */
|
& xc16xl_info_struct /* Next in list. */
|
& xc16xl_info_struct /* Next in list. */
|
};
|
};
|
|
|
No newline at end of file
|
No newline at end of file
|