Age | Commit message (Expand) | Author | Files | Lines |
2005-03-24 | Convert unmaintained files over to ISO-C90 and fix formatting. | Nick Clifton | 1 | -2306/+2098 |
2005-03-03 | update copyright dates | Alan Modra | 1 | -1/+1 |
2005-01-31 | * config/atof-ieee.c, config/obj-coff.c, config/obj-elf.c, | Ben Elliston | 1 | -39/+0 |
2004-05-06 | Remove duplicate code and provide a function for generating internally consis... | Nick Clifton | 1 | -11/+1 |
2003-12-10 | Remove redundant returns in void functions. | Ben Elliston | 1 | -21/+0 |
2003-12-04 | 2003-11-24 H.J. Lu <hongjiu.lu@intel.com> | H.J. Lu | 1 | -1/+1 |
2003-11-21 | * config/tc-a29k.h: Fix comment typos. | Kazu Hirata | 1 | -4/+4 |
2003-06-05 | * config/tc-alpha.c (s_alpha_usepv): New. | Richard Henderson | 1 | -0/+59 |
2003-05-30 | * config/tc-alpha.c (alpha_cur_ent_sym): Remove. | Richard Henderson | 1 | -19/+199 |
2003-05-03 | gas/ | H.J. Lu | 1 | -1/+1 |
2003-05-03 | 2003-05-02 H.J. Lu <hjl@gnu.org> | H.J. Lu | 1 | -2/+0 |
2003-01-23 | * symbols.c (S_FORCE_RELOC): Add "strict" param. | Alan Modra | 1 | -5/+3 |
2002-12-30 | Add support for msp430. | Nick Clifton | 1 | -0/+2 |
2002-11-28 | * symbols.c (S_SET_THREAD_LOCAL): New function. | Jakub Jelinek | 1 | -0/+4 |
2002-11-21 | * config/tc-alpha.c (alpha_fix_adjustable): Remove redundant | Richard Henderson | 1 | -1/+1 |
2002-11-19 | * config/tc-alpha.c (s_alpha_prologue): as_bad when sym is NULL. | Alan Modra | 1 | -1/+6 |
2002-11-07 | * config/tc-alpha.c (alpha_validate_fix): Move code ... | Richard Henderson | 1 | -44/+33 |
2002-09-19 | * config/tc-alpha.c (md_pcrel_from): Only adjust special for | Richard Henderson | 1 | -9/+5 |
2002-09-05 | gas reloc rewrite. | Alan Modra | 1 | -16/+10 |
2002-08-14 | Fix compiling for COFF targets. | Nick Clifton | 1 | -151/+157 |
2002-08-06 | * config/tc-alpha.c (cpu_types): Enabled ev67, ev68, -m21264a | Richard Henderson | 1 | -2/+8 |
2002-06-02 | * config/tc-alpha.c (alpha_adjust_symtab_relocs): Fix thinko | Richard Henderson | 1 | -3/+5 |
2002-06-02 | include/elf/ | Richard Henderson | 1 | -15/+8 |
2002-05-30 | include/elf/ | Richard Henderson | 1 | -25/+198 |
2002-05-23 | * elf.c (_bfd_elf_make_section_from_shdr): Set SEC_THREAD_LOCAL | Jakub Jelinek | 1 | -2/+3 |
2002-05-23 | * config/tc-alpha.c (assemble_tokens): Protect use of | Alan Modra | 1 | -1/+4 |
2002-05-09 | * config/obj-coff.c: Fix formatting. | Kazu Hirata | 1 | -5/+5 |
2002-02-27 | * config/tc-alpha.c (s_alpha_text): Use obj_elf_text for OBJ_ELF, not | Jakub Jelinek | 1 | -0/+8 |
2002-02-09 | * config/tc-alpha.c (O_samegp): New. | Richard Henderson | 1 | -4/+57 |
2002-02-08 | * config/tc-alpha.c (alpha_force_relocation): Don't assert that | Richard Henderson | 1 | -4/+0 |
2001-12-18 | * config/tc-alpha.c (alpha_handle_align): Encode unop with RB as $sp. | Richard Henderson | 1 | -2/+2 |
2001-11-28 | * elf64-alpha.c (ALPHA_ELF_GOT_ENTRY_RELOCS_XLATED): Defined. | Jakub Jelinek | 1 | -1/+2 |
2001-11-23 | * elf.c (_bfd_elf_rela_local_sym): New. | Jakub Jelinek | 1 | -2/+1 |
2001-11-16 | 2001-11-15 H.J. Lu <hjl@gnu.org> | H.J. Lu | 1 | -1/+1 |
2001-11-15 | Update all uses of md_apply_fix to use md_apply_fix3. Make it a void function. | Nick Clifton | 1 | -15/+12 |
2001-10-11 | * config/tc-alpha.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2001-09-19 | Locale changes from Bruno Haible <haible@clisp.cons.org>. | H.J. Lu | 1 | -4/+4 |
2001-09-11 | * config/tc-alpha.c (alpha_elf_section_letter): New. | Richard Henderson | 1 | -0/+28 |
2001-09-08 | * config/tc-alpha.c (alpha_reloc_op_tag): Replace need_seq with | Richard Henderson | 1 | -27/+31 |
2001-09-05 | * config/tc-alpha.c (struct alpha_insn): Make sequence scalar long. | Richard Henderson | 1 | -822/+558 |
2001-08-21 | * config/tc-alpha.h (MD_APPLY_FIX3): Define. | Richard Henderson | 1 | -2/+3 |
2001-06-24 | * config/tc-alpha.c (tc_gen_reloc): Handle relocs against SEC_MERGE | Jakub Jelinek | 1 | -1/+2 |
2001-03-08 | Fix copyright notices | Nick Clifton | 1 | -1/+2 |
2001-01-22 | 2001-01-22 Kazu Hirata <kazu@hxi.com> | Kazu Hirata | 1 | -109/+100 |
2001-01-20 | 2001-01-19 Kazu Hirata <kazu@hxi.com> | Kazu Hirata | 1 | -86/+87 |
2001-01-19 | 2001-01-18 Kazu Hirata <kazu@hxi.com> | Kazu Hirata | 1 | -163/+163 |
2001-01-14 | 2001-01-14 Kazu Hirata <kazu@hxi.com> | Kazu Hirata | 1 | -1/+1 |
2001-01-03 | 2001-01-03 Philip Blundell <pb@futuretv.com> | Phil Blundell | 1 | -1/+9 |
2000-12-28 | * as.h (rs_align_test): New. | Richard Henderson | 1 | -22/+48 |
2000-12-03 | 2000-12-03 Kazu Hirata <kazu@hxi.com> | Kazu Hirata | 1 | -35/+35 |