Searched refs:OPTION_MMCU (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/gpl3/binutils/dist/gas/config/ |
| D | tc-avr.c | 561 #define OPTION_MMCU 'm' macro 576 { "mmcu", required_argument, NULL, OPTION_MMCU }, 706 md_parse_option (OPTION_MMCU, str); in avr_set_arch() 715 case OPTION_MMCU: in md_parse_option()
|
| D | tc-xgate.c | 50 #define OPTION_MMCU 'm' macro 207 case OPTION_MMCU: in md_parse_option()
|
| D | tc-msp430.c | 675 #define OPTION_MMCU 'm' macro 1397 case OPTION_MMCU: in md_parse_option() 1729 {"arch", msp430_set_arch, OPTION_MMCU}, 1751 {"mmcu", required_argument, NULL, OPTION_MMCU},
|
| /netbsd/src/external/gpl3/binutils/dist/gas/ |
| D | ChangeLog-0001 | 5815 (OPTION_MMCU): Define as 'm' and actually use. 5819 (avr_set_arch): Change 'm' to OPTION_MMCU.
|