Age | Commit message (Expand) | Author | Files | Lines |
2004-11-03 | * symbols.c (colon) [!WORKING_DOT_WORD]: Don't declare | Hans-Peter Nilsson | 1 | -2/+2 |
2004-10-08 | m68k-parse.h (enum m68k_register): New control register, MBAR2 (for MCF5249) | Nick Clifton | 1 | -1/+10 |
2004-09-30 | (select_control_regs): Add mcf5249. | Nick Clifton | 1 | -0/+1 |
2004-08-17 | Add support for a -g switch to GAS | Nick Clifton | 1 | -6/+4 |
2004-07-11 | * config/tc-m68k.c: Convert to C90. Remove redundant | Andreas Schwab | 1 | -383/+243 |
2004-06-20 | * config/tc-m68k.c (mri_chip): Replace current_chip, not augment. | Andreas Schwab | 1 | -2/+2 |
2004-05-28 | Convert mode 5 addressing with zero offset into mode 2 addressing to save a | Nick Clifton | 1 | -0/+13 |
2004-05-27 | Sort m68k opcodes into alphabetical order | Nick Clifton | 1 | -32/+66 |
2004-05-24 | Reorganise m68k instruction decoding and improve handling of MAC/EMAC | Nick Clifton | 1 | -2/+2 |
2004-05-05 | Add support for 521x,5249,547x,548x. | Nick Clifton | 1 | -77/+200 |
2004-04-22 | Add support for ColdFire MAC instructions and tidy up support for other m68k | Nick Clifton | 1 | -48/+127 |
2004-01-26 | (EXTERN_FORCE_RELOC): Handle m68k-uclinux specially, like m68k-elf. | Nick Clifton | 1 | -2/+2 |
2003-11-22 | * config/tc-a29k.h: Fix comment typos. | Kazu Hirata | 1 | -4/+4 |
2003-10-21 | Add ColfFire v4 support | Nick Clifton | 1 | -46/+229 |
2003-10-17 | Enforce PC-relative jumps with --pcrel. | Nick Clifton | 1 | -183/+191 |
2003-08-08 | gas/ | Andreas Schwab | 1 | -1/+33 |
2003-05-21 | Move .file and .loc pseudo ops into obj-elf.c | Nick Clifton | 1 | -6/+0 |
2002-12-12 | * config/tc-m68k.c (tc_gen_reloc <section>): Add ATTRIBUTE_UNUSED. | Alan Modra | 1 | -2/+3 |
2002-09-19 | Handle situation where architecture has not yet been selected. | Nick Clifton | 1 | -0/+5 |
2002-09-05 | gas reloc rewrite. | Alan Modra | 1 | -4/+0 |
2002-08-20 | * config/tc-arc.c (md_pseudo_table <dwarf2_directive_file>): Cast. | Alan Modra | 1 | -1/+1 |
2002-06-08 | * as.c: Replace CONST with const. | Alan Modra | 1 | -8/+8 |
2002-05-08 | * config/tc-m68k.c: Fix formatting. | Kazu Hirata | 1 | -47/+50 |
2002-02-13 | bfd: | Jason Thorpe | 1 | -2/+29 |
2002-01-06 | * config/tc-m68k.h (md_prepare_relax_scan): Rewrite. | Alan Modra | 1 | -1/+2 |
2002-01-02 | Test for a NULL frag link. | Nick Clifton | 1 | -1/+1 |
2001-11-16 | * config/tc-m68k.c (md_apply_fix3): Change val back to a signed type. | Alan Modra | 1 | -2/+2 |
2001-11-15 | Update all uses of md_apply_fix to use md_apply_fix3. Make it a void function. | Nick Clifton | 1 | -29/+14 |
2001-10-16 | * config/tc-m68k.c (m68k_ip): Correct absolute jmp opcodes. | Alan Modra | 1 | -3/+3 |
2001-09-19 | Locale changes from Bruno Haible <haible@clisp.cons.org>. | H.J. Lu | 1 | -25/+15 |
2001-07-23 | * config/tc-alpha.h: Fix formatting. | Kazu Hirata | 1 | -11/+11 |
2001-07-23 | * symbols.c (S_GET_VALUE): Don't treat O_constant and local | Alan Modra | 1 | -101/+75 |
2001-07-18 | * config/tc-m68k.c (md_pseudo_table) [OBJ_ELF]: Add .file and | Andreas Schwab | 1 | -0/+12 |
2001-07-06 | Catch and ignore empty, ineffectual alignment frags when deciding if a | Nick Clifton | 1 | -4/+16 |
2001-06-21 | * config/tc-hppa.c (CHECK_FIELD_WHERE): Define. | Alan Modra | 1 | -3/+5 |
2001-06-12 | Fix m68k/mri mode problems. | Nick Clifton | 1 | -19/+75 |
2001-06-06 | correct some 68k/ColdFire problems | Nick Clifton | 1 | -3/+3 |
2001-05-27 | * config/tc-m68k.c (md_assemble): Ensure variable part of frag is | Alan Modra | 1 | -0/+15 |
2001-05-22 | * config/tc-m68k.c (relaxable_symbol): Only treat external symbols | Alan Modra | 1 | -27/+17 |
2001-05-08 | * config/tc-m68k.c: Instead of replacing -1 by 64 in assignment to | Andreas Schwab | 1 | -10/+7 |
2001-05-08 | More fallout from 2001-03-30 changes. | Alan Modra | 1 | -63/+2 |
2001-03-08 | Fix copyright notices | Nick Clifton | 1 | -1/+2 |
2001-03-06 | Rest of the changes for Coldfire V4 | Nick Clifton | 1 | -51/+55 |
2001-01-25 | Do not abort if tcbit is still set. Issue an error message instead. | Nick Clifton | 1 | -4/+13 |
2001-01-14 | 2001-01-14 Kazu Hirata <kazu@hxi.com> | Kazu Hirata | 1 | -2/+0 |
2000-12-03 | 2000-12-03 Kazu Hirata <kazu@hxi.com> | Kazu Hirata | 1 | -5/+5 |
2000-10-18 | Fix the previous misapplied patch. | Nick Clifton | 1 | -1/+1 |
2000-10-18 | RELAX_RELOC_*: New definitions for both BFD_ASSEMBLER and !BFD_ASSEMBLER. | Nick Clifton | 1 | -18/+18 |
2000-09-26 | 2000-09-25 Kazu Hirata <kazu@hxi.com> | Kazu Hirata | 1 | -3/+2 |
2000-09-22 | Redesign and clean up the relaxation mechanism. | Nick Clifton | 1 | -378/+334 |