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

Diff of /gcl/binutils/bfd/cpu-alpha.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.2 by camm, Fri Sep 9 23:32:08 2005 UTC
# Line 1  Line 1 
1  /* BFD support for the Alpha architecture.  /* BFD support for the Alpha architecture.
2     Copyright 1992, 1993, 1998, 2000 Free Software Foundation, Inc.     Copyright 1992, 1993, 1998, 2000, 2002, 2003
3       Free Software Foundation, Inc.
4    
5  This file is part of BFD, the Binary File Descriptor library.  This file is part of BFD, the Binary File Descriptor library.
6    
# Line 39  Foundation, Inc., 59 Temple Place - Suit Line 40  Foundation, Inc., 59 Temple Place - Suit
40    
41  #define NN(index) (&arch_info_struct[index])  #define NN(index) (&arch_info_struct[index])
42    
43  /* These exist only so that we can resonably disassemble PALcode.  */  /* These exist only so that we can reasonably disassemble PALcode.  */
44  static const bfd_arch_info_type arch_info_struct[] =  static const bfd_arch_info_type arch_info_struct[] =
45  {  {
46    N (64, 64, bfd_mach_alpha_ev4, "alpha:ev4", false, NN(1)),    N (64, 64, bfd_mach_alpha_ev4, "alpha:ev4", FALSE, NN(1)),
47    N (64, 64, bfd_mach_alpha_ev5, "alpha:ev5", false, NN(2)),    N (64, 64, bfd_mach_alpha_ev5, "alpha:ev5", FALSE, NN(2)),
48    N (64, 64, bfd_mach_alpha_ev6, "alpha:ev6", false, 0),    N (64, 64, bfd_mach_alpha_ev6, "alpha:ev6", FALSE, 0),
49  };  };
50    
51  const bfd_arch_info_type bfd_alpha_arch =  const bfd_arch_info_type bfd_alpha_arch =
52    N (64, 64, 0, "alpha", true, NN(0));    N (64, 64, 0, "alpha", TRUE, NN(0));

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

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