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