Re: [PATCH] avr: add support for tinyAVR 2 family

2022-05-28 Thread Jeff Law via Gcc-patches
On 4/26/2022 8:59 AM, Torsten Duwe via Gcc-patches wrote: Signed-off-by: Torsten Duwe --- gcc/ChangeLog: 2022-04-26 Torsten Duwe * config/avr/avr-mcus.def (AVR_MCU): add definitions for attiny{4,8,16,32}2{4,6,7}; 4k and 8k flash types use RCALL. Are these independent of

RE: [PATCH] avr: add support for tinyAVR 2 family

2022-04-26 Thread Joel Holdsworth via Gcc-patches
> From: Gcc-patches bounces+jholdsworth=nvidia@gcc.gnu.org> On Behalf Of Torsten Duwe > via Gcc-patches > Sent: Tuesday, April 26, 2022 4:00 PM > To: gcc-patches@gcc.gnu.org > Subject: [PATCH] avr: add support for tinyAVR 2 family Note, I also submitted a patch to add supp

[PATCH] avr: add support for tinyAVR 2 family

2022-04-26 Thread Torsten Duwe via Gcc-patches
Signed-off-by: Torsten Duwe --- gcc/ChangeLog: 2022-04-26 Torsten Duwe * config/avr/avr-mcus.def (AVR_MCU): add definitions for attiny{4,8,16,32}2{4,6,7}; 4k and 8k flash types use RCALL. --- a/gcc/config/avr/avr-mcus.def +++ b/gcc/config/avr/avr-mcus.def @@ -333,6 +333,20