]> git.pld-linux.org Git - packages/crossavr-binutils.git/blob - 418-binutils-2.20.1-atxmega128a4u.patch
- synchronized patches with Atmel official AVR8-GNU toolchain.
[packages/crossavr-binutils.git] / 418-binutils-2.20.1-atxmega128a4u.patch
1 diff -Naurp binutils/size.c binutils/size.c
2 --- binutils/size.c     2011-09-05 16:11:30.000000000 +0300
3 +++ binutils/size.c     2011-09-05 16:11:38.000000000 +0300
4 @@ -143,6 +143,7 @@ avr_device_t avr[] =
5  
6         {"atxmega128a1",  AVR136K, AVR8K,  AVR2K},
7         {"atxmega128a1u", AVR136K, AVR8K,  AVR2K},
8 +       {"atxmega128a4u", AVR136K, AVR8K,  AVR2K},
9         {"atxmega128a3",  AVR136K, AVR8K,  AVR2K},
10         {"atxmega128a3u", AVR136K, AVR8K,  AVR2K},
11         {"atxmega128b1",  AVR136K, AVR8K,  AVR2K},
12 diff -Naurp gas/config/tc-avr.c gas/config/tc-avr.c
13 --- gas/config/tc-avr.c 2011-09-05 16:11:30.000000000 +0300
14 +++ gas/config/tc-avr.c 2011-09-05 16:11:38.000000000 +0300
15 @@ -290,6 +290,7 @@ static struct mcu_type_s mcu_types[] =
16    {"atxmega384c3", AVR_ISA_XMEGA, bfd_mach_avrxmega6},
17    {"atxmega128a1", AVR_ISA_XMEGA, bfd_mach_avrxmega7},
18    {"atxmega128a1u",AVR_ISA_XMEGA, bfd_mach_avrxmega7},
19 +  {"atxmega128a4u",AVR_ISA_XMEGA, bfd_mach_avrxmega7},
20    {"attiny4",      AVR_ISA_AVRTINY10, bfd_mach_avrtiny10},
21    {"attiny5",      AVR_ISA_AVRTINY10, bfd_mach_avrtiny10},
22    {"attiny9",      AVR_ISA_AVRTINY10, bfd_mach_avrtiny10},
23 diff -Naurp gas/doc/c-avr.texi gas/doc/c-avr.texi
24 --- gas/doc/c-avr.texi  2011-09-05 16:11:30.000000000 +0300
25 +++ gas/doc/c-avr.texi  2011-09-05 16:11:38.000000000 +0300
26 @@ -108,7 +108,7 @@ atxmega256a3u, atxmega256a3b, atxmega256
27  
28  Instruction set avrxmega7 is for the XMEGA AVR core with greater than 64K program
29  memory space and greater than 64K data space (MCU types: atxmega128a1,
30 -atxmega128a1u).
31 +atxmega128a1u, atxmega128a4u).
32  
33  @cindex @code{-mall-opcodes} command line option, AVR
34  @item -mall-opcodes
This page took 0.026103 seconds and 3 git commands to generate.