Age | Commit message (Expand) | Author | Files | Lines |
2005-03-27 | * config/obj-coff.c (coff_frob_symbol): When crashing because of a | Ian Lance Taylor | 1 | -1/+2 |
2005-03-26 | * config/tc-xtensa.c (use_longcalls): Delete. | Bob Wilson | 2 | -68/+54 |
2005-03-25 | * config/tc-mmix.c, config/tc-mmix.h: Convert to ISO C90. | Hans-Peter Nilsson | 2 | -140/+82 |
2005-03-25 | * config/tc-cris.h: Convert to ISO C90. | Hans-Peter Nilsson | 2 | -186/+106 |
2005-03-24 | Convert unmaintained files over to ISO-C90 and fix formatting. | Nick Clifton | 55 | -12206/+9993 |
2005-03-23 | * config/tc-arm.c (arm_adjust_symtab): Fetch elf_sym's binding | Jim Blandy | 1 | -1/+1 |
2005-03-23 | Convert to ISO C90 formatting | Nick Clifton | 4 | -1793/+1632 |
2005-03-21 | * config/tc-mips.c (mips_frob_file): Sort BFD_RELOC_MIPS16_LO16 | Maciej W. Rozycki | 1 | -2/+5 |
2005-03-21 | * config/tc-xtensa.c (md_apply_fix3): Recognize XTENSA_PLT relocations. | Bob Wilson | 1 | -0/+1 |
2005-03-21 | (sh_elf_final_processing): Fix compile time warning by providing a prototype | Nick Clifton | 1 | -1/+5 |
2005-03-21 | PR gas/780 | Alan Modra | 1 | -36/+45 |
2005-03-18 | Add support for generating PLT lookups for the ColdFire. | Nick Clifton | 1 | -0/+2 |
2005-03-17 | * config/tc-xtensa.c (xg_apply_tentative_value): Rename to | Bob Wilson | 2 | -187/+160 |
2005-03-17 | gas/ | Jan Beulich | 1 | -535/+660 |
2005-03-16 | * configure.tgt: Set emulation for arm-*-eabi*. | Daniel Jacobowitz | 4 | -1/+14 |
2005-03-16 | Fix typo introduced by previous delta | Nick Clifton | 1 | -0/+2 |
2005-03-16 | Convert to ISO C90 formatting | Nick Clifton | 2 | -1247/+1012 |
2005-03-15 | * config/tc-arm.c (do_mla): Rename to do_mlas, take second | Zack Weinberg | 1 | -2/+393 |
2005-03-15 | ==> ChangeLog <== | Eric Christopher | 2 | -0/+17 |
2005-03-12 | gas: | Zack Weinberg | 1 | -0/+6 |
2005-03-11 | * config-gas.com: Mark vax-vms as obsolete. | Daniel Jacobowitz | 3 | -5579/+0 |
2005-03-11 | * config/tc-xtensa.c (finish_vinsn): Include the last instruction slot | Bob Wilson | 2 | -3/+5 |
2005-03-10 | gas/ | Jan Beulich | 2 | -23/+5 |
2005-03-09 | * config/tc-mips.c (s_cpsetup): Use '__gnu_local_gp' instead of '_gp' | Richard Sandiford | 1 | -1/+1 |
2005-03-09 | * config/tc-mips.c (MAX_VR4130_NOPS, MAX_DELAY_NOPS): New macros. | Richard Sandiford | 1 | -5/+76 |
2005-03-09 | * config/tc-mips.c (append_insn): Remove cop_interlocks test from | Richard Sandiford | 1 | -11/+0 |
2005-03-09 | * config/tc-mips.h (mips_flush_pending_output): Delete. | Richard Sandiford | 2 | -118/+99 |
2005-03-09 | * config/tc-mips.c (mips_move_labels): New function, taken from... | Richard Sandiford | 1 | -27/+22 |
2005-03-09 | * config/tc-mips.c (MAX_NOPS): New macro. | Richard Sandiford | 1 | -411/+331 |
2005-03-09 | * config/tc-mips.c (append_insn): Remove now-redundant nops != 0 | Richard Sandiford | 1 | -8/+0 |
2005-03-09 | * config/tc-mips.c (dummy_opcode): Delete. | Richard Sandiford | 1 | -312/+252 |
2005-03-09 | * config/tc-mips.c (INSERT_BITS, EXTRACT_BITS, INSERT_OPERAND) | Richard Sandiford | 1 | -203/+168 |
2005-03-09 | * config/tc-mips.c (mips_cl_insn): Replace the valid_p, delay_slot_p | Richard Sandiford | 1 | -40/+13 |
2005-03-09 | * config/tc-mips.c (mips_cl_insn): Replace reloc_type array with | Richard Sandiford | 1 | -20/+11 |
2005-03-09 | * config/tc-mips.h (mips_cl_insn): Move definition to... | Richard Sandiford | 2 | -198/+224 |
2005-03-08 | gas/ | Jan Beulich | 1 | -26/+33 |
2005-03-08 | gas/ | Jan Beulich | 1 | -68/+47 |
2005-03-05 | bfd/ChangeLog | Thiemo Seufer | 1 | -8/+12 |
2005-03-04 | * config/tc-mips.c (mips_set_options): Add sym32 field. | Richard Sandiford | 1 | -85/+56 |
2005-03-03 | * config/tc-mips.c (load_address): Implement GP optimization | Thiemo Seufer | 1 | -42/+80 |
2005-03-03 | (tc_gen_reloc): Handle the case where the reloc is the difference of two | Nick Clifton | 1 | -11/+18 |
2005-03-03 | (line_comment_chars): Include the # character as otherwise this breaks | Nick Clifton | 1 | -1/+1 |
2005-03-03 | update copyright dates | Alan Modra | 62 | -64/+74 |
2005-03-03 | 2005-03-03 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com> | Ramana Radhakrishnan | 1 | -9/+1 |
2005-03-02 | * config/tc-mips.c (percent_op): Add %tlsgd, %tlsldm, %dtprel_hi, | Daniel Jacobowitz | 1 | -0/+22 |
2005-03-02 | * config/tc-ppc.c (ppc_fix_adjustable <ELF>): Remove bogus checks. | Alan Modra | 1 | -6/+1 |
2005-03-02 | gas/ | Jan Beulich | 1 | -0/+8 |
2005-03-02 | gas/ | Jan Beulich | 1 | -0/+17 |
2005-03-01 | * expr.c (integer_constant): Remove TARGET_WORD_SIZE hack. | Alan Modra | 1 | -2/+1 |
2005-03-01 | 2005-03-01 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com> | Ramana Radhakrishnan | 1 | -1/+1 |