]> git.pld-linux.org Git - packages/crossavr-binutils.git/blob - 505-binutils-avrtc446.patch
- synchronized patches with official AVR toolchain 3.4.1.830
[packages/crossavr-binutils.git] / 505-binutils-avrtc446.patch
1 diff -Naurp gas/config/tc-avr.c gas/config/tc-avr.c
2 --- gas/config/tc-avr.c 2012-10-25 12:02:42.000000000 +0530
3 +++ gas/config/tc-avr.c 2012-10-25 12:41:44.000000000 +0530
4 @@ -137,7 +137,6 @@ static struct mcu_type_s mcu_types[] =
5    {"attiny88",   AVR_ISA_AVR25,   bfd_mach_avr25},
6    {"attiny828",  AVR_ISA_AVR25,   bfd_mach_avr25}, 
7    {"at86rf401",  AVR_ISA_RF401,   bfd_mach_avr25},
8 -  {"ata6289",    AVR_ISA_AVR25,   bfd_mach_avr25},
9    {"at43usb355", AVR_ISA_AVR3,    bfd_mach_avr3},
10    {"at76c711",   AVR_ISA_AVR3,    bfd_mach_avr3},
11    {"atmega103",  AVR_ISA_AVR31,   bfd_mach_avr31},
12 @@ -154,6 +153,7 @@ static struct mcu_type_s mcu_types[] =
13    {"atmega8a",   AVR_ISA_M8,      bfd_mach_avr4},
14    {"ata6285",    AVR_ISA_AVR4,    bfd_mach_avr4},
15    {"ata6286",    AVR_ISA_AVR4,    bfd_mach_avr4},
16 +  {"ata6289",    AVR_ISA_AVR4,    bfd_mach_avr4},
17    {"atmega48",   AVR_ISA_AVR4,    bfd_mach_avr4},
18    {"atmega48a",  AVR_ISA_AVR4,    bfd_mach_avr4},
19    {"atmega48pa", AVR_ISA_AVR4,    bfd_mach_avr4},
20 diff -Naurp gas/doc/c-avr.texi gas/doc/c-avr.texi
21 --- gas/doc/c-avr.texi  2012-10-25 12:02:42.000000000 +0530
22 +++ gas/doc/c-avr.texi  2012-10-25 13:04:59.000000000 +0530
23 @@ -46,7 +46,7 @@ space plus the MOVW instruction (MCU typ
24  attiny2313a, attiny24, attiny24a, attiny4313, attiny44, attiny44a, attiny84,
25  attiny84a, attiny25, attiny45, attiny85, attiny261, attiny261a, attiny461,
26  attiny461a, attiny861, attiny861a, attiny87, attiny43u, attiny48, attiny88,
27 -attiny828, attiny841, at86rf401, ata6289, ata5272).
28 +attiny828, attiny841, at86rf401, ata5272).
29  
30  Instruction set avr3 is for the classic AVR core with up to 128K program
31  memory space (MCU types: at43usb355, at76c711).
32 @@ -61,7 +61,7 @@ atmega8u2, atmega16u2, atmega32u2, ata55
33  Instruction set avr4 is for the enhanced AVR core with up to 8K program
34  memory space (MCU types: atmega48, atmega48a, atmega48pa, atmega48p, atmega8, atmega8a
35  atmega88, atmega88a, atmega88p, atmega88pa, atmega8515, atmega8535, atmega8hva,
36 -at90pwm1, at90pwm2, at90pwm2b, at90pwm3, at90pwm3b, at90pwm81, ata6285, ata6286).
37 +at90pwm1, at90pwm2, at90pwm2b, at90pwm3, at90pwm3b, at90pwm81, ata6285, ata6286, ata6289).
38  
39  Instruction set avr5 is for the enhanced AVR core with up to 128K program
40  memory space (MCU types: at90pwm161, atmega16, atmega16a, atmega161, atmega162,
This page took 0.49628 seconds and 3 git commands to generate.