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

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [bfd/] [cpu-hppa.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...
  "hppa1.0",
  "hppa1.0",
  3,
  3,
  TRUE,                         /* Unless we use 1.1 specific features */
  TRUE,                         /* Unless we use 1.1 specific features */
  bfd_default_compatible,
  bfd_default_compatible,
  bfd_default_scan ,
  bfd_default_scan ,
 
  bfd_arch_default_fill,
  0,
  0,
};
};
 
 
/* PA2.0 in narrow mode */
/* PA2.0 in narrow mode */
static const bfd_arch_info_type bfd_hppa20_arch =
static const bfd_arch_info_type bfd_hppa20_arch =
Line 51... Line 52...
  "hppa2.0",
  "hppa2.0",
  3,
  3,
  FALSE,                        /* Unless we use 1.1 specific features */
  FALSE,                        /* Unless we use 1.1 specific features */
  bfd_default_compatible,
  bfd_default_compatible,
  bfd_default_scan ,
  bfd_default_scan ,
 
  bfd_arch_default_fill,
  &bfd_hppa10_arch,
  &bfd_hppa10_arch,
};
};
 
 
/* PA2.0 in wide mode */
/* PA2.0 in wide mode */
static const bfd_arch_info_type bfd_hppa20w_arch =
static const bfd_arch_info_type bfd_hppa20w_arch =
Line 68... Line 70...
  "hppa2.0w",
  "hppa2.0w",
  3,
  3,
  FALSE,                        /* Unless we use 1.1 specific features */
  FALSE,                        /* Unless we use 1.1 specific features */
  bfd_default_compatible,
  bfd_default_compatible,
  bfd_default_scan ,
  bfd_default_scan ,
 
  bfd_arch_default_fill,
  &bfd_hppa20_arch,
  &bfd_hppa20_arch,
};
};
 
 
const bfd_arch_info_type bfd_hppa_arch =
const bfd_arch_info_type bfd_hppa_arch =
{
{
Line 84... Line 87...
  "hppa1.1",
  "hppa1.1",
  3,
  3,
  FALSE,                        /* 1.1 specific features used */
  FALSE,                        /* 1.1 specific features used */
  bfd_default_compatible,
  bfd_default_compatible,
  bfd_default_scan ,
  bfd_default_scan ,
 
  bfd_arch_default_fill,
  &bfd_hppa20w_arch,
  &bfd_hppa20w_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.