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

Subversion Repositories open8_urisc

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

Show entire file | Details | Blame | View Log

Rev 14 Rev 166
Line 21... Line 21...
 
 
#include "sysdep.h"
#include "sysdep.h"
#include "bfd.h"
#include "bfd.h"
#include "libbfd.h"
#include "libbfd.h"
 
 
 
extern void * bfd_arch_i386_short_nop_fill (bfd_size_type, bfd_boolean,
 
                                            bfd_boolean);
 
 
static const bfd_arch_info_type bfd_l1om_arch_intel_syntax =
static const bfd_arch_info_type bfd_l1om_arch_intel_syntax =
{
{
  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 34... Line 37...
  "l1om:intel",
  "l1om:intel",
  3,
  3,
  TRUE,
  TRUE,
  bfd_default_compatible,
  bfd_default_compatible,
  bfd_default_scan,
  bfd_default_scan,
 
  bfd_arch_i386_short_nop_fill,
  0
  0
};
};
 
 
const bfd_arch_info_type bfd_l1om_arch =
const bfd_arch_info_type bfd_l1om_arch =
{
{
Line 50... Line 54...
  "l1om",
  "l1om",
  3,
  3,
  TRUE,
  TRUE,
  bfd_default_compatible,
  bfd_default_compatible,
  bfd_default_scan,
  bfd_default_scan,
 
  bfd_arch_i386_short_nop_fill,
  &bfd_l1om_arch_intel_syntax
  &bfd_l1om_arch_intel_syntax
};
};
 
 
 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.