This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch, avr, committed] Add new device support.


Eric Weddington wrote:

> The attached patch adds support for a number of new AVR devices,
> and also removes support for some devices (where the devices were
> never manufactured, or incorrect names). Patch committed.

Eric, please test even these mechanical changes before commit:


   { "attiny2313",           ARCH_AVR25, "__AVR_ATtiny2313__",
1, 0x0060, "tn2313" },
+  { "attiny2313a",          ARCH_AVR25, "__AVR_ATtiny2313A__"
1, 0x0060, "tn2313a" },
   { "attiny24",             ARCH_AVR25, "__AVR_ATtiny24__",
1, 0x0060, "tn24" },


Yes, its just a missing ","  but the gcc is so picky these days ..


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]