Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-11-30 | s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify | Alan Modra | 1 | -8/+8 | |
comparisons of bfd_boolean vars with TRUE/FALSE. Formatting. | |||||
2002-09-27 | * config/tc-avr.c (md_apply_fix3): Reinstate code handling pcrel | Alan Modra | 1 | -0/+11 | |
fixups to current or absolute section. | |||||
2002-09-05 | gas reloc rewrite. | Alan Modra | 1 | -32/+5 | |
2002-06-09 | * config/tc-avr.c (mcu_types): Update. | Marek Michalkiewicz | 1 | -1/+4 | |
2002-05-16 | * config/tc-avr.c (mcu_types): Update for new devices. | Marek Michalkiewicz | 1 | -2/+5 | |
2001-11-20 | Fix md_apply_fix3 typo. | Nick Clifton | 1 | -1/+1 | |
2001-11-15 | Update all uses of md_apply_fix to use md_apply_fix3. Make it a void function. | Nick Clifton | 1 | -39/+34 | |
2001-11-10 | * config/tc-avr.c (mcu_types): Update for new devices. | Denis Chertykov | 1 | -9/+21 | |
2001-09-19 | Locale changes from Bruno Haible <haible@clisp.cons.org>. | H.J. Lu | 1 | -7/+7 | |
2001-03-08 | Fix copyright notices | Nick Clifton | 1 | -1/+1 | |
2000-09-15 | 2000-09-14 Kazu Hirata <kazu@hxi.com> | Kazu Hirata | 1 | -56/+56 | |
* config/tc-a29k.c: Fix formatting. * config/tc-alpha.c: Likewise. * config/tc-arc.c: Likewise. * config/tc-arc.h: Likewise. * config/tc-arm.c: Likewise. * config/tc-arm.h: Likewise. * config/tc-avr.c: Likewise. * config/tc-avr.h: Likewise. * config/tc-tic30.c: Likewise. * config/tc-tic30.h: Likewise. * config/tc-tic54x.c: Likewise. * config/tc-tic54x.h: Likewise. * config/tc-tic80.c: Likewise. * config/tc-tic80.h: Likewise. | |||||
2000-08-06 | * config/tc-avr.c: Use PARAMS macro in function declarations. | Denis Chertykov | 1 | -31/+18 | |
Don't declare md_pcrel_from_section (already in tc-avr.h). (avr_operands): Use AVR_UNDEF_P and AVR_SKIP_P macros. (avr_operand): Don't set (unsigned) op_mask to -1. | |||||
2000-07-28 | Fix formatting | Nick Clifton | 1 | -180/+210 | |
2000-07-03 | Tidy up formatting. | Nick Clifton | 1 | -69/+156 | |
Add -mall-opcodes, -mno-skip-bug, -mno-wrap. | |||||
2000-06-27 | Applied Marek Michalkiewicz <marekm@linux.org.pl>'s patch to ehance the AVR ↵ | Nick Clifton | 1 | -23/+27 | |
port. | |||||
2000-06-07 | * config/tc-avr.c (avr_operand): fix the fomratting of the comment. | Denis Chertykov | 1 | -1/+3 | |
2000-06-07 | * config/tc-avr.c (AVR_ISA_???): moved to include/opcode/avr.h | Denis Chertykov | 1 | -215/+28 | |
(REGISTER_P): likewise. (avr_opcodes): uses include/opcode/avr.h (avr_operand): enable ld r,Z or st r,Z for at90s1200. | |||||
2000-05-01 | * config/tc-avr.c: ATTRIBUTE_UNUSED added to the necessary places. | Denis Chertykov | 1 | -59/+50 | |
More comments added. (md_begin): Removed "construct symbols for each register name". Because register names conflicts with GCC generated function names. (avr_operand): Now constant numbers can be used as a register identifiers (0 as r0, 31 as r31). (md_assemble): use skip_space () before parsing instruction operands. | |||||
2000-05-01 | * config/tc-avr.c: New AVR_ISA_ defined. | Denis Chertykov | 1 | -48/+185 | |
(md_assemble): Handle opcodes with optional operands (lpm,elpm). (avr_operand): Handle 'a', 'v' and 'z' constraint letters needed for `fmul', `movw' and `lpm R,Z' instructions. (avr_operands): Warn if current opcode is a two-word instruction and previous opcode was cpse/sbic/sbis/sbrc/sbrs. (avr_opcodes): New commands added. (REGISTER_P): Check 'a' and 'v' constraint letters. (mcu_types): New MCU added. | |||||
2000-03-27 | ATMEL AVR microcontroller support. | Alan Modra | 1 | -0/+1252 | |