aboutsummaryrefslogtreecommitdiff
path: root/gas/config
AgeCommit message (Expand)AuthorFilesLines
2003-06-24 * config/tc-ppc.c (ppc_cleanup): Use bytes to count APUinfo slots.Mark Mitchell1-1/+1
2003-06-23gas/H.J. Lu2-1/+17
2003-06-23Patch from David Mosberger.Jim Wilson1-3/+7
2003-06-23* config/tc-ns32k.c (md_begin): Initialize inst_hash_table afterJason Thorpe1-1/+2
2003-06-21 * config/tc-mips.c (ADDRESS_ADD_INSN,ADDRESS_ADDI_INSN): RemoveThiemo Seufer1-11/+8
2003-06-19Revert 2003-06-11 change.Thiemo Seufer1-3/+3
2003-06-19 * config/tc-z8k.c (parse_reg): Invalid registers generate an errorChristian Groessler1-14/+32
2003-06-18 * config/tc-ppc.c (ppc_csect): Pass alignment to ppc_change_csect.Alan Modra1-11/+25
2003-06-18 * config/tc-s390.c (init_default_arch): Make current_mode_maskMartin Schwidefsky1-8/+15
2003-06-18 * config/tc-ppc.c (ppc_elf_suffix): Don't remove symbols other thanAlan Modra1-4/+4
2003-06-17 * config/tc-ppc.c (md_apply_fix3): Allow BRTAKEN, BRNTAKEN relocs.Alan Modra1-0/+6
2003-06-16 * config/tc-mips.c (ADDRESS_ADD_INSN,ADDRESS_ADDI_INSN,Thiemo Seufer1-255/+168
2003-06-16 * configure.in: Add specific case for cris-*-linux-gnu* withHans-Peter Nilsson2-2/+15
2003-06-13* tc-arm.c (FPU_DEFAULT, case TE_LINUX): Default to FPU_ARCH_FPA.Richard Earnshaw1-0/+19
2003-06-12 * config/tc-mips.c (append_insn): In a compound relocation, take theRichard Sandiford1-74/+26
2003-06-11 * config/tc-mips.c (s_cpsetup): Use mips_frame_reg instead of SP.Thiemo Seufer1-3/+3
2003-06-11 * config/tc-mips.c (tc_gen_reloc): Initialize retval amd relocThiemo Seufer1-5/+2
2003-06-11 * elf32-mips.c (mips_elf_generic_reloc): New Function.Thiemo Seufer2-202/+110
2003-06-11 * config/tc-i960.c (line_comment_chars): Add '#'.Alan Modra2-3/+18
2003-06-10opcodes:Doug Evans3-3/+3
2003-06-10Add "attn", "lq" and "stq" power4 insns.Alan Modra1-5/+10
2003-06-10opcodes/Richard Sandiford1-14/+9
2003-06-10include/elf/Richard Sandiford1-0/+15
2003-06-102003-06-09 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-4/+18
2003-06-052003-06-05 Michael Snyder <msnyder@redhat.com>Michael Snyder1-42/+91
2003-06-05 * config/tc-alpha.c (s_alpha_usepv): New.Richard Henderson2-0/+64
2003-06-042003-06-03 Chris Demetriou <cgd@broadcom.com>Chris Demetriou1-64/+81
2003-06-032003-05-14 Michael Snyder <msnyder@redhat.com>Michael Snyder2-222/+827
2003-06-03Add pc-relative 32-bit reloc to v850 port. Fixes ld-elf/merge test failure.Nick Clifton1-10/+16
2003-05-30 * config/tc-alpha.c (alpha_cur_ent_sym): Remove.Richard Henderson2-20/+207
2003-05-29Change Mitsubishi to RenesasNick Clifton1-1/+1
2003-05-27 * dw2gencfi.c, dw2gencfi.h: Rewrite from scratch.Richard Henderson2-48/+35
2003-05-242003-05-23 Jason Eckhardt <jle@rice.edu>Jason Eckhardt1-3/+54
2003-05-232003-05-23 Eric Christopher <echristo@redhat.com>Eric Christopher1-1/+1
2003-05-22 * config/tc-mips.c (append_insn): Use actual relocation size for newThiemo Seufer1-62/+72
2003-05-22 * config/tc-mips.c (macro): Don't use uninitialized tempreg.Thiemo Seufer1-2/+2
2003-05-22Do not producesection relative offsets for relocs that will not be based on theNick Clifton1-12/+9
2003-05-212003-05-07 Eric Christopher <echristo@redhat.com>Eric Christopher1-0/+14
2003-05-21 * config/tc-hppa.c (hppa_symbol_chars): Remove `,' and `!'.Dave Anglin1-2/+4
2003-05-21Move .file and .loc pseudo ops into obj-elf.cNick Clifton19-60/+4
2003-05-20Add support for .file and .locNick Clifton1-1/+4
2003-05-20 * dw2gencfi.c, dw2gencfi.h: New files.Alan Modra2-0/+98
2003-05-18Reverted faulty codeSvein Seldal1-4/+0
2003-05-18 * config/tc-tic4x.c (md_assemble): Added support for one-line parallel insns.Svein Seldal2-11/+37
2003-05-182003-05-18 Jason Eckhardt <jle@rice.edu>Jason Eckhardt1-0/+1
2003-05-15 * config/tc-mips.h: Fix comment formatting.Thiemo Seufer1-1/+1
2003-05-12Allow xstormy-elf-gas to handle "@fptr() - @fptr()" expressions.Nick Clifton1-0/+25
2003-05-122003-05-11 Jason Eckhardt <jle@rice.edu>Jason Eckhardt1-86/+115
2003-05-09 * config/tc-s390.c (s390_target_format): Always call init_default_arch.Martin Schwidefsky1-2/+1
2003-05-07gas/H.J. Lu2-8/+183