[PATCH, AVR] Add support for ATA6289
Weddington, Eric
eweddington@cso.atmel.com
Tue Feb 3 17:13:00 GMT 2009
More information about the Binutils mailing list
Tue Feb 3 17:13:00 GMT 2009
- Previous message (by thread): ARM/Thumb padding by gas
- Next message (by thread): [PATCH, AVR] Add support for ATA6289
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
PING I only have write-after-approval privs. Eric Weddington > -----Original Message----- > From: Weddington, Eric > Sent: Thursday, January 29, 2009 5:09 PM > To: binutils@sourceware.org > Cc: Denis Chertykov; 'Anatoly Sokolov' > Subject: [PATCH, AVR] Add support for ATA6289 > > This patch adds support for the ATA6289 AVR device. > > Thanks, > Eric Weddington > > /gas: > 2009-01-29 Eric B. Weddington <eric.weddington@atmel.com> > > * config/tc-avr.c (mcu_types): Add ata6289. > * doc/c-avr.texi: Likewise. > > Index: gas/config/tc-avr.c > =================================================================== > RCS file: /cvs/src/src/gas/config/tc-avr.c,v > retrieving revision 1.62 > diff -u -p -r1.62 tc-avr.c > --- gas/config/tc-avr.c 26 Jan 2009 13:38:52 -0000 1.62 > +++ gas/config/tc-avr.c 30 Jan 2009 00:04:25 -0000 > @@ -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}, > Index: gas/doc/c-avr.texi > =================================================================== > RCS file: /cvs/src/src/gas/doc/c-avr.texi,v > retrieving revision 1.23 > diff -u -p -r1.23 c-avr.texi > --- gas/doc/c-avr.texi 26 Jan 2009 13:38:52 -0000 1.23 > +++ gas/doc/c-avr.texi 30 Jan 2009 00:04:26 -0000 > @@ -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). >
- Previous message (by thread): ARM/Thumb padding by gas
- Next message (by thread): [PATCH, AVR] Add support for ATA6289
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list