aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-avr.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-14 PR gas/2626Nick Clifton1-2/+8
2008-01-23/gas:Eric B. Weddington1-1/+1
2008-01-16/gas:Eric B. Weddington1-3/+3
2007-11-162007-11-16 Eric B. Weddington <eric.weddington@atmel.com>Eric B. Weddington1-0/+1
2007-11-162007-11-16 Eric B. Weddington <eric.weddington@atmel.com>Eric B. Weddington1-0/+1
2007-11-072007-11-07 Eric B. Weddington <eweddington@cso.atmel.com>Eric B. Weddington1-0/+1
2007-11-072007-11-07 Anatoly Sokolov <aesok@post.ru>Eric B. Weddington1-0/+4
2007-10-312007-10-31 Eric B. Weddington <eweddington@cso.atmel.com>Eric B. Weddington1-6/+2
2007-10-17Remove duplicate definitions of the md_atof() functionNick Clifton1-37/+1
2007-10-12* config/tc-avr.c (mcu_types): Add new devices: AT90PWM2B, AT90PWM3B.Nick Clifton1-0/+2
2007-10-08* config/tc-avr.c (mcu_types): Add new devices: AT90PWM216, AT90PWM316.Nick Clifton1-0/+2
2007-10-08* config/tc-avr.c (mcu_types): Add new devices: ATtiny43U, ATtiny48.Nick Clifton1-0/+2
2007-10-03PR gas/5078Nick Clifton1-1/+1
2007-07-03Switch to GPLv3Nick Clifton1-2/+2
2007-04-26 * config/tc-avr.c (mcu_types): Add support for atmega8hva andDenis Chertykov1-1/+3
2007-04-02 * config/tc-avr.c (mcu_types): Add support for at90pwm1, at90usb82,Denis Chertykov1-0/+7
2006-06-19 * config/tc-avr.c (mcu_types): Add support for atmega165p, atmega169pDenis Chertykov1-2/+5
2006-06-07remove some duplicate #include's.Alan Modra1-2/+0
2006-05-24Add support for AVR6 familyNick Clifton1-87/+119
2006-04-07Add support for attiny261, attiny461, attiny861, attiny25, attiny45,Nick Clifton1-2/+30
2006-03-03Add linker relaxation support for the AVRNick Clifton1-12/+30
2006-01-11Fixes for building on 64-bit hosts:Nick Clifton1-3/+19
2005-10-12* config/tc-avr.c: Convert to ISO C90 format. Fix formatting and generallyNick Clifton1-287/+251
2005-08-11 * README-vms: Delete.Alan Modra1-6/+5
2005-06-07gas:Zack Weinberg1-1/+1
2005-05-05Update the address and phone number of the FSFNick Clifton1-2/+2
2005-02-23 * cgen.c: Warning fixes.Alan Modra1-2/+3
2004-12-25 * config/tc-avr.c (mcu_types): Move attiny{13,2313} from avr4 to avr2.Marek Michalkiewicz1-3/+3
2004-12-22Add support for the new R_AVR_LDI, R_AVR_6 and R_AVR_6_ADIW relocs for theNick Clifton1-14/+57
2004-11-26Add support for atmega165, atmega325, atmega3250, atmega645 and atmega6450.Nick Clifton1-0/+5
2004-09-11 * gas/config/tc-avr.c: Add support forMarek Michalkiewicz1-1/+8
2002-11-30s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra1-8/+8
2002-09-27 * config/tc-avr.c (md_apply_fix3): Reinstate code handling pcrelAlan Modra1-0/+11
2002-09-05gas reloc rewrite.Alan Modra1-32/+5
2002-06-09 * config/tc-avr.c (mcu_types): Update.Marek Michalkiewicz1-1/+4
2002-05-16 * config/tc-avr.c (mcu_types): Update for new devices.Marek Michalkiewicz1-2/+5
2001-11-20Fix md_apply_fix3 typo.Nick Clifton1-1/+1
2001-11-15Update all uses of md_apply_fix to use md_apply_fix3. Make it a void function.Nick Clifton1-39/+34
2001-11-10 * config/tc-avr.c (mcu_types): Update for new devices.Denis Chertykov1-9/+21
2001-09-19Locale changes from Bruno Haible <haible@clisp.cons.org>.H.J. Lu1-7/+7
2001-03-08Fix copyright noticesNick Clifton1-1/+1
2000-09-152000-09-14 Kazu Hirata <kazu@hxi.com>Kazu Hirata1-56/+56
2000-08-06 * config/tc-avr.c: Use PARAMS macro in function declarations.Denis Chertykov1-31/+18
2000-07-28Fix formattingNick Clifton1-180/+210
2000-07-03Tidy up formatting.Nick Clifton1-69/+156
2000-06-27Applied Marek Michalkiewicz <marekm@linux.org.pl>'s patch to ehance the AVR p...Nick Clifton1-23/+27
2000-06-07 * config/tc-avr.c (avr_operand): fix the fomratting of the comment.Denis Chertykov1-1/+3
2000-06-07 * config/tc-avr.c (AVR_ISA_???): moved to include/opcode/avr.hDenis Chertykov1-215/+28
2000-05-01 * config/tc-avr.c: ATTRIBUTE_UNUSED added to the necessary places.Denis Chertykov1-59/+50
2000-05-01 * config/tc-avr.c: New AVR_ISA_ defined.Denis Chertykov1-48/+185