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