OpenCores
URL https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [bfd/] [cpu-m68hc12.c] - Diff between revs 14 and 166

Show entire file | Details | Blame | View Log

Rev 14 Rev 166
Line 33... Line 33...
    "m68hc12",
    "m68hc12",
    4, /* section alignment power */
    4, /* section alignment power */
    TRUE,
    TRUE,
    bfd_default_compatible,
    bfd_default_compatible,
    bfd_default_scan,
    bfd_default_scan,
 
    bfd_arch_default_fill,
    0,
    0,
};
};
 
 
const bfd_arch_info_type bfd_m68hc12_arch =
const bfd_arch_info_type bfd_m68hc12_arch =
{
{
Line 49... Line 50...
    "m68hc12",
    "m68hc12",
    4, /* section alignment power */
    4, /* section alignment power */
    TRUE,
    TRUE,
    bfd_default_compatible,
    bfd_default_compatible,
    bfd_default_scan,
    bfd_default_scan,
 
    bfd_arch_default_fill,
    &bfd_m68hc12s_arch,
    &bfd_m68hc12s_arch,
};
};
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.