Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/bfd/cpu-mips.c

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

revision 20 by monabuilder, Sun Dec 7 02:23:44 2008 UTC revision 21 by monamour, Mon Jul 27 20:34:36 2009 UTC
# Line 91  enum Line 91  enum
91    I_sb1,    I_sb1,
92    I_loongson_2e,    I_loongson_2e,
93    I_loongson_2f,    I_loongson_2f,
94    I_mipsocteon    I_mipsocteon,
95      I_xlr
96  };  };
97    
98  #define NN(index) (&arch_info_struct[(index) + 1])  #define NN(index) (&arch_info_struct[(index) + 1])
# Line 129  static const bfd_arch_info_type arch_inf Line 130  static const bfd_arch_info_type arch_inf
130    N (64, 64, bfd_mach_mips_sb1, "mips:sb1",       FALSE, NN(I_sb1)),    N (64, 64, bfd_mach_mips_sb1, "mips:sb1",       FALSE, NN(I_sb1)),
131    N (64, 64, bfd_mach_mips_loongson_2e, "mips:loongson_2e",       FALSE, NN(I_loongson_2e)),    N (64, 64, bfd_mach_mips_loongson_2e, "mips:loongson_2e",       FALSE, NN(I_loongson_2e)),
132    N (64, 64, bfd_mach_mips_loongson_2f, "mips:loongson_2f",       FALSE, NN(I_loongson_2f)),    N (64, 64, bfd_mach_mips_loongson_2f, "mips:loongson_2f",       FALSE, NN(I_loongson_2f)),
133    N (64, 64, bfd_mach_mips_octeon, "mips:octeon", FALSE, 0)    N (64, 64, bfd_mach_mips_octeon,"mips:octeon",  FALSE, NN(I_mipsocteon)),
134      N (64, 64, bfd_mach_mips_xlr, "mips:xlr",       FALSE, 0)
135  };  };
136    
137  /* The default architecture is mips:3000, but with a machine number of  /* The default architecture is mips:3000, but with a machine number of

Legend:
Removed from v.20  
changed lines
  Added in v.21

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26