Joerg Wunsch wrote: > As Georg-Johann Lay wrote: > >> Then avr-mcus.def adopted this bug from the manual for ATtiny4313 at least: >> >> AVR_MCU ("attiny4313", ARCH_AVR25, "__AVR_ATtiny4313__", 1 /* short_sp, >> should >> be 0 ? */, 0, 0x0060, "tn4313") > > Not unlikely. > > I just ordered one. Hopefully, it will be here by tomorrow, so I can > test it on a live device.
Jörg, do you have an easy way to review avr-mcus.def? http://gcc.gnu.org/viewcvs/trunk/gcc/config/avr/avr-mcus.def?content-type=text%2Fplain&view=co If you have XML hardware descriptions that are more accurate and much more easy to use than 1E2...1E3 PDFs that might be not too painful. The column in question is the column after the built-in define definition like "__AVR_AT90S2313__" i.e. the 4th column. Johann