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

Subversion Repositories open8_urisc

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

Show entire file | Details | Blame | View Log

Rev 14 Rev 166
Line 63... Line 63...
    "rs6000:rs1",
    "rs6000:rs1",
    3,
    3,
    FALSE, /* not the default */
    FALSE, /* not the default */
    rs6000_compatible,
    rs6000_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 77... Line 78...
    "rs6000:rsc",
    "rs6000:rsc",
    3,
    3,
    FALSE, /* not the default */
    FALSE, /* not the default */
    rs6000_compatible,
    rs6000_compatible,
    bfd_default_scan,
    bfd_default_scan,
 
    bfd_arch_default_fill,
    &arch_info_struct[2]
    &arch_info_struct[2]
  },
  },
  {
  {
    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 91... Line 93...
    "rs6000:rs2",
    "rs6000:rs2",
    3,
    3,
    FALSE, /* not the default */
    FALSE, /* not the default */
    rs6000_compatible,
    rs6000_compatible,
    bfd_default_scan,
    bfd_default_scan,
 
    bfd_arch_default_fill,
    0
    0
  }
  }
};
};
 
 
const bfd_arch_info_type bfd_rs6000_arch =
const bfd_arch_info_type bfd_rs6000_arch =
Line 108... Line 111...
    "rs6000:6000",
    "rs6000:6000",
    3,
    3,
    TRUE, /* the default */
    TRUE, /* the default */
    rs6000_compatible,
    rs6000_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.