]> git.pld-linux.org Git - packages/crossavr-binutils.git/blob - 407-binutils-attiny841.patch
- release 2 (x32 rebuild)
[packages/crossavr-binutils.git] / 407-binutils-attiny841.patch
1 diff -Naurp binutils/size.c binutils/size.c
2 --- binutils/size.c     2012-12-17 18:26:59.000000000 +0530
3 +++ binutils/size.c     2012-12-17 18:27:19.000000000 +0530
4 @@ -348,6 +348,7 @@ avr_device_t avr[] =
5         {"atmega8u2",     AVR8K,   AVR512, AVR512},
6         {"attiny84",      AVR8K,   AVR512, AVR512},
7         {"attiny84a",     AVR8K,   AVR512, AVR512},
8 +       {"attiny841",     AVR8K,   AVR512, AVR512},     
9         {"attiny85",      AVR8K,   AVR512, AVR512},
10         {"attiny861",     AVR8K,   AVR512, AVR512},
11         {"attiny861a",    AVR8K,   AVR512, AVR512},
12 diff -Naurp gas/config/tc-avr.c gas/config/tc-avr.c
13 --- gas/config/tc-avr.c 2012-12-17 18:26:59.000000000 +0530
14 +++ gas/config/tc-avr.c 2012-12-17 18:27:19.000000000 +0530
15 @@ -123,6 +123,7 @@ static struct mcu_type_s mcu_types[] =
16    {"attiny25",   AVR_ISA_AVR25,   bfd_mach_avr25},
17    {"attiny45",   AVR_ISA_AVR25,   bfd_mach_avr25},
18    {"attiny85",   AVR_ISA_AVR25,   bfd_mach_avr25},
19 +  {"attiny841",  AVR_ISA_AVR25,   bfd_mach_avr25},
20    {"attiny261",  AVR_ISA_AVR25,   bfd_mach_avr25},
21    {"attiny261a", AVR_ISA_AVR25,   bfd_mach_avr25},
22    {"attiny461",  AVR_ISA_AVR25,   bfd_mach_avr25},
23 diff -Naurp gas/doc/c-avr.texi gas/doc/c-avr.texi
24 --- gas/doc/c-avr.texi  2012-12-17 18:26:59.000000000 +0530
25 +++ gas/doc/c-avr.texi  2012-12-17 18:27:19.000000000 +0530
26 @@ -46,7 +46,7 @@ space plus the MOVW instruction (MCU typ
27  attiny2313a, attiny24, attiny24a, attiny4313, attiny44, attiny44a, attiny84,
28  attiny84a, attiny25, attiny45, attiny85, attiny261, attiny261a, attiny461,
29  attiny461a, attiny861, attiny861a, attiny87, attiny43u, attiny48, attiny88,
30 -attiny828, at86rf401, ata5272).
31 +attiny828, attiny841, at86rf401, ata5272).
32  
33  Instruction set avr3 is for the classic AVR core with up to 128K program
34  memory space (MCU types: at43usb355, at76c711).
This page took 0.087698 seconds and 3 git commands to generate.