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

Subversion Repositories open8_urisc

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

Show entire file | Details | Blame | View Log

Rev 14 Rev 166
Line 67... Line 67...
  return a;
  return a;
}
}
 
 
#define N(NUMBER, PRINT, NEXT)  \
#define N(NUMBER, PRINT, NEXT)  \
 { 32, 32, 8, bfd_arch_cris, NUMBER, "cris", PRINT, 1, FALSE, \
 { 32, 32, 8, bfd_arch_cris, NUMBER, "cris", PRINT, 1, FALSE, \
   get_compatible, bfd_default_scan, NEXT }
   get_compatible, bfd_default_scan, bfd_arch_default_fill, NEXT }
 
 
static const bfd_arch_info_type bfd_cris_arch_compat_v10_v32 =
static const bfd_arch_info_type bfd_cris_arch_compat_v10_v32 =
 N (bfd_mach_cris_v10_v32, "cris:common_v10_v32", NULL);
 N (bfd_mach_cris_v10_v32, "cris:common_v10_v32", NULL);
 
 
static const bfd_arch_info_type bfd_cris_arch_v32 =
static const bfd_arch_info_type bfd_cris_arch_v32 =
Line 96... Line 96...
  get_compatible,               /* A function for testing
  get_compatible,               /* A function for testing
                                   "machine" compatibility of two
                                   "machine" compatibility of two
                                   bfd_arch_info_type.  */
                                   bfd_arch_info_type.  */
  bfd_default_scan,             /* Check if a bfd_arch_info_type is a
  bfd_default_scan,             /* Check if a bfd_arch_info_type is a
                                   match.  */
                                   match.  */
 
  bfd_arch_default_fill,        /* Default fill.  */
  &bfd_cris_arch_v32            /* Pointer to next bfd_arch_info_type in
  &bfd_cris_arch_v32            /* Pointer to next bfd_arch_info_type in
                                   the same family.  */
                                   the same family.  */
};
};
 
 
/*
/*

powered by: WebSVN 2.1.0

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