aboutsummaryrefslogtreecommitdiff
path: root/gas/config
AgeCommit message (Expand)AuthorFilesLines
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
2002-08-192002-08-19 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2-16/+170
2002-08-17 * config/obj-elf.c (obj_elf_change_section): Make non-static.Stan Cox2-2/+59
2002-08-16Fix assembly of "callt 0x3f"Nick Clifton1-5/+5
2002-08-16* config/tc-mips.c (macro_build_jalr): Make sure we generateAlexandre Oliva1-16/+25
2002-08-14Only define TC_VALIDATE_FIX for ELF buildsNick Clifton1-0/+3
2002-08-14Fix compiling for COFF targets.Nick Clifton1-151/+157
2002-08-13 * config/tc-m68hc11.h (MD_PCREL_FROM_SECTION): Remove.Stephane Carrez2-17/+137
2002-08-13 * config/tc-m68hc11.c (m68hc11_elf_final_processing): New function.Stephane Carrez2-0/+115
2002-08-13 * config/tc-m68hc11.c (md_begin): Take into account additionalStephane Carrez1-37/+146
2002-08-12[gas/]Richard Sandiford1-15/+9
2002-08-10 * config/tc-i386.c (tc_i386_fix_adjustable): Test OUTPUT_FLAVORAlan Modra1-16/+26
2002-08-09 * config/tc-i386.h: Reorganize.Alan Modra1-79/+76
2002-08-09* config/tc-mips.c (macro): Handle a register plus a 16-bitMaciej W. Rozycki1-0/+10
2002-08-09 * config/tc-i386.c (output_insn): Save frag_now and frag_now_fix ()Jakub Jelinek1-51/+112
2002-08-06 * config/tc-alpha.c (cpu_types): Enabled ev67, ev68, -m21264aRichard Henderson1-2/+8
2002-08-06 * config/tc-ppc.c (md_apply_fix3): Adjust 16 bit XCOFF reloc offset.Alan Modra1-2/+16
2002-08-01[gas/]Richard Sandiford1-1/+1
2002-08-01Ensure that offset to literal pool is computed using signed arithmetic so thatNick Clifton1-7/+12
2002-07-31Fix bugs and remove compile time warnings for N"32K port.Nick Clifton2-263/+286
2002-07-31Fix range check for immediate operand.Nick Clifton1-1/+1
2002-07-312002-07-30 Chris Demetriou <cgd@broadcom.com>Chris Demetriou1-4/+1
2002-07-30 * config/tc-mips.c (mips_target_format): Fix formatting.Thiemo Seufer1-8/+17
2002-07-30* tc-mips.c (load_address): Don't clobber $at when loading aMaciej W. Rozycki1-3/+3