aboutsummaryrefslogtreecommitdiff
path: root/gas/config
AgeCommit message (Expand)AuthorFilesLines
2002-10-14 * config/tc-v850.c (CHECK_): Remove token pasting operator.Alan Modra1-1/+1
2002-10-13* config/tc-mips.c (s_gpdword): New function.Alexandre Oliva1-3/+51
2002-10-12 * config/tc-ppc.c (ppc_cleanup): Make 'i' unsigned int.Alan Modra1-1/+1
2002-10-12* config/tc-mips.h (mips_relax_frag): Take segment as argument.Alexandre Oliva2-13/+439
2002-10-11 * config/tc-sh.c (sh_force_relocation): Make sure TLS relocs getKaz Kojima1-0/+21
2002-10-11 * config/tc-i386.c (output_jump): Set fx_signed for loop/jcxz.Alan Modra1-6/+16
2002-10-10 * config/tc-sh.c (assemble_ppi): Initialize reg_x / reg_y / reg_nJoern Rennecke1-6/+6
2002-10-09* config/tc-sh64.c (sh64_target_format): Add support for sh64Stephen Clarke1-4/+13
2002-10-03 * contig/tc-sh.c (sh_local_pcrel): New.Kaz Kojima1-12/+21
2002-10-01 * config/tc-mips.h (TC_FORCE_RELOCATION_SUB_SAME): Define.Alan Modra1-1/+5
2002-09-30[gas/]Richard Sandiford1-1/+147
2002-09-302002-09-29 H.J. Lu <hjl@gnu.org>H.J. Lu1-2/+14
2002-09-28* config/tc-vax.c (md_estimate_size_before_relax): Only try toJason Thorpe1-7/+6
2002-09-282002-09-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>Daniel Jacobowitz1-0/+12
2002-09-27bfd/Jakub Jelinek1-4/+26
2002-09-27 * config/tc-avr.c (md_apply_fix3): Reinstate code handling pcrelAlan Modra1-0/+11
2002-09-26Fix v850 .offset pseudo-opJim Wilson1-5/+5
2002-09-26 /gas/ChangeLogThiemo Seufer1-4/+5
2002-09-26 * config/tc-mips.c (append_insn): Fix jump overflow check.Thiemo Seufer1-4/+2
2002-09-24 * config/tc-i386.c (process_operands): Warn about "lea" segmentAlan Modra1-9/+10
2002-09-21 * config/tc-i386.c (md_apply_fix3): Replace S_IS_EXTERNAL,Alan Modra1-9/+6
2002-09-19bfd/Jakub Jelinek1-0/+10
2002-09-19 * config/tc-alpha.c (md_pcrel_from): Only adjust special forRichard Henderson1-9/+5
2002-09-19Handle situation where architecture has not yet been selected.Nick Clifton1-0/+5
2002-09-18[ gas/ChangeLog ]Chris Demetriou1-15/+69
2002-09-18[ gas/ChangeLog ]Chris Demetriou1-0/+5
2002-09-18 * config/tc-mips.c (s_change_section): Fix parsing. Code cleanup.Thiemo Seufer1-8/+6
2002-09-18 * tc-mips.c (load_address): Use BFD_RELOC_MIPS_GOT_DISP for newabi.Stan Cox1-44/+84
2002-09-17Note that an implemented BFD_RELOC_ARM_IMMEDIATE has been done.Nick Clifton1-6/+29
2002-09-17 * config/tc-tic4x.c: Add function declarations and ATTRIBUTE_UNUSED.Alan Modra1-65/+235
2002-09-17 * config/tc-mips.c (pdr_seg): Define only for ELF.Thiemo Seufer1-4/+7
2002-09-17 * config/obj-elf.c (obj_elf_change_section): Move prototype toThiemo Seufer2-2/+2
2002-09-172002-09-16 Bruno Haible <bruno@clisp.org>David O'Brien3-3/+17
2002-09-13Do not count FAKE operands when deciding if any operands have been skipped.Nick Clifton1-1/+9
2002-09-11 * config/tc-i386.c (md_apply_fix3): Allow addend forJakub Jelinek1-3/+0
2002-09-09 * config/tc-hppa.c (md_apply_fix3): Don't set fx_done forJeff Law2-4/+4
2002-09-05gas reloc rewrite.Alan Modra85-1375/+1037
2002-09-04 * config/tc-ppc.c (ppc_frob_symbol): Formatting, warning fix.Alan Modra1-36/+37
2002-09-04 * config/tc-ppc.c (PPC_HIGHER, PPC_HIGHEST): Fix warning.Alan Modra1-6/+19
2002-09-04Do not insert non-BookE32 instructions into the hash table if the target cpuNick Clifton1-0/+8
2002-08-29Add linker relaxation to v850 toolchainNick Clifton2-24/+99
2002-08-28Add TMS320C4x supportNick Clifton4-2/+2732
2002-08-27 * dwarf2dbg.c: Always include dwarf2dbg.h.Alan Modra1-2/+2
2002-08-26 * config/tc-w65.c (md_section_align): Fix typo.Alan Modra1-2/+2
2002-08-22opcodes: Fix definition of "in rd,imm16" opcode.Nick Clifton1-24/+17
2002-08-22Add sh-nto supportNick Clifton1-3/+2
2002-08-22 * config/tc-h8300.h (TC_LINKRELAX_FIXUP): Define.Jeff Law1-0/+4
2002-08-212002-08-21 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni1-11/+17
2002-08-20 * config/tc-arc.c (md_pseudo_table <dwarf2_directive_file>): Cast.Alan Modra12-13/+13
2002-08-20[gas/]Richard Sandiford1-40/+58