diff options
author | Nick Clifton <nickc@redhat.com> | 2013-07-18 11:47:30 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2013-07-18 11:47:30 +0000 |
commit | 8be59acb829238807803f62912e61ff7035c92ed (patch) | |
tree | 930844952a109b8db072cfbc8cb5802f556dce08 /gas/config/tc-avr.c | |
parent | 671a6cbe384dac936834e618dfcbf2bd06bc5148 (diff) | |
download | gdb-8be59acb829238807803f62912e61ff7035c92ed.zip gdb-8be59acb829238807803f62912e61ff7035c92ed.tar.gz gdb-8be59acb829238807803f62912e61ff7035c92ed.tar.bz2 |
* config/tc-avr.c: Make ata6289's ISA to AVR_ISA_AVR4.
* doc/c-avr.texi: Likewise.
Diffstat (limited to 'gas/config/tc-avr.c')
-rw-r--r-- | gas/config/tc-avr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-avr.c b/gas/config/tc-avr.c index 285aa7c..39eb6ff 100644 --- a/gas/config/tc-avr.c +++ b/gas/config/tc-avr.c @@ -131,7 +131,6 @@ static struct mcu_type_s mcu_types[] = {"attiny48", AVR_ISA_AVR25, bfd_mach_avr25}, {"attiny88", AVR_ISA_AVR25, bfd_mach_avr25}, {"at86rf401", AVR_ISA_RF401, bfd_mach_avr25}, - {"ata6289", AVR_ISA_AVR25, bfd_mach_avr25}, {"at43usb355", AVR_ISA_AVR3, bfd_mach_avr3}, {"at76c711", AVR_ISA_AVR3, bfd_mach_avr3}, {"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}, {"atmega32u2", AVR_ISA_AVR35, bfd_mach_avr35}, {"atmega8", AVR_ISA_M8, bfd_mach_avr4}, + {"ata6289", AVR_ISA_AVR4, bfd_mach_avr4}, {"atmega48", AVR_ISA_AVR4, bfd_mach_avr4}, {"atmega48a", AVR_ISA_AVR4, bfd_mach_avr4}, {"atmega48p", AVR_ISA_AVR4, bfd_mach_avr4}, |