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

Subversion Repositories open8_urisc

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

Show entire file | Details | Blame | View Log

Rev 14 Rev 166
Line 35... Line 35...
    "sparc:sparclet",
    "sparc:sparclet",
    3,
    3,
    FALSE,
    FALSE,
    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, /* bits in a word */
    32, /* bits in a word */
    32, /* bits in an address */
    32, /* bits in an address */
Line 49... Line 50...
    "sparc:sparclite",
    "sparc:sparclite",
    3,
    3,
    FALSE,
    FALSE,
    bfd_default_compatible,
    bfd_default_compatible,
    bfd_default_scan,
    bfd_default_scan,
 
    bfd_arch_default_fill,
    &arch_info_struct[2],
    &arch_info_struct[2],
  },
  },
  {
  {
    32, /* bits in a word */
    32, /* bits in a word */
    32, /* bits in an address */
    32, /* bits in an address */
Line 63... Line 65...
    "sparc:v8plus",
    "sparc:v8plus",
    3,
    3,
    FALSE,
    FALSE,
    bfd_default_compatible,
    bfd_default_compatible,
    bfd_default_scan,
    bfd_default_scan,
 
    bfd_arch_default_fill,
    &arch_info_struct[3],
    &arch_info_struct[3],
  },
  },
  {
  {
    32, /* bits in a word */
    32, /* bits in a word */
    32, /* bits in an address */
    32, /* bits in an address */
Line 77... Line 80...
    "sparc:v8plusa",
    "sparc:v8plusa",
    3,
    3,
    FALSE,
    FALSE,
    bfd_default_compatible,
    bfd_default_compatible,
    bfd_default_scan,
    bfd_default_scan,
 
    bfd_arch_default_fill,
    &arch_info_struct[4],
    &arch_info_struct[4],
  },
  },
  {
  {
    32, /* bits in a word */
    32, /* bits in a word */
    32, /* bits in an address */
    32, /* bits in an address */
Line 91... Line 95...
    "sparc:sparclite_le",
    "sparc:sparclite_le",
    3,
    3,
    FALSE,
    FALSE,
    bfd_default_compatible,
    bfd_default_compatible,
    bfd_default_scan,
    bfd_default_scan,
 
    bfd_arch_default_fill,
    &arch_info_struct[5],
    &arch_info_struct[5],
  },
  },
  {
  {
    64, /* bits in a word */
    64, /* bits in a word */
    64, /* bits in an address */
    64, /* bits in an address */
Line 105... Line 110...
    "sparc:v9",
    "sparc:v9",
    3,
    3,
    FALSE,
    FALSE,
    bfd_default_compatible,
    bfd_default_compatible,
    bfd_default_scan,
    bfd_default_scan,
 
    bfd_arch_default_fill,
    &arch_info_struct[6],
    &arch_info_struct[6],
  },
  },
  {
  {
    64, /* bits in a word */
    64, /* bits in a word */
    64, /* bits in an address */
    64, /* bits in an address */
Line 119... Line 125...
    "sparc:v9a",
    "sparc:v9a",
    3,
    3,
    FALSE,
    FALSE,
    bfd_default_compatible,
    bfd_default_compatible,
    bfd_default_scan,
    bfd_default_scan,
 
    bfd_arch_default_fill,
    &arch_info_struct[7],
    &arch_info_struct[7],
  },
  },
  {
  {
    32, /* bits in a word */
    32, /* bits in a word */
    32, /* bits in an address */
    32, /* bits in an address */
Line 133... Line 140...
    "sparc:v8plusb",
    "sparc:v8plusb",
    3,
    3,
    FALSE,
    FALSE,
    bfd_default_compatible,
    bfd_default_compatible,
    bfd_default_scan,
    bfd_default_scan,
 
    bfd_arch_default_fill,
    &arch_info_struct[8],
    &arch_info_struct[8],
  },
  },
  {
  {
    64, /* bits in a word */
    64, /* bits in a word */
    64, /* bits in an address */
    64, /* bits in an address */
Line 147... Line 155...
    "sparc:v9b",
    "sparc:v9b",
    3,
    3,
    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_sparc_arch =
const bfd_arch_info_type bfd_sparc_arch =
Line 164... Line 173...
    "sparc",
    "sparc",
    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.