diff options
author | Eric B. Weddington <eric.weddington@atmel.com> | 2009-02-03 17:24:36 +0000 |
---|---|---|
committer | Eric B. Weddington <eric.weddington@atmel.com> | 2009-02-03 17:24:36 +0000 |
commit | a53fddce83af312fd3aa023c66b007b9e3937805 (patch) | |
tree | 823a3462d6954972a69eec794302a3199381e01d /gas | |
parent | 654c3c9fa50ac2de625f0624953302cc5db59a80 (diff) | |
download | gdb-a53fddce83af312fd3aa023c66b007b9e3937805.zip gdb-a53fddce83af312fd3aa023c66b007b9e3937805.tar.gz gdb-a53fddce83af312fd3aa023c66b007b9e3937805.tar.bz2 |
/gas:
2009-01-29 Eric B. Weddington <eric.weddington@atmel.com>
* config/tc-avr.c (mcu_types): Add ata6289.
* doc/c-avr.texi: Likewise.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 | ||||
-rw-r--r-- | gas/config/tc-avr.c | 1 | ||||
-rw-r--r-- | gas/doc/c-avr.texi | 3 |
3 files changed, 8 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index fcb1f9d..f8f14bb 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2009-01-29 Eric B. Weddington <eric.weddington@atmel.com> + + * config/tc-avr.c (mcu_types): Add ata6289. + * doc/c-avr.texi: Likewise. + 2009-02-03 Carlos O'Donell <carlos@codesourcery.com> * configure.in: AC_SUBST pdfdir. diff --git a/gas/config/tc-avr.c b/gas/config/tc-avr.c index 9797470..f9abe4c 100644 --- a/gas/config/tc-avr.c +++ b/gas/config/tc-avr.c @@ -113,6 +113,7 @@ 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}, diff --git a/gas/doc/c-avr.texi b/gas/doc/c-avr.texi index 0d83b34..0a4fca0 100644 --- a/gas/doc/c-avr.texi +++ b/gas/doc/c-avr.texi @@ -44,7 +44,8 @@ at90s8535). Instruction set avr25 is for the classic AVR core with up to 8K program memory space plus the MOVW instruction (MCU types: attiny13, attiny13a, attiny2313, attiny24, attiny44, attiny84, attiny25, attiny45, attiny85, attiny261, -attiny461, attiny861, attiny87, attiny43u, attiny48, attiny88, at86rf401). +attiny461, attiny861, attiny87, attiny43u, attiny48, attiny88, at86rf401, +ata6289). Instruction set avr3 is for the classic AVR core with up to 128K program memory space (MCU types: at43usb355, at76c711). |