aboutsummaryrefslogtreecommitdiff
path: root/gas/config
AgeCommit message (Expand)AuthorFilesLines
2002-12-03Fix the merging of .PPC.EMB.apuinfo sections. Add a test to make sure thatNick Clifton1-1/+1
2002-12-03include/opcode/Richard Henderson1-0/+9
2002-12-03 * config/tc-w65.c (s_longa): Prototype. Make static, specify int arg.Alan Modra2-92/+32
2002-12-03 * config/tc-arm.c (arm_force_relocation): Return 0 for ARM_IMMEDIATEAlan Modra1-4/+9
2002-12-01 * config/tc-m68hc11.c (md_begin): Fix qsort warning.Stephane Carrez1-2/+3
2002-12-01 Fix Bug savannah/1825:Stephane Carrez2-26/+145
2002-12-01 * config/tc-m68hc11.c (elf_flags): Set default ABI to gcc defaultStephane Carrez1-1/+33
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 Modra44-736/+822
2002-11-29Allow BKPT instruction to be specified without an operand. Add a test for this.Nick Clifton1-4/+10
2002-11-28 * config/tc-sh.c (md_apply_fix3): Call S_SET_THREAD_LOCALKaz Kojima1-3/+7
2002-11-28 * config/tc-ia64.c (md_apply_fix3): Add default case.Jakub Jelinek1-0/+3
2002-11-28 * symbols.c (S_SET_THREAD_LOCAL): New function.Jakub Jelinek3-3/+30
2002-11-26 * config/tc-cris.c (cris_relax_frag): Fix typo in comment.Hans-Peter Nilsson1-5/+3
2002-11-25 * gas/config/tc-tic4x.c (c4x_operands_match): Bugfix in directSvein Seldal1-15/+4
2002-11-21 * config/tc-hppa.h (tc_frob_symbol): Frob undefined unused symbolsDave Anglin1-1/+2
2002-11-21 * config/tc-alpha.c (alpha_fix_adjustable): Remove redundantRichard Henderson1-1/+1
2002-11-21 * config/tc-mcore.c (mcore_pool_count): New function.Alan Modra1-98/+60
2002-11-212002-11-20 Klee Dienes <kdienes@apple.com>Klee Dienes2-17/+5
2002-11-20 * config/obj-elf.c (obj_elf_visibility): Overwrite only theRichard Henderson1-1/+2
2002-11-192002-11-19 Klee Dienes <kdienes@apple.com>Klee Dienes1-55/+82
2002-11-19* config/tc-s390.c (tc_s390_fix_adjustable): Re-add patch to preventMartin Schwidefsky1-0/+3
2002-11-19 * config/tc-alpha.c (s_alpha_prologue): as_bad when sym is NULL.Alan Modra1-1/+6
2002-11-18Add support for 64-bit DWARF 2 formats to gas.Kevin Buettner2-0/+12
2002-11-18* config/tc-mips.c (s_change_section): Make sure input bufferAlexandre Oliva1-1/+7
2002-11-18* config/tc-mips.c (tc_gen_reloc): Fix typo in handling ofAlexandre Oliva1-1/+1
2002-11-18 * gas/config/tc-tic4x.c: Fixed proper commandlineSvein Seldal1-107/+279
2002-11-16 * gas/config/tc-tic4x.c: Remove c4x_pseudo_ignore function.Svein Seldal1-16/+102
2002-11-11* config/tc-i386.h (EXTERN_FORCE_RELOC): Define only if STRICT_PE_FORMAT.Christopher Faylor1-1/+3
2002-11-11 gas tic4x target enhancements (long list - see gas/ChangeLog andSvein Seldal2-155/+298
2002-11-10 * config/tc-mmix.c (get_putget_operands): Mark both possibleHans-Peter Nilsson1-4/+5
2002-11-10 * config/tc-mmix.c (md_convert_frag) <case STATE_GREG_DEF>:Hans-Peter Nilsson1-0/+4
2002-11-07* config/tc-mips.c (macro_build_lui): _gp_disp is not special onAlexandre Oliva1-2/+3
2002-11-07 * config/tc-alpha.c (alpha_validate_fix): Move code ...Richard Henderson2-48/+33
2002-11-06Adds support for fastcall symbols as used on Microsoft Windows platformsNick Clifton1-1/+1
2002-11-052002-11-05 H.J. Lu <hjl@gnu.org>H.J. Lu1-1/+3
2002-11-04Set SEC_DATA and SEC_LOAD flags for sections marked as 's'.Nick Clifton1-1/+3
2002-10-23Allow an absolute reference to _GLOBAL_TABLE_OFFSET_ to be converted intoNick Clifton1-1/+1
2002-10-23 * config/tc-mmix.h (tc_frob_file_before_adjust): Don't declare.Hans-Peter Nilsson2-48/+0
2002-10-22 * config/tc-cris.c (SIMPLE_EXPR): New macro.Hans-Peter Nilsson2-10/+137
2002-10-22 * config/obj-elf.c (special_sections): Use correct types for initAlan Modra1-19/+10
2002-10-21 * config/tc-mips.c (mips_need_elf_addend_fixup): Return trueRichard Sandiford1-1/+1
2002-10-19* config/tc-mips.c (md_begin): Add $fcc registers to the symbolAlexandre Oliva1-0/+14
2002-10-18 * config/tc-s390.c (md_parse_option): Set s390_arch_size to 32Martin Schwidefsky1-1/+1
2002-10-15 * config/tc-i386.h (EXTERN_FORCE_RELOC): Define.Alan Modra1-1/+9
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