/[gcl]/gcl/binutils/bfd/cpu-arc.c
ViewVC logotype

Diff of /gcl/binutils/bfd/cpu-arc.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by camm, Fri Aug 9 05:35:01 2002 UTC revision 1.1.1.1.20.1 by camm, Fri Sep 30 02:08:56 2005 UTC
# Line 1  Line 1 
1  /* BFD support for the ARC processor  /* BFD support for the ARC processor
2     Copyright 1994, 1995, 1997, 2001 Free Software Foundation, Inc.     Copyright 1994, 1995, 1997, 2001, 2002 Free Software Foundation, Inc.
3     Contributed by Doug Evans (dje@cygnus.com).     Contributed by Doug Evans (dje@cygnus.com).
4    
5  This file is part of BFD, the Binary File Descriptor library.  This file is part of BFD, the Binary File Descriptor library.
# Line 40  Foundation, Inc., 59 Temple Place - Suit Line 40  Foundation, Inc., 59 Temple Place - Suit
40    
41  static const bfd_arch_info_type arch_info_struct[] =  static const bfd_arch_info_type arch_info_struct[] =
42  {  {
43    ARC ( bfd_mach_arc_5, "arc5", false, &arch_info_struct[1] ),    ARC ( bfd_mach_arc_5, "arc5", FALSE, &arch_info_struct[1] ),
44    ARC ( bfd_mach_arc_5, "base", false, &arch_info_struct[2] ),    ARC ( bfd_mach_arc_5, "base", FALSE, &arch_info_struct[2] ),
45    ARC ( bfd_mach_arc_6, "arc6", false, &arch_info_struct[3] ),    ARC ( bfd_mach_arc_6, "arc6", FALSE, &arch_info_struct[3] ),
46    ARC ( bfd_mach_arc_7, "arc7", false, &arch_info_struct[4] ),    ARC ( bfd_mach_arc_7, "arc7", FALSE, &arch_info_struct[4] ),
47    ARC ( bfd_mach_arc_8, "arc8", false, NULL ),    ARC ( bfd_mach_arc_8, "arc8", FALSE, NULL ),
48  };  };
49    
50  const bfd_arch_info_type bfd_arc_arch =  const bfd_arch_info_type bfd_arc_arch =
51    ARC ( bfd_mach_arc_6, "arc", true, &arch_info_struct[0] );    ARC ( bfd_mach_arc_6, "arc", TRUE, &arch_info_struct[0] );
52    
53  /* Utility routines.  */  /* Utility routines.  */
54    

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.1.20.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26