]> git.pld-linux.org Git - packages/crossavr-binutils.git/blob - 404-binutils-2.20.1-atxmega32x1.patch
- synchronized patches with Atmel official AVR8-GNU toolchain.
[packages/crossavr-binutils.git] / 404-binutils-2.20.1-atxmega32x1.patch
1 diff -Naurp binutils/size.c binutils/size.c
2 --- binutils/size.c     2011-09-05 15:32:07.000000000 +0300
3 +++ binutils/size.c     2011-09-05 15:38:25.000000000 +0300
4 @@ -181,6 +181,7 @@ avr_device_t avr[] =
5  
6         {"atxmega32a4",   AVR36K,  AVR4K,  AVR1K},
7         {"atxmega32d4",   AVR36K,  AVR4K,  AVR1K},
8 +       {"atxmega32x1",   AVR36K,  AVR2K,  AVR1K},
9  
10         {"at90can32",     AVR32K,  AVR2K,  AVR1K},
11         {"at94k",         AVR32K,  AVR4K,  0UL},
12 diff -Naurp gas/config/tc-avr.c gas/config/tc-avr.c
13 --- gas/config/tc-avr.c 2011-09-05 15:33:12.000000000 +0300
14 +++ gas/config/tc-avr.c 2011-09-05 15:35:21.000000000 +0300
15 @@ -251,6 +251,7 @@ static struct mcu_type_s mcu_types[] =
16    {"atxmega16d4", AVR_ISA_XMEGA,  bfd_mach_avrxmega2},
17    {"atxmega32a4", AVR_ISA_XMEGA,  bfd_mach_avrxmega2},
18    {"atxmega32d4", AVR_ISA_XMEGA,  bfd_mach_avrxmega2},
19 +  {"atxmega32x1", AVR_ISA_XMEGA,  bfd_mach_avrxmega2},
20    {"atxmega64a3", AVR_ISA_XMEGA,  bfd_mach_avrxmega4},
21    {"atxmega64d3", AVR_ISA_XMEGA,  bfd_mach_avrxmega4},
22    {"atxmega64a1", AVR_ISA_XMEGA,  bfd_mach_avrxmega5},
23 diff -Naurp gas/doc/c-avr.texi gas/doc/c-avr.texi
24 --- gas/doc/c-avr.texi  2011-09-05 15:33:12.000000000 +0300
25 +++ gas/doc/c-avr.texi  2011-09-05 15:37:04.000000000 +0300
26 @@ -88,10 +88,10 @@ atmega2560, atmega2561).
27  
28  Instruction set avrxmega2 is for the XMEGA AVR core with 8K to 64K program
29  memory space and less than 64K data space (MCU types: atxmega16a4, atxmega16d4,
30 -atxmega32d4).
31 +atxmega32a4, atxmega32d4, atxmega32x1).
32  
33  Instruction set avrxmega3 is for the XMEGA AVR core with 8K to 64K program
34 -memory space and greater than 64K data space (MCU types: atxmega32a4).
35 +memory space and greater than 64K data space (MCU types: none).
36  
37  Instruction set avrxmega4 is for the XMEGA AVR core with up to 64K program
38  memory space and less than 64K data space (MCU types: atxmega64a3, atxmega64d3).
This page took 0.065066 seconds and 3 git commands to generate.