]> git.pld-linux.org Git - packages/crossavr-binutils.git/blob - 421-binutils-2.20.1-atxmega64_128_b3.patch
- synchronized patches with Atmel official AVR8-GNU toolchain.
[packages/crossavr-binutils.git] / 421-binutils-2.20.1-atxmega64_128_b3.patch
1 diff -Naurp binutils/size.c binutils/size.c
2 --- binutils/size.c     2011-09-07 14:41:26.000000000 +0300
3 +++ binutils/size.c     2011-09-07 14:55:58.000000000 +0300
4 @@ -147,6 +147,7 @@ avr_device_t avr[] =
5         {"atxmega128a3",  AVR136K, AVR8K,  AVR2K},
6         {"atxmega128a3u", AVR136K, AVR8K,  AVR2K},
7         {"atxmega128b1",  AVR136K, AVR8K,  AVR2K},
8 +       {"atxmega128b3",  AVR136K, AVR8K,  AVR2K},
9         {"atxmega128d3",  AVR136K, AVR8K,  AVR2K},
10  
11         {"at43usb320",    AVR128K, 608UL,  0UL},
12 @@ -164,6 +165,7 @@ avr_device_t avr[] =
13         {"atxmega64a1u",  AVR68K,  AVR4K,  AVR2K},
14         {"atxmega64a3",   AVR68K,  AVR4K,  AVR2K},
15         {"atxmega64a3u",  AVR68K,  AVR4K,  AVR2K},
16 +       {"atxmega64b3",   AVR68K,  AVR4K,  AVR2K},
17         {"atxmega64d3",   AVR68K,  AVR4K,  AVR2K},
18         {"atxmega64d4",   AVR68K,  AVR4K,  AVR2K},
19  
20 diff -Naurp gas/config/tc-avr.c gas/config/tc-avr.c
21 --- gas/config/tc-avr.c 2011-09-07 14:41:26.000000000 +0300
22 +++ gas/config/tc-avr.c 2011-09-07 14:55:58.000000000 +0300
23 @@ -276,6 +276,7 @@ static struct mcu_type_s mcu_types[] =
24    {"atxmega32x1", AVR_ISA_XMEGA,  bfd_mach_avrxmega2},
25    {"atxmega64a3", AVR_ISA_XMEGA,  bfd_mach_avrxmega4},
26    {"atxmega64a3u",AVR_ISA_XMEGA,  bfd_mach_avrxmega4},
27 +  {"atxmega64b3", AVR_ISA_XMEGA,  bfd_mach_avrxmega4},
28    {"atxmega64d3", AVR_ISA_XMEGA,  bfd_mach_avrxmega4},
29    {"atxmega64d4", AVR_ISA_XMEGA,  bfd_mach_avrxmega4},
30    {"atxmega64a1", AVR_ISA_XMEGA,  bfd_mach_avrxmega5},
31 @@ -283,6 +284,7 @@ static struct mcu_type_s mcu_types[] =
32    {"atxmega128a3", AVR_ISA_XMEGA, bfd_mach_avrxmega6},
33    {"atxmega128a3u",AVR_ISA_XMEGA, bfd_mach_avrxmega6},
34    {"atxmega128b1", AVR_ISA_XMEGA, bfd_mach_avrxmega6},
35 +  {"atxmega128b3", AVR_ISA_XMEGA, bfd_mach_avrxmega6},
36    {"atxmega128d3", AVR_ISA_XMEGA, bfd_mach_avrxmega6},
37    {"atxmega192a3", AVR_ISA_XMEGA, bfd_mach_avrxmega6},
38    {"atxmega192a3u",AVR_ISA_XMEGA, bfd_mach_avrxmega6},
39 diff -Naurp gas/doc/c-avr.texi gas/doc/c-avr.texi
40 --- gas/doc/c-avr.texi  2011-09-07 14:41:26.000000000 +0300
41 +++ gas/doc/c-avr.texi  2011-09-07 14:55:58.000000000 +0300
42 @@ -95,7 +95,7 @@ memory space and greater than 64K data s
43  
44  Instruction set avrxmega4 is for the XMEGA AVR core with up to 64K program
45  memory space and less than 64K data space (MCU types: atxmega64a3, atxmega64a3u,
46 -atxmega64d3, atxmega64d4).
47 +atxmega64b3, atxmega64d3, atxmega64d4).
48  
49  Instruction set avrxmega5 is for the XMEGA AVR core with up to 64K program 
50  memory space and greater than 64K data space (MCU types: atxmega64a1,
51 @@ -103,8 +103,8 @@ atxmega64a1u).
52  
53  Instruction set avrxmega6 is for the XMEGA AVR core with up to 256K program
54  memory space and less than 64K data space (MCU types: atxmega128a3, atxmega128a3u,
55 -atxmega128d3, atxmega192a3, atxmega192a3u, atxmega128b1, atxmega192d3, atxmega256a3,
56 -atxmega256a3u, atxmega256a3b, atxmega256a3bu, atxmega192d3, atxmega384c3).
57 +atxmega128d3, atxmega192a3, atxmega192a3u, atxmega128b1, atxmega128b3, atxmega192d3,
58 +atxmega256a3,atxmega256a3u, atxmega256a3b, atxmega256a3bu, atxmega192d3, atxmega384c3).
59  
60  Instruction set avrxmega7 is for the XMEGA AVR core with greater than 64K program
61  memory space and greater than 64K data space (MCU types: atxmega128a1,
This page took 0.067983 seconds and 3 git commands to generate.