summaryrefslogtreecommitdiff
path: root/gas/config/tc-avr.c
Commit message (Expand)AuthorAgeFilesLines
...
* * config/tc-avr.c (mcu_types): Add new devices: ATtiny43U, ATtiny48.Nick Clifton2007-10-081-0/+2
* PR gas/5078Nick Clifton2007-10-031-1/+1
* Switch to GPLv3Nick Clifton2007-07-031-2/+2
* * config/tc-avr.c (mcu_types): Add support for atmega8hva andDenis Chertykov2007-04-261-1/+3
* * config/tc-avr.c (mcu_types): Add support for at90pwm1, at90usb82,Denis Chertykov2007-04-021-0/+7
* * config/tc-avr.c (mcu_types): Add support for atmega165p, atmega169pDenis Chertykov2006-06-191-2/+5
* remove some duplicate #include's.Alan Modra2006-06-071-2/+0
* Add support for AVR6 familyNick Clifton2006-05-241-87/+119
* Add support for attiny261, attiny461, attiny861, attiny25, attiny45,Nick Clifton2006-04-071-2/+30
* Add linker relaxation support for the AVRNick Clifton2006-03-031-12/+30
* Fixes for building on 64-bit hosts:Nick Clifton2006-01-111-3/+19
* * config/tc-avr.c: Convert to ISO C90 format. Fix formatting and generallyNick Clifton2005-10-121-287/+251
* * README-vms: Delete.Alan Modra2005-08-111-6/+5
* gas:Zack Weinberg2005-06-071-1/+1
* Update the address and phone number of the FSFNick Clifton2005-05-051-2/+2
* * cgen.c: Warning fixes.Alan Modra2005-02-231-2/+3
* * config/tc-avr.c (mcu_types): Move attiny{13,2313} from avr4 to avr2.Marek Michalkiewicz2004-12-251-3/+3
* Add support for the new R_AVR_LDI, R_AVR_6 and R_AVR_6_ADIW relocs for theNick Clifton2004-12-221-14/+57
* Add support for atmega165, atmega325, atmega3250, atmega645 and atmega6450.Nick Clifton2004-11-261-0/+5
* * gas/config/tc-avr.c: Add support forMarek Michalkiewicz2004-09-111-1/+8
* s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra2002-11-301-8/+8
* * config/tc-avr.c (md_apply_fix3): Reinstate code handling pcrelAlan Modra2002-09-271-0/+11
* gas reloc rewrite.Alan Modra2002-09-051-32/+5
* * config/tc-avr.c (mcu_types): Update.Marek Michalkiewicz2002-06-091-1/+4
* * config/tc-avr.c (mcu_types): Update for new devices.Marek Michalkiewicz2002-05-161-2/+5
* Fix md_apply_fix3 typo.Nick Clifton2001-11-201-1/+1
* Update all uses of md_apply_fix to use md_apply_fix3. Make it a void function.Nick Clifton2001-11-151-39/+34
* * config/tc-avr.c (mcu_types): Update for new devices.Denis Chertykov2001-11-101-9/+21
* Locale changes from Bruno Haible <haible@clisp.cons.org>.H.J. Lu2001-09-191-7/+7
* Fix copyright noticesNick Clifton2001-03-081-1/+1
* 2000-09-14 Kazu Hirata <kazu@hxi.com>Kazu Hirata2000-09-151-56/+56
* * config/tc-avr.c: Use PARAMS macro in function declarations.Denis Chertykov2000-08-061-31/+18
* Fix formattingNick Clifton2000-07-281-180/+210
* Tidy up formatting.Nick Clifton2000-07-031-69/+156
* Applied Marek Michalkiewicz <marekm@linux.org.pl>'s patch to ehance the AVR p...Nick Clifton2000-06-271-23/+27
* * config/tc-avr.c (avr_operand): fix the fomratting of the comment.Denis Chertykov2000-06-071-1/+3
* * config/tc-avr.c (AVR_ISA_???): moved to include/opcode/avr.hDenis Chertykov2000-06-071-215/+28
* * config/tc-avr.c: ATTRIBUTE_UNUSED added to the necessary places.Denis Chertykov2000-05-011-59/+50
* * config/tc-avr.c: New AVR_ISA_ defined.Denis Chertykov2000-05-011-48/+185
* ATMEL AVR microcontroller support.Alan Modra2000-03-271-0/+1252