Searched refs:mmcu (Results 1 - 25 of 43) sorted by relevance

12

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Ddriver-avr.c37 Validate mcu name given with -mmcu option. Compose
40 or core name as supplied by -mmcu=*. When building GCC the path might be
46 const char *mmcu = NULL; local
75 mmcu = AVR_MMCU_DEFAULT;
79 mmcu = argv[1];
84 if (strcmp (mmcu, argv[i]) != 0)
86 error ("specified option %qs more than once", "-mmcu");
93 // Filter out silly -mmcu= arguments like "foo bar".
95 for (const char *s = mmcu; *s; s++)
101 mmcu, "
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/avr/
H A Ddriver-avr.cc37 Validate mcu name given with -mmcu option. Compose
40 or core name as supplied by -mmcu=*. When building GCC the path might be
46 const char *mmcu = NULL; local
75 mmcu = AVR_MMCU_DEFAULT;
79 mmcu = argv[1];
84 if (strcmp (mmcu, argv[i]) != 0)
86 error ("specified option %qs more than once", "-mmcu");
93 // Filter out silly -mmcu= arguments like "foo bar".
95 for (const char *s = mmcu; *s; s++)
101 mmcu, "
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/avr/
H A Davr-prop-1.d2 #as: -mmcu=avrxmega2 -mlink-relax
H A Dlink-relax-elf-flag-clear.d2 #as: -mno-link-relax -mmcu=avrxmega2
H A Dlink-relax-elf-flag-set.d2 #as: -mlink-relax -mmcu=avrxmega2
H A Dnoreloc_withoutrelax.d2 #as: -mmcu=avrxmega2 -mno-link-relax
H A Ddiffreloc_withrelax.d2 #as: -mmcu=avrxmega2 -mlink-relax
H A Dlarge-debug-line-table.d2 #as: -mlink-relax -mmcu=avrxmega2
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-avr/
H A Davr-prop-1.d2 #as: -mmcu=avrxmega2 -mlink-relax
H A Davr-prop-3.d2 #as: -mmcu=avrxmega2 -mlink-relax
H A Davr-prop-4.d2 #as: -mmcu=avrxmega2 -mlink-relax
H A Dpr21404-3.d2 #as: -mmcu=avrxmega2 -mlink-relax
H A Dpr21404-4.d2 #as: -mmcu=avrxmega2 -mlink-relax
H A Dpr21404-8.d2 #as: -mmcu=avrxmega2 -mlink-relax
H A Dregion_overflow.d2 #as: -mmcu=avrxmega2
H A Davr-prop-2.d2 #as: -mmcu=avrxmega2 -mlink-relax
H A Davr-prop-5.d2 #as: -mmcu=avrxmega2 -mlink-relax
H A Dnorelax_diff.d2 #as: -mmcu=avrxmega2
H A Dpr20789.d2 #as: -mmcu=avrxmega2 -mlink-relax
H A Dpr21404-1.d2 #as: -mmcu=avrxmega2 -mlink-relax
H A Dpr21404-2.d2 #as: -mmcu=avrxmega2 -mlink-relax
H A Dpr21404-5.d2 #as: -mmcu=avrxmega2 -mlink-relax
H A Dpr21404-6.d2 #as: -mmcu=avrxmega2 -mlink-relax
H A Dpr21404-7.d2 #as: -mmcu=avrxmega2 -mlink-relax
H A Drelax_diff.d2 #as: -mmcu=avrxmega2 -mlink-relax

Completed in 259 milliseconds

12