]> git.pld-linux.org Git - packages/crossavr-binutils.git/blob - 412-binutils-atmxts200.patch
- release 2 (x32 rebuild)
[packages/crossavr-binutils.git] / 412-binutils-atmxts200.patch
1 diff -Naurp binutils/size.c binutils/size.c
2 --- binutils/size.c     2013-03-25 10:48:20.000000000 +0530
3 +++ binutils/size.c     2013-03-25 11:17:54.000000000 +0530
4 @@ -239,6 +239,7 @@ avr_device_t avr[] =
5  
6         {"atmxt224",      AVR36K,  AVR9K,  0UL},
7         {"atmxt224e",     AVR36K,  AVR9K,  0UL},
8 +       {"atmxts200",     AVR16K,  AVR1K,  0UL},
9         {"atxmega32a4",   AVR36K,  AVR4K,  AVR1K},
10         {"atxmega32a4u",  AVR36K,  AVR4K,  AVR1K},
11         {"atxmega32c4",   AVR36K,  AVR4K,  AVR1K},
12 diff -Naurp gas/config/tc-avr.c gas/config/tc-avr.c
13 --- gas/config/tc-avr.c 2013-03-25 10:48:19.000000000 +0530
14 +++ gas/config/tc-avr.c 2013-03-25 11:49:54.000000000 +0530
15 @@ -306,6 +306,7 @@ static struct mcu_type_s mcu_types[] =
16    {"atxmega16e5", AVR_ISA_XMEGA,  bfd_mach_avrxmega2},
17    {"atxmega8e5",  AVR_ISA_XMEGA,  bfd_mach_avrxmega2},
18    {"atxmega32x1", AVR_ISA_XMEGA,  bfd_mach_avrxmega2},
19 +  {"atmxts200",   AVR_ISA_XMEGA,  bfd_mach_avrxmega2},
20    {"atxmega64a3", AVR_ISA_XMEGA,  bfd_mach_avrxmega4},
21    {"atxmega64a3u",AVR_ISA_XMEGAU, bfd_mach_avrxmega4},
22    {"atxmega64a4u",AVR_ISA_XMEGAU, bfd_mach_avrxmega4},
23 diff -Naurp gas/doc/c-avr.texi gas/doc/c-avr.texi
24 --- gas/doc/c-avr.texi  2013-03-25 10:48:19.000000000 +0530
25 +++ gas/doc/c-avr.texi  2013-03-25 11:49:16.000000000 +0530
26 @@ -98,7 +98,7 @@ Instruction set avrxmega2 is for the XME
27  memory space and less than 64K data space (MCU types: atxmega16a4, atxmega16a4u,
28  atxmega16c4, atxmega16d4, atxmega16x1, atxmega32a4, atxmega32a4u, atxmega32c4, 
29  atxmega32d4, atxmega16e5, atxmega8e5, atxmega32e5, atxmega32x1, atmxt224,
30 -atmxt224e, atmxt336s, atmxt112sl).
31 +atmxt224e, atmxt336s, atmxt112sl, atmxts200).
32  
33  Instruction set avrxmega3 is for the XMEGA AVR core with 8K to 64K program
34  memory space and greater than 64K data space (MCU types: none).
This page took 0.080658 seconds and 3 git commands to generate.