Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/bfd/elf32-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 684  static const char * config_names[] = Line 684  static const char * config_names[] =
684  {  {
685    "basic"    "basic"
686    /* start-mepcfgtool */    /* start-mepcfgtool */
687    ,"simple"    ,"default"
   ,"fmax"  
688    /* end-mepcfgtool */    /* end-mepcfgtool */
689  };  };
690    
# Line 732  elf32_mep_machine (bfd * abfd) Line 731  elf32_mep_machine (bfd * abfd)
731      case EF_MEP_CPU_C2: return bfd_mach_mep;      case EF_MEP_CPU_C2: return bfd_mach_mep;
732      case EF_MEP_CPU_C3: return bfd_mach_mep;      case EF_MEP_CPU_C3: return bfd_mach_mep;
733      case EF_MEP_CPU_C4: return bfd_mach_mep;      case EF_MEP_CPU_C4: return bfd_mach_mep;
734        case EF_MEP_CPU_C5: return bfd_mach_mep_c5;
735      case EF_MEP_CPU_H1: return bfd_mach_mep_h1;      case EF_MEP_CPU_H1: return bfd_mach_mep_h1;
736      }      }
737    

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