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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gdb-6.8/] [bfd/] [cpu-powerpc.c] - Diff between revs 157 and 225

Show entire file | Details | Blame | View Log

Rev 157 Rev 225
Line 1... Line 1...
/* BFD PowerPC CPU definition
/* BFD PowerPC CPU definition
   Copyright 1994, 1995, 1996, 2000, 2001, 2002, 2003, 2007
   Copyright 1994, 1995, 1996, 2000, 2001, 2002, 2003, 2005, 2007, 2008
   Free Software Foundation, Inc.
   Free Software Foundation, Inc.
   Contributed by Ian Lance Taylor, Cygnus Support.
   Contributed by Ian Lance Taylor, Cygnus Support.
 
 
   This file is part of BFD, the Binary File Descriptor library.
   This file is part of BFD, the Binary File Descriptor library.
 
 
Line 287... Line 287...
  {
  {
    32,       /* 32 bits in a word */
    32,       /* 32 bits in a word */
    32,       /* 32 bits in an address */
    32,       /* 32 bits in an address */
    8,        /* 8 bits in a byte */
    8,        /* 8 bits in a byte */
    bfd_arch_powerpc,
    bfd_arch_powerpc,
 
    bfd_mach_ppc_e500mc,
 
    "powerpc",
 
    "powerpc:e500mc",
 
    3,
 
    FALSE, /* not the default */
 
    powerpc_compatible,
 
    bfd_default_scan,
 
    &bfd_powerpc_archs[15]
 
  },
 
  {
 
    32,       /* 32 bits in a word */
 
    32,       /* 32 bits in an address */
 
    8,        /* 8 bits in a byte */
 
    bfd_arch_powerpc,
    bfd_mach_ppc_860,
    bfd_mach_ppc_860,
    "powerpc",
    "powerpc",
    "powerpc:MPC8XX",
    "powerpc:MPC8XX",
    3,
    3,
    FALSE, /* not the default */
    FALSE, /* not the default */
    powerpc_compatible,
    powerpc_compatible,
    bfd_default_scan,
    bfd_default_scan,
    &bfd_powerpc_archs[15]
    &bfd_powerpc_archs[16]
  },
  },
  {
  {
    32, /* 32 bits in a word */
    32, /* 32 bits in a word */
    32, /* 32 bits in an address */
    32, /* 32 bits in an address */
    8,  /* 8 bits in a byte */
    8,  /* 8 bits in a byte */

powered by: WebSVN 2.1.0

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