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

Subversion Repositories open8_urisc

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

Show entire file | Details | Blame | View Log

Rev 14 Rev 166
Line 34... Line 34...
    "am33-2",
    "am33-2",
    2,
    2,
    FALSE,
    FALSE,
    bfd_default_compatible,
    bfd_default_compatible,
    bfd_default_scan,
    bfd_default_scan,
 
    bfd_arch_default_fill,
    0,
    0,
  };
  };
 
 
const bfd_arch_info_type bfd_am33_arch =
const bfd_arch_info_type bfd_am33_arch =
  {
  {
Line 50... Line 51...
    "am33",
    "am33",
    2,
    2,
    FALSE,
    FALSE,
    bfd_default_compatible,
    bfd_default_compatible,
    bfd_default_scan,
    bfd_default_scan,
 
    bfd_arch_default_fill,
    &bfd_am33_2_arch,
    &bfd_am33_2_arch,
  };
  };
 
 
const bfd_arch_info_type bfd_mn10300_arch =
const bfd_arch_info_type bfd_mn10300_arch =
  {
  {
Line 66... Line 68...
    "mn10300",
    "mn10300",
    2,
    2,
    TRUE, /* the one and only */
    TRUE, /* the one and only */
    bfd_default_compatible,
    bfd_default_compatible,
    bfd_default_scan,
    bfd_default_scan,
 
    bfd_arch_default_fill,
    &bfd_am33_arch,
    &bfd_am33_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.