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

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [bfd/] [cpu-mt.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...
  "ms1-003",                    /* Printable name.  */
  "ms1-003",                    /* Printable name.  */
  1,                            /* Section align power.  */
  1,                            /* Section align power.  */
  FALSE,                        /* The default ?  */
  FALSE,                        /* The default ?  */
  bfd_default_compatible,       /* Architecture comparison fn.  */
  bfd_default_compatible,       /* Architecture comparison fn.  */
  bfd_default_scan,             /* String to architecture convert fn.  */
  bfd_default_scan,             /* String to architecture convert fn.  */
 
  bfd_arch_default_fill,        /* Default fill.  */
  &arch_info_struct[1]          /* Next in list.  */
  &arch_info_struct[1]          /* Next in list.  */
},
},
{
{
  32,                           /* Bits per word - not really true.  */
  32,                           /* Bits per word - not really true.  */
  32,                           /* Bits per address.  */
  32,                           /* Bits per address.  */
Line 48... Line 49...
  "ms2",                        /* Printable name.  */
  "ms2",                        /* Printable name.  */
  1,                            /* Section align power.  */
  1,                            /* Section align power.  */
  FALSE,                        /* The default ?  */
  FALSE,                        /* The default ?  */
  bfd_default_compatible,       /* Architecture comparison fn.  */
  bfd_default_compatible,       /* Architecture comparison fn.  */
  bfd_default_scan,             /* String to architecture convert fn.  */
  bfd_default_scan,             /* String to architecture convert fn.  */
 
  bfd_arch_default_fill,        /* Default fill.  */
  NULL                          /* Next in list.  */
  NULL                          /* Next in list.  */
},
},
};
};
 
 
const bfd_arch_info_type bfd_mt_arch =
const bfd_arch_info_type bfd_mt_arch =
Line 65... Line 67...
  "ms1",                        /* Printable name.  */
  "ms1",                        /* Printable name.  */
  1,                            /* Section align power.  */
  1,                            /* Section align power.  */
  TRUE,                         /* The default ?  */
  TRUE,                         /* The default ?  */
  bfd_default_compatible,       /* Architecture comparison fn.  */
  bfd_default_compatible,       /* Architecture comparison fn.  */
  bfd_default_scan,             /* String to architecture convert fn.  */
  bfd_default_scan,             /* String to architecture convert fn.  */
 
  bfd_arch_default_fill,        /* Default fill.  */
  &arch_info_struct[0]           /* Next in list.  */
  &arch_info_struct[0]           /* Next in list.  */
};
};
 
 
 
 
 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.