Develop and Download Open Source Software

Browse Subversion Repository

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

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

revision 20 by monamour, Thu Dec 4 05:12:56 2008 UTC revision 21 by monamour, Mon Jul 27 20:34:36 2009 UTC
# Line 24  Line 24 
24  #define MA(x, n, def, y) { 32, 32, 8, bfd_arch_mep, x, "mep", n, \  #define MA(x, n, def, y) { 32, 32, 8, bfd_arch_mep, x, "mep", n, \
25          2, def, bfd_default_compatible, bfd_default_scan, y }          2, def, bfd_default_compatible, bfd_default_scan, y }
26    
27  static const bfd_arch_info_type bfd_h1_arch = MA (bfd_mach_mep_h1, "h1", FALSE, NULL);  static const bfd_arch_info_type bfd_c5_arch = MA (bfd_mach_mep_c5, "c5", FALSE, NULL);
28    static const bfd_arch_info_type bfd_h1_arch = MA (bfd_mach_mep_h1, "h1", FALSE, & bfd_c5_arch);
29  const bfd_arch_info_type bfd_mep_arch = MA (bfd_mach_mep, "mep", TRUE, & bfd_h1_arch);  const bfd_arch_info_type bfd_mep_arch = MA (bfd_mach_mep, "mep", TRUE, & bfd_h1_arch);

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