aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-sh.c
AgeCommit message (Expand)AuthorFilesLines
2003-07-30 * config/tc-sh.c (md_assemble): For branches, check & updateJoern Rennecke1-0/+6
2003-07-29 * config/tc-sh.c (tc_gen_reloc): Test for R_SH_IND12W only when ELF.Alan Modra1-0/+2
2003-05-21Move .file and .loc pseudo ops into obj-elf.cNick Clifton1-4/+0
2003-04-23bfd:Joern Rennecke1-1/+1
2003-04-15Replace occurrances of 'Hitachi' with 'Renesas'.Nick Clifton1-1/+1
2003-03-03Fix sh-elf linker relaxation:Joern Rennecke1-10/+23
2003-01-23Add SH2E supportNick Clifton1-1/+3
2003-01-23 * symbols.c (S_FORCE_RELOC): Add "strict" param.Alan Modra1-6/+4
2002-11-30 * config/tc-sh.c (md_apply_fix3): Take account of fx_offsetKaz Kojima1-1/+1
2002-11-30s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra1-20/+20
2002-11-28 * config/tc-sh.c (md_apply_fix3): Call S_SET_THREAD_LOCALKaz Kojima1-3/+7
2002-11-212002-11-20 Klee Dienes <kdienes@apple.com>Klee Dienes1-9/+3
2002-10-11 * config/tc-sh.c (sh_force_relocation): Make sure TLS relocs getKaz Kojima1-0/+21
2002-10-10 * config/tc-sh.c (assemble_ppi): Initialize reg_x / reg_y / reg_nJoern Rennecke1-6/+6
2002-10-03 * contig/tc-sh.c (sh_local_pcrel): New.Kaz Kojima1-12/+21
2002-09-282002-09-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>Daniel Jacobowitz1-0/+12
2002-09-05gas reloc rewrite.Alan Modra1-50/+8
2002-08-20 * config/tc-arc.c (md_pseudo_table <dwarf2_directive_file>): Cast.Alan Modra1-1/+1
2002-06-19Typo fixes in comment.Joern Rennecke1-5/+5
2002-06-19 * config/tc-sh.c (get_specific): Revert 2002-05-01 change.Joern Rennecke1-21/+9
2002-06-17 * config/tc-sh.c (assemble_ppi): Initialize reg_n.Joern Rennecke1-0/+1
2002-06-08 * as.c: Replace CONST with const.Alan Modra1-1/+1
2002-06-07Add comment for last change.Joern Rennecke1-0/+15
2002-06-06 * config/tc-sh.c (parse_at): @(symbol,pc) is A_DISP_PC again,Joern Rennecke1-4/+12
2002-05-11Define md_pcrel_from for use with sh-hms target.Nick Clifton1-4/+14
2002-05-11 * config/obj-coff.h: Fix formatting.Kazu Hirata1-20/+20
2002-05-01Generate warning if the same destination register is used in parallelNick Clifton1-0/+21
2002-04-09 * config/tc-sh.c (md_apply_fix3): Don't zero relocations on bigJoern Rennecke1-1/+1
2002-02-11* config/tc-sh.c (dot): Removed unused function.Alexandre Oliva1-15/+0
2002-02-08Contribute sh64-elf.Alexandre Oliva1-0/+564
2002-02-06* config/tc-sh.c (parse_at): Install the correct version ofAlexandre Oliva1-9/+4
2002-02-06* config/tc-sh.c (md_apply_fix3) <BFD_RELOC_32_PLT_PCREL>: Don'tAlexandre Oliva1-1/+3
2002-02-04* config/tc-sh.c (parse_at): Set arg type of @(expr,pc) toAlexandre Oliva1-5/+12
2002-01-30 * config/tc-sh.c (parse_reg): Fix end-of-word check for is, ix, iyRichard Sandiford1-2/+2
2002-01-24copyright yearsAlexandre Oliva1-1/+1
2002-01-24* config/tc-sh.c (sh_elf_suffix): Removed.Alexandre Oliva1-165/+246
2001-12-20* config/tc-sh.c (parse_at): Reject @(r0) and @(r0,).Alexandre Oliva1-11/+24
2001-12-05Corrected incorrect op->type selection due to missing 'else'.Nick Clifton1-8/+5
2001-11-29Remove case sensitivity in register names.Nick Clifton1-4/+9
2001-11-15Update all uses of md_apply_fix to use md_apply_fix3. Make it a void function.Nick Clifton1-27/+14
2001-10-17 * bit_fix.h: Comment typo fix.Alan Modra1-1/+1
2001-10-16 * config/tc-sh.c (shl): Remove.Hans-Peter Nilsson1-12/+24
2001-10-11 * config/tc-alpha.c: Fix comment typos.Kazu Hirata1-1/+1
2001-10-01 * config/tc-sh.c (md_pcrel_from_section): Transformed fromHans-Peter Nilsson1-1/+15
2001-09-19Locale changes from Bruno Haible <haible@clisp.cons.org>.H.J. Lu1-31/+29
2001-09-15 * config/tc-sh.h (sh_force_relocation): Prototype.Hans-Peter Nilsson1-33/+25
2001-07-03Fix seg fault by replacing symbol_get_frag() with fscan->fx_frag.Nick Clifton1-2/+2
2001-06-13Stop sh-coff port from trying to call dwarf2 debug functionsNick Clifton1-0/+4
2001-04-05Fix more breakages from the multiple relax pass patch.Alan Modra1-15/+21
2001-03-30Prepare for multi-pass relaxation.Alan Modra1-4/+12