* config/tc-avr.c: Remove atxmega16x1.

This commit is contained in:
Denis Chertykov 2014-03-01 13:12:49 +04:00
parent 9cf953733a
commit 83046454b5
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2014-03-01 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
* config/tc-avr.c: Remove atxmega16x1.
2014-02-28 Alan Modra <amodra@gmail.com>
* dwarf2dbg.c (out_debug_line): Correct .debug_line header_length

View File

@ -261,7 +261,6 @@ static struct mcu_type_s mcu_types[] =
{"atmega2564rfr2", AVR_ISA_AVR6, bfd_mach_avr6},
{"atxmega16a4", AVR_ISA_XMEGA, bfd_mach_avrxmega2},
{"atxmega16d4", AVR_ISA_XMEGA, bfd_mach_avrxmega2},
{"atxmega16x1", AVR_ISA_XMEGA, bfd_mach_avrxmega2},
{"atxmega32a4", AVR_ISA_XMEGA, bfd_mach_avrxmega2},
{"atxmega32d4", AVR_ISA_XMEGA, bfd_mach_avrxmega2},
{"atxmega32x1", AVR_ISA_XMEGA, bfd_mach_avrxmega2},