]> git.pld-linux.org Git - packages/crossavr-binutils.git/blob - 403-binutils-2.20.1-xmega128a1u-64a1u.patch
- synchronized patches with Atmel official AVR8-GNU toolchain.
[packages/crossavr-binutils.git] / 403-binutils-2.20.1-xmega128a1u-64a1u.patch
1 diff -Naurp gas/config/tc-avr.c gas/config/tc-avr.c
2 --- gas/config/tc-avr.c 2011-06-07 12:00:46.000000000 -0500
3 +++ gas/config/tc-avr.c 2011-06-07 12:01:05.000000000 -0500
4 @@ -254,6 +254,7 @@ static struct mcu_type_s mcu_types[] =
5    {"atxmega64a3", AVR_ISA_XMEGA,  bfd_mach_avrxmega4},
6    {"atxmega64d3", AVR_ISA_XMEGA,  bfd_mach_avrxmega4},
7    {"atxmega64a1", AVR_ISA_XMEGA,  bfd_mach_avrxmega5},
8 +  {"atxmega64a1u",AVR_ISA_XMEGA,  bfd_mach_avrxmega5},
9    {"atxmega128a3", AVR_ISA_XMEGA, bfd_mach_avrxmega6},
10    {"atxmega128d3", AVR_ISA_XMEGA, bfd_mach_avrxmega6},
11    {"atxmega192a3", AVR_ISA_XMEGA, bfd_mach_avrxmega6},
12 @@ -262,6 +263,7 @@ static struct mcu_type_s mcu_types[] =
13    {"atxmega256a3b",AVR_ISA_XMEGA, bfd_mach_avrxmega6},
14    {"atxmega256d3", AVR_ISA_XMEGA, bfd_mach_avrxmega6},
15    {"atxmega128a1", AVR_ISA_XMEGA, bfd_mach_avrxmega7},
16 +  {"atxmega128a1u",AVR_ISA_XMEGA, bfd_mach_avrxmega7},
17    {"attiny4",      AVR_ISA_AVRTINY10, bfd_mach_avrtiny10},
18    {"attiny5",      AVR_ISA_AVRTINY10, bfd_mach_avrtiny10},
19    {"attiny9",      AVR_ISA_AVRTINY10, bfd_mach_avrtiny10},
20 diff -Naurp gas/doc/c-avr.texi gas/doc/c-avr.texi
21 --- gas/doc/c-avr.texi  2011-06-07 11:56:25.000000000 -0500
22 +++ gas/doc/c-avr.texi  2011-06-07 12:01:05.000000000 -0500
23 @@ -97,7 +97,8 @@ Instruction set avrxmega4 is for the XME
24  memory space and less than 64K data space (MCU types: atxmega64a3, atxmega64d3).
25  
26  Instruction set avrxmega5 is for the XMEGA AVR core with up to 64K program 
27 -memory space and greater than 64K data space (MCU types: atxmega64a1).
28 +memory space and greater than 64K data space (MCU types: atxmega64a1,
29 +atxmega64a1u).
30  
31  Instruction set avrxmega6 is for the XMEGA AVR core with up to 256K program
32  memory space and less than 64K data space (MCU types: atxmega128a3,
33 @@ -105,7 +106,8 @@ atxmega128d3, atxmega192a3, atxmega192d3
34  atxmega192d3).
35  
36  Instruction set avrxmega7 is for the XMEGA AVR core with up to 256K program
37 -memory space and greater than 64K data space (MCU types: atxmega128a1).
38 +memory space and greater than 64K data space (MCU types: atxmega128a1,
39 +atxmega128a1u).
40  
41  @cindex @code{-mall-opcodes} command line option, AVR
42  @item -mall-opcodes
This page took 0.068161 seconds and 3 git commands to generate.