Age | Commit message (Expand) | Author | Files | Lines |
2003-04-12 | * elfxx-mips.c (mips_elf_calculate_relocation): Adjust two other | Alexandre Oliva | 1 | -6/+8 |
2003-04-12 | * elfxx-mips.c (mips_elf_get_global_gotsym_index): New. | Alexandre Oliva | 1 | -3/+30 |
2003-04-11 | * elfxx-mips.c (mips_elf_calculate_relocation): Decay | Alexandre Oliva | 1 | -3/+61 |
2003-04-01 | * elfxx-mips.c (_bfd_mips_elf_hide_symbol): Test for NULL dynobj. | Alan Modra | 1 | -42/+45 |
2003-03-26 | * elfxx-mips.c (_bfd_mips_relax_section): New function. | Alexandre Oliva | 1 | -0/+179 |
2003-03-12 | * Reverted 2003-03-02's patch. | Alexandre Oliva | 1 | -5/+10 |
2003-03-11 | * elfxx-mips.c (mips_elf_create_dynamic_relocation): Do not create | Alexandre Oliva | 1 | -10/+24 |
2003-03-02 | * elf32-mips.c (elf_mips_howto_table_rel): Change definition of | Thiemo Seufer | 1 | -10/+5 |
2003-02-17 | Fix the behaviour of --allow-shlib-undefined, so that it does what it claims | Nick Clifton | 1 | -23/+22 |
2003-02-04 | bfd | Alan Modra | 1 | -3/+2 |
2003-01-29 | * elfxx-mips.c (mips_elf_got_entry_hash): Don't dereference | Alexandre Oliva | 1 | -3/+4 |
2003-01-28 | * elfxx-mips.c (mips_elf_create_dynamic_relocation): Handle | Alexandre Oliva | 1 | -4/+2 |
2003-01-28 | * elfxx-mips.c (mips_elf_multi_got): New function. | Alexandre Oliva | 1 | -217/+1267 |
2003-01-23 | include/elf/ChangeLog | Alan Modra | 1 | -32/+53 |
2003-01-02 | bfd/ | Richard Sandiford | 1 | -110/+153 |
2002-12-31 | [ bfd/ChangeLog ] | Chris Demetriou | 1 | -2/+17 |
2002-12-12 | * elfxx-mips.c (mips_elf_calculate_relocation): Don't divide | Alexandre Oliva | 1 | -1/+0 |
2002-12-12 | * elfxx-mips.c (struct mips_got_entry): New. | Alexandre Oliva | 1 | -87/+128 |
2002-11-30 | s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify | Alan Modra | 1 | -379/+379 |
2002-11-28 | include/elf/ChangeLog | Alan Modra | 1 | -15/+11 |
2002-11-19 | * elfxx-mips.c (MIPS_RELOC_RELA_P): New macro. | Alexandre Oliva | 1 | -1/+21 |
2002-11-19 | * elfxx-mips.c (MNAME): New macro. | Alexandre Oliva | 1 | -16/+10 |
2002-10-22 | * elfxx-mips.c (_bfd_mips_elf_modify_segment_map): Don't move | Alexandre Oliva | 1 | -1/+6 |
2002-10-22 | * elflink.h (struct elf_link_sort_rela): Turn rel and rela | Alexandre Oliva | 1 | -1/+3 |
2002-10-13 | * elfxx-mips.c (mips_elf_calculate_relocation): Take | Alexandre Oliva | 1 | -9/+23 |
2002-10-11 | Fix numerous occurrences of | Alan Modra | 1 | -49/+35 |
2002-10-05 | * elfxx-mips.c (mips_elf_create_dynamic_relocation): Set the type | Alexandre Oliva | 1 | -0/+4 |
2002-09-30 | [include/elf] | Richard Sandiford | 1 | -6/+50 |
2002-09-26 | * elfxx-mips.c (_bfd_mips_elf_fake_sections): Don't emit unneeded | Thiemo Seufer | 1 | -1/+1 |
2002-09-18 | * elf64-mips.c (mips_elf64_be_swap_reloca_out): Handle type2 and type3. | Stan Cox | 1 | -0/+3 |
2002-08-22 | * elf-bfd.h (struct elf_backend_data): Add struct elf_backend_data | Alan Modra | 1 | -2/+3 |
2002-08-17 | * elfxx-mips.c (_bfd_mips_elf_modify_segment_map): Use the | Stan Cox | 1 | -7/+7 |
2002-08-09 | * elfxx-mips.c (mips_elf_global_got_index): Avoid segfault if | Thiemo Seufer | 1 | -2/+5 |
2002-08-07 | * elfxx-mips.c (mips_elf_create_dynamic_relocation): Cast signedness | Thiemo Seufer | 1 | -1/+2 |
2002-08-07 | * elfxx-mips.c (ABI_64_P): Remove superfluous check. | Thiemo Seufer | 1 | -1/+1 |
2002-07-26 | [bfd/] | Richard Sandiford | 1 | -0/+9 |
2002-07-19 | * elfxx-mips.c (_bfd_mips_elf_discard_info): New function, code from | Thiemo Seufer | 1 | -0/+97 |
2002-07-07 | * elf-bfd.h (struct elf_reloc_cookie): Remove locsym_shndx, | Alan Modra | 1 | -1/+1 |
2002-07-01 | * elfxx-mips.c (ABI_64_P): Fix comment. | Thiemo Seufer | 1 | -19/+22 |
2002-07-01 | * elflink.h (elf_gc_mark): Pass in the section whose relocs we are | Alan Modra | 1 | -6/+4 |
2002-06-25 | * aout-adobe.c: Don't compare against "true" or "false. | Alan Modra | 1 | -4/+3 |
2002-06-07 | * elfxx-mips.c (_bfd_mips_elf_relocate_section): Simplify code. | Thiemo Seufer | 1 | -29/+22 |
2002-06-05 | * elf32-mips.c (elf32_mips_ignore_discarded_relocs): Move to... | Maciej W. Rozycki | 1 | -0/+9 |
2002-06-05 | 2002-06-05 H.J. Lu <hjl@gnu.org> | H.J. Lu | 1 | -1/+9 |
2002-06-04 | * elf.c (bfd_section_from_shdr): Make "name" const. | Alan Modra | 1 | -1/+1 |
2002-06-03 | * elfxx-mips.c (ABI_64_P): Use backend's data to determine the | Maciej W. Rozycki | 1 | -1/+1 |
2002-05-14 | * elfxx-mips.c: Call it IRIX, not Irix in comments. | Thiemo Seufer | 1 | -13/+13 |
2002-05-03 | 2002-05-03 H.J. Lu (hjl@gnu.org) | H.J. Lu | 1 | -3/+21 |
2002-04-24 | 2002-04-24 Chris G. Demetriou <cgd@broadcom.com> | Chris Demetriou | 1 | -0/+6 |
2002-04-04 | 2002-04-04 Daniel Jacobowitz <drow@mvista.com> | Daniel Jacobowitz | 1 | -2/+2 |