Add support for AVR6 family
[deliverable/binutils-gdb.git] / bfd / cpu-avr.c
index 4c8c193f6169285b5eb9c1005fd1a81c5f2e3f4e..c83017a985b4656c5e05d2be8e8c873e637f254b 100644 (file)
@@ -82,7 +82,10 @@ static const bfd_arch_info_type arch_info_struct[] =
   N (16, bfd_mach_avr4, "avr:4", FALSE, & arch_info_struct[4]),
 
   /* ATmega161, ATmega163, ATmega32, AT94K.  */
-  N (22, bfd_mach_avr5, "avr:5", FALSE, NULL)
+  N (22, bfd_mach_avr5, "avr:5", FALSE, & arch_info_struct[5]),
+
+  /* ATmega256x.  */
+  N (22, bfd_mach_avr6, "avr:6", FALSE, NULL)
 };
 
 const bfd_arch_info_type bfd_avr_arch =
This page took 0.023722 seconds and 4 git commands to generate.