]> git.pld-linux.org Git - packages/crossavr-binutils.git/blob - 428-binutils-atxmega64c3.patch
- synchronized patches with official AVR toolchain 3.4.1.830
[packages/crossavr-binutils.git] / 428-binutils-atxmega64c3.patch
1 diff -Naurp binutils/size.c binutils/size.c
2 --- binutils/size.c     2012-05-24 14:09:02.000000000 +0530
3 +++ binutils/size.c     2012-05-24 14:06:13.000000000 +0530
4 @@ -182,6 +182,7 @@ avr_device_t avr[] =
5         {"atxmega64a4u",  AVR68K,  AVR4K,  AVR2K},
6         {"atxmega64b1",   AVR68K,  AVR4K,  AVR2K},
7         {"atxmega64b3",   AVR68K,  AVR4K,  AVR2K},
8 +       {"atxmega64c3",   AVR68K,  AVR4K,  AVR2K},
9         {"atxmega64d3",   AVR68K,  AVR4K,  AVR2K},
10         {"atxmega64d4",   AVR68K,  AVR4K,  AVR2K},
11  
12 diff -Naurp gas/config/tc-avr.c gas/config/tc-avr.c
13 --- gas/config/tc-avr.c 2012-05-24 14:09:02.000000000 +0530
14 +++ gas/config/tc-avr.c 2012-05-24 14:07:22.000000000 +0530
15 @@ -293,6 +293,7 @@ static struct mcu_type_s mcu_types[] =
16    {"atxmega64a4u",AVR_ISA_XMEGAU,  bfd_mach_avrxmega4},
17    {"atxmega64b1", AVR_ISA_XMEGAU,  bfd_mach_avrxmega4},
18    {"atxmega64b3", AVR_ISA_XMEGAU,  bfd_mach_avrxmega4},
19 +  {"atxmega64c3", AVR_ISA_XMEGAU,  bfd_mach_avrxmega4},
20    {"atxmega64d3", AVR_ISA_XMEGA,  bfd_mach_avrxmega4},
21    {"atxmega64d4", 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  2012-05-24 14:09:02.000000000 +0530
25 +++ gas/doc/c-avr.texi  2012-05-24 14:06:13.000000000 +0530
26 @@ -96,7 +96,7 @@ memory space and greater than 64K data s
27  
28  Instruction set avrxmega4 is for the XMEGA AVR core with up to 64K program
29  memory space and less than 64K data space (MCU types: atxmega64a3, atxmega64a3u,
30 -atxmega64a4u, atxmega64b1, atxmega64b3, atxmega64d3, atxmega64d4).
31 +atxmega64a4u, atxmega64b1, atxmega64b3, atxmega64c3, atxmega64d3, atxmega64d4).
32  
33  Instruction set avrxmega5 is for the XMEGA AVR core with up to 64K program 
34  memory space and greater than 64K data space (MCU types: atxmega64a1,
This page took 0.03835 seconds and 3 git commands to generate.