diff -Naur ./binutils/size.c ./binutils/size.c --- ./binutils/size.c 2010-11-12 11:03:40.000000000 -0600 +++ ./binutils/size.c 2010-11-12 11:15:58.000000000 -0600 @@ -132,6 +132,7 @@ {"atxmega128a1", AVR136K, AVR8K, AVR2K}, {"atxmega128a1u", AVR136K, AVR8K, AVR2K}, {"atxmega128a3", AVR136K, AVR8K, AVR2K}, + {"atxmega128b1", AVR136K, AVR8K, AVR2K}, {"atxmega128d3", AVR136K, AVR8K, AVR2K}, {"at43usb320", AVR128K, 608UL, 0UL}, diff -Naur ./gas/config/tc-avr.c ./gas/config/tc-avr.c --- ./gas/config/tc-avr.c 2010-11-12 11:03:43.000000000 -0600 +++ ./gas/config/tc-avr.c 2010-11-12 11:35:32.000000000 -0600 @@ -261,6 +261,7 @@ {"atxmega64a1", AVR_ISA_XMEGA, bfd_mach_avrxmega5}, {"atxmega64a1u",AVR_ISA_XMEGA, bfd_mach_avrxmega5}, {"atxmega128a3", AVR_ISA_XMEGA, bfd_mach_avrxmega6}, + {"atxmega128b1", AVR_ISA_XMEGA, bfd_mach_avrxmega6}, {"atxmega128d3", AVR_ISA_XMEGA, bfd_mach_avrxmega6}, {"atxmega192a3", AVR_ISA_XMEGA, bfd_mach_avrxmega6}, {"atxmega192d3", AVR_ISA_XMEGA, bfd_mach_avrxmega6}, diff -Naur ./gas/doc/c-avr.texi ./gas/doc/c-avr.texi --- ./gas/doc/c-avr.texi 2010-11-12 11:03:43.000000000 -0600 +++ ./gas/doc/c-avr.texi 2010-11-12 11:36:39.000000000 -0600 @@ -102,8 +102,8 @@ Instruction set avrxmega6 is for the XMEGA AVR core with up to 256K program memory space and less than 64K data space (MCU types: atxmega128a3, -atxmega128d3, atxmega192a3, atxmega192d3, atxmega256a3, atxmega256a3b, -atxmega192d3). +atxmega128d3, atxmega192a3, atxmega128b1, atxmega192d3, atxmega256a3, +atxmega256a3b, atxmega192d3). Instruction set avrxmega7 is for the XMEGA AVR core with up to 256K program memory space and greater than 64K data space (MCU types: atxmega128a1,