]> git.pld-linux.org Git - packages/crossavr-binutils.git/blob - 425-binutils-2.20.1-atxmega128d4.patch
- synchronized patches with Atmel official AVR8-GNU toolchain.
[packages/crossavr-binutils.git] / 425-binutils-2.20.1-atxmega128d4.patch
1 diff -Naurp binutils/size.c binutils/size.c
2 --- binutils/size.c     2011-09-15 11:59:56.000000000 +0300
3 +++ binutils/size.c     2011-09-15 12:04:20.000000000 +0300
4 @@ -149,6 +149,7 @@ avr_device_t avr[] =
5         {"atxmega128b1",  AVR136K, AVR8K,  AVR2K},
6         {"atxmega128b3",  AVR136K, AVR8K,  AVR2K},
7         {"atxmega128d3",  AVR136K, AVR8K,  AVR2K},
8 +       {"atxmega128d4",  AVR136K, AVR8K,  AVR2K},
9  
10         {"at43usb320",    AVR128K, 608UL,  0UL},
11         {"at90can128",    AVR128K, AVR4K,  AVR4K},
12 diff -Naurp gas/config/tc-avr.c gas/config/tc-avr.c
13 --- gas/config/tc-avr.c 2011-09-15 11:59:56.000000000 +0300
14 +++ gas/config/tc-avr.c 2011-09-15 12:04:20.000000000 +0300
15 @@ -291,6 +291,7 @@ static struct mcu_type_s mcu_types[] =
16    {"atxmega128b1", AVR_ISA_XMEGA, bfd_mach_avrxmega6},
17    {"atxmega128b3", AVR_ISA_XMEGA, bfd_mach_avrxmega6},
18    {"atxmega128d3", AVR_ISA_XMEGA, bfd_mach_avrxmega6},
19 +  {"atxmega128d4", AVR_ISA_XMEGA, bfd_mach_avrxmega6},
20    {"atxmega192a3", AVR_ISA_XMEGA, bfd_mach_avrxmega6},
21    {"atxmega192a3u",AVR_ISA_XMEGA, bfd_mach_avrxmega6},
22    {"atxmega192d3", AVR_ISA_XMEGA, bfd_mach_avrxmega6},
23 diff -Naurp gas/doc/c-avr.texi gas/doc/c-avr.texi
24 --- gas/doc/c-avr.texi  2011-09-15 11:59:56.000000000 +0300
25 +++ gas/doc/c-avr.texi  2011-09-15 12:04:20.000000000 +0300
26 @@ -103,8 +103,9 @@ atxmega64a1u).
27  
28  Instruction set avrxmega6 is for the XMEGA AVR core with up to 256K program
29  memory space and less than 64K data space (MCU types: atxmega128a3, atxmega128a3u,
30 -atxmega128d3, atxmega192a3, atxmega192a3u, atxmega128b1, atxmega128b3, atxmega192d3,
31 -atxmega256a3,atxmega256a3u, atxmega256a3b, atxmega256a3bu, atxmega192d3, atxmega384c3).
32 +atxmega128d3, atxmega128d4, atxmega192a3, atxmega192a3u, atxmega128b1, atxmega128b3, 
33 +atxmega192d3, atxmega256a3,atxmega256a3u, atxmega256a3b, atxmega256a3bu, atxmega192d3, 
34 +atxmega384c3).
35  
36  Instruction set avrxmega7 is for the XMEGA AVR core with greater than 64K program
37  memory space and greater than 64K data space (MCU types: atxmega128a1,
This page took 0.034439 seconds and 3 git commands to generate.