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

Subversion Repositories open8_urisc

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

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 14 Rev 166
Line 62... Line 62...
    "tms320c3x",                /* Printable name.  */
    "tms320c3x",                /* Printable name.  */
    0,                           /* Alignment power.  */
    0,                           /* Alignment power.  */
    FALSE,                      /* Not the default architecture.  */
    FALSE,                      /* Not the default architecture.  */
    bfd_default_compatible,
    bfd_default_compatible,
    tic4x_scan,
    tic4x_scan,
 
    bfd_arch_default_fill,
    0
    0
  };
  };
 
 
const bfd_arch_info_type bfd_tic4x_arch =
const bfd_arch_info_type bfd_tic4x_arch =
  {
  {
Line 78... Line 79...
    "tms320c4x",                /* Printable name.  */
    "tms320c4x",                /* Printable name.  */
    0,                           /* Alignment power.  */
    0,                           /* Alignment power.  */
    TRUE,                       /* The default architecture.  */
    TRUE,                       /* The default architecture.  */
    bfd_default_compatible,
    bfd_default_compatible,
    tic4x_scan,
    tic4x_scan,
 
    bfd_arch_default_fill,
    &bfd_tic3x_arch,
    &bfd_tic3x_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.