]> git.pld-linux.org Git - packages/crossavr-binutils.git/blob - 424-binutils-2.20.1-atxmega64a4u.patch
- synchronized patches with Atmel official AVR8-GNU toolchain.
[packages/crossavr-binutils.git] / 424-binutils-2.20.1-atxmega64a4u.patch
1 diff -Naurp binutils/size.c binutils/size.c
2 --- binutils/size.c     2011-09-12 14:15:53.000000000 +0300
3 +++ binutils/size.c     2011-09-12 14:24:31.000000000 +0300
4 @@ -167,6 +167,7 @@ avr_device_t avr[] =
5         {"atxmega64a1u",  AVR68K,  AVR4K,  AVR2K},
6         {"atxmega64a3",   AVR68K,  AVR4K,  AVR2K},
7         {"atxmega64a3u",  AVR68K,  AVR4K,  AVR2K},
8 +       {"atxmega64a4u",  AVR68K,  AVR4K,  AVR2K},
9         {"atxmega64b1",   AVR68K,  AVR4K,  AVR2K},
10         {"atxmega64b3",   AVR68K,  AVR4K,  AVR2K},
11         {"atxmega64d3",   AVR68K,  AVR4K,  AVR2K},
12 diff -Naurp gas/config/tc-avr.c gas/config/tc-avr.c
13 --- gas/config/tc-avr.c 2011-09-12 14:15:53.000000000 +0300
14 +++ gas/config/tc-avr.c 2011-09-12 14:24:31.000000000 +0300
15 @@ -279,6 +279,7 @@ static struct mcu_type_s mcu_types[] =
16    {"atxmega32x1", AVR_ISA_XMEGA,  bfd_mach_avrxmega2},
17    {"atxmega64a3", AVR_ISA_XMEGA,  bfd_mach_avrxmega4},
18    {"atxmega64a3u",AVR_ISA_XMEGA,  bfd_mach_avrxmega4},
19 +  {"atxmega64a4u",AVR_ISA_XMEGA,  bfd_mach_avrxmega4},
20    {"atxmega64b1", AVR_ISA_XMEGA,  bfd_mach_avrxmega4},
21    {"atxmega64b3", AVR_ISA_XMEGA,  bfd_mach_avrxmega4},
22    {"atxmega64d3", AVR_ISA_XMEGA,  bfd_mach_avrxmega4},
23 diff -Naurp gas/doc/c-avr.texi gas/doc/c-avr.texi
24 --- gas/doc/c-avr.texi  2011-09-12 14:15:53.000000000 +0300
25 +++ gas/doc/c-avr.texi  2011-09-12 14:24:31.000000000 +0300
26 @@ -95,7 +95,7 @@ memory space and greater than 64K data s
27  
28  Instruction set avrxmega4 is for the XMEGA AVR core with up to 64K program
29  memory space and less than 64K data space (MCU types: atxmega64a3, atxmega64a3u,
30 -atxmega64b1, atxmega64b3, atxmega64d3, atxmega64d4).
31 +atxmega64a4u, atxmega64b1, atxmega64b3, atxmega64d3, atxmega64d4).
32  
33  Instruction set avrxmega5 is for the XMEGA AVR core with up to 64K program 
34  memory space and greater than 64K data space (MCU types: atxmega64a1,
This page took 0.069796 seconds and 3 git commands to generate.