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

Subversion Repositories open8_urisc

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

Show entire file | Details | Blame | View Log

Rev 14 Rev 166
Line 34... Line 34...
    "ia64-elf32",
    "ia64-elf32",
    3,  /* log2 of section alignment */
    3,  /* log2 of section alignment */
    TRUE, /* the one and only */
    TRUE, /* the one and only */
    bfd_default_compatible,
    bfd_default_compatible,
    bfd_default_scan ,
    bfd_default_scan ,
 
    bfd_arch_default_fill,
    0,
    0,
  };
  };
 
 
const bfd_arch_info_type bfd_ia64_arch =
const bfd_arch_info_type bfd_ia64_arch =
  {
  {
Line 50... Line 51...
    "ia64-elf64",
    "ia64-elf64",
    3,  /* log2 of section alignment */
    3,  /* log2 of section alignment */
    TRUE, /* the one and only */
    TRUE, /* the one and only */
    bfd_default_compatible,
    bfd_default_compatible,
    bfd_default_scan ,
    bfd_default_scan ,
 
    bfd_arch_default_fill,
    &bfd_ia64_elf32_arch,
    &bfd_ia64_elf32_arch,
  };
  };
 
 
#include "cpu-ia64-opc.c"
#include "cpu-ia64-opc.c"
 
 
 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.