Searched refs:mcu_types (Results 1 – 12 of 12) sorted by relevance
/openbsd-src/gnu/usr.bin/binutils/gas/config/ |
H A D | tc-avr.c | 62 static struct mcu_type_s mcu_types[] = variable 206 for (i = 0; mcu_types[i].name; i++) 208 int len = strlen (mcu_types[i].name); 213 fprintf (stream, " %s", mcu_types[i].name); 216 fprintf (stream, "\n %s", mcu_types[i].name); 323 for (i = 0; mcu_types[i].name; ++i) 324 if (strcmp (mcu_types[i].name, s) == 0) 327 if (!mcu_types[i].name) 336 if (avr_mcu == &default_mcu || avr_mcu->mach == mcu_types[i].mach) 337 avr_mcu = &mcu_types[i]; [all …]
|
H A D | tc-msp430.c | 91 static struct mcu_type_s mcu_types[] = variable 185 for (i = 0; mcu_types[i].name; i++) 186 fprintf (stream, _("\t %s\n"), mcu_types[i].name); 265 for (i = 0; mcu_types[i].name; ++i) 266 if (strcmp (mcu_types[i].name, arg) == 0) 269 if (!mcu_types[i].name) 275 if (msp430_mcu == &default_mcu || msp430_mcu->mach == mcu_types[i].mach) 276 msp430_mcu = &mcu_types[i]; 279 msp430_mcu->name, mcu_types[i].name);
|
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | tc-avr.c | 64 static struct mcu_type_s mcu_types[] = variable 248 for (i = 0; mcu_types[i].name; i++) in show_mcu_list() 250 int len = strlen (mcu_types[i].name); in show_mcu_list() 255 fprintf (stream, " %s", mcu_types[i].name); in show_mcu_list() 258 fprintf (stream, "\n %s", mcu_types[i].name); in show_mcu_list() 358 for (i = 0; mcu_types[i].name; ++i) in md_parse_option() 359 if (strcmp (mcu_types[i].name, s) == 0) in md_parse_option() 362 if (!mcu_types[i].name) in md_parse_option() 371 if (avr_mcu == &default_mcu || avr_mcu->mach == mcu_types[i].mach) in md_parse_option() 372 avr_mcu = &mcu_types[i]; in md_parse_option() [all …]
|
H A D | tc-msp430.c | 264 static struct mcu_type_s mcu_types[] = variable 728 for (i = 0; mcu_types[i].name; i++) in show_mcu_list() 729 fprintf (stream, _("\t %s\n"), mcu_types[i].name); in show_mcu_list() 742 for (i = 0; mcu_types[i].name; ++i) in md_parse_option() 743 if (strcmp (mcu_types[i].name, arg) == 0) in md_parse_option() 746 if (!mcu_types[i].name) in md_parse_option() 752 if (msp430_mcu == &default_mcu || msp430_mcu->mach == mcu_types[i].mach) in md_parse_option() 753 msp430_mcu = &mcu_types[i]; in md_parse_option() 756 msp430_mcu->name, mcu_types[i].name); in md_parse_option()
|
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/ |
H A D | ChangeLog | 121 * gas/config/tc-avr.c (mcu_types): Add support for attiny261,
|
H A D | ChangeLog-2004 | 9 * config/tc-avr.c (mcu_types): Move attiny{13,2313} from avr4 to avr2. 149 * gas/config/tc-avr.c (mcu_types): Add support for atmega165, 1298 (mcu_types): Sort MCU types.
|
H A D | ChangeLog-0001 | 429 * config/tc-avr.c (mcu_types): Update for new devices. 5888 * config/tc-avr.c (mcu_types): Rename avr4 to avr5, add avr4. 6732 (mcu_types): New MCU added. 6998 * config/tc-avr.c (mcu_types): Add missing initialiser.
|
H A D | ChangeLog-0203 | 2592 * config/tc-msp430.c (mcu_types): Add recently announced x1122 5368 * config/tc-avr.c (mcu_types): Update. 5864 * config/tc-avr.c (mcu_types): Update for new devices.
|
H A D | ChangeLog-2005 | 1372 (mcu_types): Add entries for msp430x21xx variants.
|
/openbsd-src/gnu/usr.bin/binutils/gas/ |
H A D | ChangeLog-0001 | 429 * config/tc-avr.c (mcu_types): Update for new devices. 5888 * config/tc-avr.c (mcu_types): Rename avr4 to avr5, add avr4. 6732 (mcu_types): New MCU added. 6998 * config/tc-avr.c (mcu_types): Add missing initialiser.
|
H A D | ChangeLog-0203 | 2592 * config/tc-msp430.c (mcu_types): Add recently announced x1122 5368 * config/tc-avr.c (mcu_types): Update. 5864 * config/tc-avr.c (mcu_types): Update for new devices.
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | ChangeLog.4 | 10120 (mcu_types, avr_override_options): Handle all known MCU types.
|