* config/tc-avr.c: Make ata6289's ISA to AVR_ISA_AVR4.
* doc/c-avr.texi: Likewise.
This commit is contained in:
parent
671a6cbe38
commit
8be59acb82
3 changed files with 8 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2013-07-18 Vishnu K.S <vishnu.k_s@atmel.com>
|
||||||
|
|
||||||
|
* config/tc-avr.c: Make ata6289's ISA to AVR_ISA_AVR4.
|
||||||
|
* doc/c-avr.texi: Likewise.
|
||||||
|
|
||||||
2013-07-15 Richard Sandiford <rdsandiford@googlemail.com>
|
2013-07-15 Richard Sandiford <rdsandiford@googlemail.com>
|
||||||
|
|
||||||
* config/tc-mips.c (match_save_restore_list_operand): Avoid -Wformat
|
* config/tc-mips.c (match_save_restore_list_operand): Avoid -Wformat
|
||||||
|
|
|
@ -131,7 +131,6 @@ static struct mcu_type_s mcu_types[] =
|
||||||
{"attiny48", AVR_ISA_AVR25, bfd_mach_avr25},
|
{"attiny48", AVR_ISA_AVR25, bfd_mach_avr25},
|
||||||
{"attiny88", AVR_ISA_AVR25, bfd_mach_avr25},
|
{"attiny88", AVR_ISA_AVR25, bfd_mach_avr25},
|
||||||
{"at86rf401", AVR_ISA_RF401, bfd_mach_avr25},
|
{"at86rf401", AVR_ISA_RF401, bfd_mach_avr25},
|
||||||
{"ata6289", AVR_ISA_AVR25, bfd_mach_avr25},
|
|
||||||
{"at43usb355", AVR_ISA_AVR3, bfd_mach_avr3},
|
{"at43usb355", AVR_ISA_AVR3, bfd_mach_avr3},
|
||||||
{"at76c711", AVR_ISA_AVR3, bfd_mach_avr3},
|
{"at76c711", AVR_ISA_AVR3, bfd_mach_avr3},
|
||||||
{"atmega103", AVR_ISA_AVR31, bfd_mach_avr31},
|
{"atmega103", AVR_ISA_AVR31, bfd_mach_avr31},
|
||||||
|
@ -143,6 +142,7 @@ static struct mcu_type_s mcu_types[] =
|
||||||
{"atmega16u2", AVR_ISA_AVR35, bfd_mach_avr35},
|
{"atmega16u2", AVR_ISA_AVR35, bfd_mach_avr35},
|
||||||
{"atmega32u2", AVR_ISA_AVR35, bfd_mach_avr35},
|
{"atmega32u2", AVR_ISA_AVR35, bfd_mach_avr35},
|
||||||
{"atmega8", AVR_ISA_M8, bfd_mach_avr4},
|
{"atmega8", AVR_ISA_M8, bfd_mach_avr4},
|
||||||
|
{"ata6289", AVR_ISA_AVR4, bfd_mach_avr4},
|
||||||
{"atmega48", AVR_ISA_AVR4, bfd_mach_avr4},
|
{"atmega48", AVR_ISA_AVR4, bfd_mach_avr4},
|
||||||
{"atmega48a", AVR_ISA_AVR4, bfd_mach_avr4},
|
{"atmega48a", AVR_ISA_AVR4, bfd_mach_avr4},
|
||||||
{"atmega48p", AVR_ISA_AVR4, bfd_mach_avr4},
|
{"atmega48p", AVR_ISA_AVR4, bfd_mach_avr4},
|
||||||
|
|
|
@ -45,7 +45,7 @@ space plus the MOVW instruction (MCU types: attiny13, attiny13a, attiny2313,
|
||||||
attiny2313a, attiny24, attiny24a, attiny4313, attiny44, attiny44a, attiny84,
|
attiny2313a, attiny24, attiny24a, attiny4313, attiny44, attiny44a, attiny84,
|
||||||
attiny84a, attiny25, attiny45, attiny85, attiny261, attiny261a, attiny461,
|
attiny84a, attiny25, attiny45, attiny85, attiny261, attiny261a, attiny461,
|
||||||
attiny461a, attiny861, attiny861a, attiny87, attiny43u, attiny48, attiny88,
|
attiny461a, attiny861, attiny861a, attiny87, attiny43u, attiny48, attiny88,
|
||||||
at86rf401, ata6289).
|
at86rf401).
|
||||||
|
|
||||||
Instruction set avr3 is for the classic AVR core with up to 128K program
|
Instruction set avr3 is for the classic AVR core with up to 128K program
|
||||||
memory space (MCU types: at43usb355, at76c711).
|
memory space (MCU types: at43usb355, at76c711).
|
||||||
|
@ -60,7 +60,7 @@ atmega16u2, atmega32u2).
|
||||||
Instruction set avr4 is for the enhanced AVR core with up to 8K program
|
Instruction set avr4 is for the enhanced AVR core with up to 8K program
|
||||||
memory space (MCU types: atmega48, atmega48a, atmega48p, atmega8, atmega88,
|
memory space (MCU types: atmega48, atmega48a, atmega48p, atmega8, atmega88,
|
||||||
atmega88a, atmega88p, atmega88pa, atmega8515, atmega8535, atmega8hva, at90pwm1,
|
atmega88a, atmega88p, atmega88pa, atmega8515, atmega8535, atmega8hva, at90pwm1,
|
||||||
at90pwm2, at90pwm2b, at90pwm3, at90pwm3b, at90pwm81).
|
at90pwm2, at90pwm2b, at90pwm3, at90pwm3b, at90pwm81, ata6289).
|
||||||
|
|
||||||
Instruction set avr5 is for the enhanced AVR core with up to 128K program
|
Instruction set avr5 is for the enhanced AVR core with up to 128K program
|
||||||
memory space (MCU types: atmega16, atmega16a, atmega161, atmega162,
|
memory space (MCU types: atmega16, atmega16a, atmega161, atmega162,
|
||||||
|
|
Loading…
Reference in a new issue