tc-avr.c | 338 static struct mcu_type_s default_mcu = {"avr2", AVR_ISA_AVR2, bfd_mach_avr2}; variable in typeref:struct:mcu_type_s 340 static struct mcu_type_s * avr_mcu = & default_mcu; 578 if (avr_mcu == &default_mcu || avr_mcu->mach == mcu_types[i].mach) [all...] |