summaryrefslogtreecommitdiff
path: root/gas/config/tc-avr.c
Commit message (Expand)AuthorAgeFilesLines
* 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