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

Subversion Repositories open8_urisc

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

Show entire file | Details | Blame | View Log

Rev 148 Rev 166
Line 20... Line 20...
 
 
#include "bfd.h"
#include "bfd.h"
#include "sysdep.h"
#include "sysdep.h"
#include "libbfd.h"
#include "libbfd.h"
 
 
 
const bfd_arch_info_type bfd_tilegx32_arch =
 
  {
 
    32, /* 32 bits in a word */
 
    32, /* 32 bits in an address */
 
    8,  /* 8 bits in a byte */
 
    bfd_arch_tilegx,
 
    bfd_mach_tilegx32,
 
    "tilegx32",
 
    "tilegx32",
 
    3,
 
    FALSE,
 
    bfd_default_compatible,
 
    bfd_default_scan,
 
    bfd_arch_default_fill,
 
    0,
 
  };
 
 
const bfd_arch_info_type bfd_tilegx_arch =
const bfd_arch_info_type bfd_tilegx_arch =
  {
  {
    64, /* 64 bits in a word */
    64, /* 64 bits in a word */
    64, /* 64 bits in an address */
    64, /* 64 bits in an address */
    8,  /* 8 bits in a byte */
    8,  /* 8 bits in a byte */
Line 33... Line 50...
    "tilegx",
    "tilegx",
    3,
    3,
    TRUE,
    TRUE,
    bfd_default_compatible,
    bfd_default_compatible,
    bfd_default_scan,
    bfd_default_scan,
    0,
    bfd_arch_default_fill,
 
    &bfd_tilegx32_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.