]> git.pld-linux.org Git - packages/crossavr-binutils.git/blob - 412-binutils-atxmega128a4u.patch
- synchronized patches with official AVR toolchain 3.4.1.830
[packages/crossavr-binutils.git] / 412-binutils-atxmega128a4u.patch
1 diff -Naurp binutils/size.c binutils/size.c
2 --- binutils/size.c     2011-12-22 12:22:14.000000000 +0530
3 +++ binutils/size.c     2011-12-22 12:22:22.000000000 +0530
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-12-22 12:22:14.000000000 +0530
14 +++ gas/config/tc-avr.c 2011-12-22 12:23:13.000000000 +0530
15 @@ -293,6 +293,7 @@ static struct mcu_type_s mcu_types[] =
16    {"atxmega384c3", AVR_ISA_XMEGAU, bfd_mach_avrxmega6},
17    {"atxmega128a1", AVR_ISA_XMEGA, bfd_mach_avrxmega7},
18    {"atxmega128a1u", AVR_ISA_XMEGA, bfd_mach_avrxmega7},
19 +  {"atxmega128a4u", AVR_ISA_XMEGAU, 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-12-22 12:22:14.000000000 +0530
25 +++ gas/doc/c-avr.texi  2011-12-22 12:22:22.000000000 +0530
26 @@ -107,7 +107,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.057511 seconds and 3 git commands to generate.