]> git.pld-linux.org Git - packages/crossavr-binutils.git/blob - 417-binutils-2.20.1-attiny80.patch
- synchronized patches with Atmel official AVR8-GNU toolchain.
[packages/crossavr-binutils.git] / 417-binutils-2.20.1-attiny80.patch
1 diff -Naurp binutils/size.c binutils/size.c
2 --- binutils/size.c     2011-09-05 16:10:37.000000000 +0300
3 +++ binutils/size.c     2011-09-05 16:10:56.000000000 +0300
4 @@ -318,6 +318,7 @@ avr_device_t avr[] =
5         {"attiny461",     AVR4K,   AVR256, AVR256},
6         {"attiny461a",    AVR4K,   AVR256, AVR256},
7         {"attiny48",      AVR4K,   AVR256, AVR64},
8 +       {"attiny80",      AVR8K,   AVR512, AVR256},
9  
10         {"at86rf401",     AVR2K,   224UL,  AVR128},
11         {"at90s2313",     AVR2K,   AVR128, AVR128},
12 diff -Naurp gas/config/tc-avr.c gas/config/tc-avr.c
13 --- gas/config/tc-avr.c 2011-09-05 16:10:37.000000000 +0300
14 +++ gas/config/tc-avr.c 2011-09-05 16:10:56.000000000 +0300
15 @@ -130,6 +130,7 @@ static struct mcu_type_s mcu_types[] =
16    {"attiny43u",  AVR_ISA_AVR25,   bfd_mach_avr25},
17    {"attiny48",   AVR_ISA_AVR25,   bfd_mach_avr25},
18    {"attiny88",   AVR_ISA_AVR25,   bfd_mach_avr25},
19 +  {"attiny80",   AVR_ISA_AVR25,   bfd_mach_avr25}, 
20    {"at86rf401",  AVR_ISA_RF401,   bfd_mach_avr25},
21    {"ata6289",    AVR_ISA_AVR25,   bfd_mach_avr25},
22    {"at43usb355", AVR_ISA_AVR3,    bfd_mach_avr3},
23 diff -Naurp gas/doc/c-avr.texi gas/doc/c-avr.texi
24 --- gas/doc/c-avr.texi  2011-09-05 16:10:37.000000000 +0300
25 +++ gas/doc/c-avr.texi  2011-09-05 16:10:56.000000000 +0300
26 @@ -46,7 +46,7 @@ space plus the MOVW instruction (MCU typ
27  attiny2313a, attiny24, attiny24a, attiny4313, attiny43u, attiny44, attiny44a, 
28  attiny84, attiny84a, attiny25, attiny45, attiny85, attiny261, attiny261a,
29  attiny461, attiny461a, attiny861, attiny861a, attiny87, attiny43u, attiny48,
30 -attiny88, at86rf401, ata6289).
31 +attiny88, attiny80, at86rf401, ata6289).
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.064806 seconds and 3 git commands to generate.