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

Subversion Repositories open8_urisc

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

Show entire file | Details | Blame | View Log

Rev 14 Rev 166
Line 38... Line 38...
    "i370:360",
    "i370:360",
    3,
    3,
    FALSE,      /* Not the default.  */
    FALSE,      /* Not the default.  */
    bfd_default_compatible,
    bfd_default_compatible,
    bfd_default_scan,
    bfd_default_scan,
 
    bfd_arch_default_fill,
    &arch_info_struct[1]
    &arch_info_struct[1]
  },
  },
  {
  {
    32,         /* 32 bits in a word.  */
    32,         /* 32 bits in a word.  */
    32,         /* 32 bits in an address.  */
    32,         /* 32 bits in an address.  */
Line 52... Line 53...
    "i370:370",
    "i370:370",
    3,
    3,
    FALSE,      /* Not the default.  */
    FALSE,      /* Not the default.  */
    bfd_default_compatible,
    bfd_default_compatible,
    bfd_default_scan,
    bfd_default_scan,
 
    bfd_arch_default_fill,
    0
    0
  },
  },
};
};
 
 
const bfd_arch_info_type bfd_i370_arch =
const bfd_arch_info_type bfd_i370_arch =
Line 69... Line 71...
  "i370:common",
  "i370:common",
  3,
  3,
  TRUE,         /* The default.  */
  TRUE,         /* The default.  */
  bfd_default_compatible,
  bfd_default_compatible,
  bfd_default_scan,
  bfd_default_scan,
 
  bfd_arch_default_fill,
  & arch_info_struct[0]
  & arch_info_struct[0]
};
};
 
 
 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.