I've been doing some work with the newer 6 pin attiny avrs and found myself adding support for them to AVRA. Everything seems to be working but it's important to note that I had to change the definition of the ATtiny10 to the newer chip. There was another ATtiny10 in the past but it seems Atmel discontinued it and reused the name. I'm not sure how to address that so this patch just replaces the old one with what Atmel is currently calling the ATtiny10.
I have a diff I tried to upload but it keeps failing when I try to add it now...
If it's of any use I put my diff on pastie.org:
http://pastie.org/3648380
Not sure what I was thinking on that last patch file as it wasn't even a complete patch... This is the patch I'm actually using.
http://pastie.org/3670049
Seems SourceForge is letting me upload files now too so I've attached the patch.