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

Subversion Repositories open8_urisc

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

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

Rev 14 Rev 166
Line 34... Line 34...
    "s390:64-bit",
    "s390:64-bit",
    3, /* section alignment power */
    3, /* section alignment power */
    TRUE, /* the default */
    TRUE, /* the default */
    bfd_default_compatible,
    bfd_default_compatible,
    bfd_default_scan,
    bfd_default_scan,
 
    bfd_arch_default_fill,
    NULL
    NULL
};
};
 
 
const bfd_arch_info_type bfd_s390_arch =
const bfd_arch_info_type bfd_s390_arch =
{
{
Line 50... Line 51...
    "s390:31-bit",
    "s390:31-bit",
    3, /* section alignment power */
    3, /* section alignment power */
    TRUE, /* the default */
    TRUE, /* the default */
    bfd_default_compatible,
    bfd_default_compatible,
    bfd_default_scan,
    bfd_default_scan,
 
    bfd_arch_default_fill,
    &bfd_s390_64_arch
    &bfd_s390_64_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.