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

Subversion Repositories open8_urisc

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

Show entire file | Details | Blame | View Log

Rev 14 Rev 166
Line 125... Line 125...
  "h8300sxn",                   /* printable name */
  "h8300sxn",                   /* printable name */
  1,
  1,
  FALSE,                        /* the default machine */
  FALSE,                        /* the default machine */
  compatible,
  compatible,
  h8300_scan,
  h8300_scan,
 
  bfd_arch_default_fill,
  0
  0
};
};
 
 
static const bfd_arch_info_type h8300sx_info_struct =
static const bfd_arch_info_type h8300sx_info_struct =
{
{
Line 141... Line 142...
  "h8300sx",                    /* printable name */
  "h8300sx",                    /* printable name */
  1,
  1,
  FALSE,                        /* the default machine */
  FALSE,                        /* the default machine */
  compatible,
  compatible,
  h8300_scan,
  h8300_scan,
 
  bfd_arch_default_fill,
  &h8300sxn_info_struct
  &h8300sxn_info_struct
};
};
 
 
static const bfd_arch_info_type h8300sn_info_struct =
static const bfd_arch_info_type h8300sn_info_struct =
{
{
Line 157... Line 159...
  "h8300sn",                    /* Printable name.  */
  "h8300sn",                    /* Printable name.  */
  1,
  1,
  FALSE,                        /* The default machine.  */
  FALSE,                        /* The default machine.  */
  compatible,
  compatible,
  h8300_scan,
  h8300_scan,
 
  bfd_arch_default_fill,
  &h8300sx_info_struct
  &h8300sx_info_struct
};
};
 
 
static const bfd_arch_info_type h8300hn_info_struct =
static const bfd_arch_info_type h8300hn_info_struct =
{
{
Line 173... Line 176...
  "h8300hn",                    /* Printable name.  */
  "h8300hn",                    /* Printable name.  */
  1,
  1,
  FALSE,                        /* The default machine.  */
  FALSE,                        /* The default machine.  */
  compatible,
  compatible,
  h8300_scan,
  h8300_scan,
 
  bfd_arch_default_fill,
  &h8300sn_info_struct
  &h8300sn_info_struct
};
};
 
 
static const bfd_arch_info_type h8300s_info_struct =
static const bfd_arch_info_type h8300s_info_struct =
{
{
Line 189... Line 193...
  "h8300s",                     /* Printable name.  */
  "h8300s",                     /* Printable name.  */
  1,
  1,
  FALSE,                        /* The default machine.  */
  FALSE,                        /* The default machine.  */
  compatible,
  compatible,
  h8300_scan,
  h8300_scan,
 
  bfd_arch_default_fill,
  & h8300hn_info_struct
  & h8300hn_info_struct
};
};
 
 
static const bfd_arch_info_type h8300h_info_struct =
static const bfd_arch_info_type h8300h_info_struct =
{
{
Line 205... Line 210...
  "h8300h",                     /* Printable name.  */
  "h8300h",                     /* Printable name.  */
  1,
  1,
  FALSE,                        /* The default machine.  */
  FALSE,                        /* The default machine.  */
  compatible,
  compatible,
  h8300_scan,
  h8300_scan,
 
  bfd_arch_default_fill,
  &h8300s_info_struct
  &h8300s_info_struct
};
};
 
 
const bfd_arch_info_type bfd_h8300_arch =
const bfd_arch_info_type bfd_h8300_arch =
{
{
Line 221... Line 227...
  "h8300",                      /* Printable name.  */
  "h8300",                      /* Printable name.  */
  1,
  1,
  TRUE,                         /* The default machine.  */
  TRUE,                         /* The default machine.  */
  compatible,
  compatible,
  h8300_scan,
  h8300_scan,
 
  bfd_arch_default_fill,
  &h8300h_info_struct
  &h8300h_info_struct
};
};
 
 
/* Pad the given address to 32 bits, converting 16-bit and 24-bit
/* Pad the given address to 32 bits, converting 16-bit and 24-bit
   addresses into the values they would have had on a h8s target.  */
   addresses into the values they would have had on a h8s target.  */

powered by: WebSVN 2.1.0

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