]> git.pld-linux.org Git - packages/crossavr-binutils.git/blob - 406-binutils-2.20.1-atxmega256a3bu.patch
- synchronized patches with Atmel official AVR8-GNU toolchain.
[packages/crossavr-binutils.git] / 406-binutils-2.20.1-atxmega256a3bu.patch
1 diff -Naurp binutils/size.c binutils/size.c
2 --- binutils/size.c     2011-09-05 15:43:49.000000000 +0300
3 +++ binutils/size.c     2011-09-05 15:44:57.000000000 +0300
4 @@ -121,6 +121,7 @@ avr_device_t avr[] =
5  {
6         {"atxmega256a3",  AVR264K, AVR16K, AVR4K},
7         {"atxmega256a3b", AVR264K, AVR16K, AVR4K},
8 +       {"atxmega256a3bu",AVR264K, AVR16K, AVR4K},
9         {"atxmega256d3",  AVR264K, AVR16K, AVR4K},
10  
11         {"atmega2560",    AVR256K, AVR8K,  AVR4K},
12 diff -Naurp gas/config/tc-avr.c gas/config/tc-avr.c
13 --- gas/config/tc-avr.c 2011-09-05 15:43:49.000000000 +0300
14 +++ gas/config/tc-avr.c 2011-09-05 15:44:57.000000000 +0300
15 @@ -263,6 +263,7 @@ static struct mcu_type_s mcu_types[] =
16    {"atxmega192d3", AVR_ISA_XMEGA, bfd_mach_avrxmega6},
17    {"atxmega256a3", AVR_ISA_XMEGA, bfd_mach_avrxmega6},
18    {"atxmega256a3b",AVR_ISA_XMEGA, bfd_mach_avrxmega6},
19 +  {"atxmega256a3bu",AVR_ISA_XMEGA,bfd_mach_avrxmega6},
20    {"atxmega256d3", AVR_ISA_XMEGA, bfd_mach_avrxmega6},
21    {"atxmega128a1", AVR_ISA_XMEGA, bfd_mach_avrxmega7},
22    {"atxmega128a1u",AVR_ISA_XMEGA, bfd_mach_avrxmega7},
23 diff -Naurp gas/doc/c-avr.texi gas/doc/c-avr.texi
24 --- gas/doc/c-avr.texi  2011-09-05 15:43:49.000000000 +0300
25 +++ gas/doc/c-avr.texi  2011-09-05 15:44:57.000000000 +0300
26 @@ -103,7 +103,7 @@ atxmega64a1u).
27  Instruction set avrxmega6 is for the XMEGA AVR core with up to 256K program
28  memory space and less than 64K data space (MCU types: atxmega128a3,
29  atxmega128d3, atxmega192a3, atxmega128b1, atxmega192d3, atxmega256a3, 
30 -atxmega256a3b, atxmega192d3).
31 +atxmega256a3b, atxmega256a3bu, atxmega192d3).
32  
33  Instruction set avrxmega7 is for the XMEGA AVR core with up to 256K program
34  memory space and greater than 64K data space (MCU types: atxmega128a1,
This page took 0.10632 seconds and 3 git commands to generate.