aboutsummaryrefslogtreecommitdiff
path: root/bfd/elfxx-mips.c
AgeCommit message (Expand)AuthorFilesLines
2003-07-25bfd/H.J. Lu1-0/+18
2003-07-15include/opcode/Richard Sandiford1-0/+2
2003-07-09 * elfxx-mips.c (mips_elf_link_hash_entry): Remove min_dyn_reloc_index.Richard Sandiford1-134/+0
2003-07-09 * elfxx-mips.c (mips_elf_irix6_finish_dynamic_symbol): Make theRichard Sandiford1-0/+1
2003-07-09 * elfxx-mips.c (mips_elf_create_dynamic_relocation): Fix handlingRichard Sandiford1-2/+10
2003-07-09 * bfd/elfxx-mips.c (mips_elf_create_dynamic_relocation): TreatRichard Sandiford1-6/+10
2003-07-09 * bfd/elfxx-mips.c (mips_elf_create_dynamic_relocation): In SGI-Richard Sandiford1-1/+12
2003-07-09 * elfxx-mips.c (_bfd_mips_elf_finish_dynamic_symbol): AlwaysRichard Sandiford1-16/+1
2003-06-28 * elfxx-mips.c: Allow lazy binding for R_MIPS_JALR.Thiemo Seufer1-0/+1
2003-06-27 * elfxx-mips.c: Revert .got alignment to 2**4.Thiemo Seufer1-1/+3
2003-06-27 * elfxx-mips.c (_bfd_mips_elf_fake_sections): Remove non-defaultThiemo Seufer1-24/+5
2003-06-25Correct spelling of "relocatable".Alan Modra1-24/+24
2003-06-11 * elfxx-mips.c (MIPS_ELF_OPTIONS_SECTION_NAME): Use .MIPS.optionsThiemo Seufer1-9/+9
2003-06-11 * elf32-mips.c (mips_elf_generic_reloc): New Function.Thiemo Seufer1-27/+27
2003-05-30 * elfxx-mips.c (_bfd_mips_elf_discard_info): Correct loop index.Daniel Jacobowitz1-1/+1
2003-05-29 * elfxx-mips.c: Don't force symbols local unconditionally.Thiemo Seufer1-2/+2
2003-05-27 * elfxx-mips.c (mips_elf_hash_sort_data): Fix formattting.Richard Sandiford1-2/+3
2003-05-212003-05-07 Eric Christopher <echristo@redhat.com>Eric Christopher1-59/+43
2003-05-09 * elflink.c (_bfd_elf_link_create_dynamic_sections): Move fromAlan Modra1-12/+11
2003-05-07* elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): ImproveAlexandre Oliva1-1/+14
2003-04-12* elfxx-mips.c (mips_elf_calculate_relocation): Adjust two otherAlexandre Oliva1-6/+8
2003-04-12* elfxx-mips.c (mips_elf_get_global_gotsym_index): New.Alexandre Oliva1-3/+30
2003-04-11* elfxx-mips.c (mips_elf_calculate_relocation): DecayAlexandre Oliva1-3/+61
2003-04-01 * elfxx-mips.c (_bfd_mips_elf_hide_symbol): Test for NULL dynobj.Alan Modra1-42/+45
2003-03-26* elfxx-mips.c (_bfd_mips_relax_section): New function.Alexandre Oliva1-0/+179
2003-03-12* Reverted 2003-03-02's patch.Alexandre Oliva1-5/+10
2003-03-11* elfxx-mips.c (mips_elf_create_dynamic_relocation): Do not createAlexandre Oliva1-10/+24
2003-03-02 * elf32-mips.c (elf_mips_howto_table_rel): Change definition ofThiemo Seufer1-10/+5
2003-02-17Fix the behaviour of --allow-shlib-undefined, so that it does what it claimsNick Clifton1-23/+22
2003-02-04bfdAlan Modra1-3/+2
2003-01-29* elfxx-mips.c (mips_elf_got_entry_hash): Don't dereferenceAlexandre Oliva1-3/+4
2003-01-28* elfxx-mips.c (mips_elf_create_dynamic_relocation): HandleAlexandre Oliva1-4/+2
2003-01-28* elfxx-mips.c (mips_elf_multi_got): New function.Alexandre Oliva1-217/+1267
2003-01-23include/elf/ChangeLogAlan Modra1-32/+53
2003-01-02bfd/Richard Sandiford1-110/+153
2002-12-31[ bfd/ChangeLog ]Chris Demetriou1-2/+17
2002-12-12* elfxx-mips.c (mips_elf_calculate_relocation): Don't divideAlexandre Oliva1-1/+0
2002-12-12* elfxx-mips.c (struct mips_got_entry): New.Alexandre Oliva1-87/+128
2002-11-30s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra1-379/+379
2002-11-28include/elf/ChangeLogAlan Modra1-15/+11
2002-11-19* elfxx-mips.c (MIPS_RELOC_RELA_P): New macro.Alexandre Oliva1-1/+21
2002-11-19* elfxx-mips.c (MNAME): New macro.Alexandre Oliva1-16/+10
2002-10-22* elfxx-mips.c (_bfd_mips_elf_modify_segment_map): Don't moveAlexandre Oliva1-1/+6
2002-10-22* elflink.h (struct elf_link_sort_rela): Turn rel and relaAlexandre Oliva1-1/+3
2002-10-13* elfxx-mips.c (mips_elf_calculate_relocation): TakeAlexandre Oliva1-9/+23
2002-10-11Fix numerous occurrences ofAlan Modra1-49/+35
2002-10-05* elfxx-mips.c (mips_elf_create_dynamic_relocation): Set the typeAlexandre Oliva1-0/+4
2002-09-30[include/elf]Richard Sandiford1-6/+50
2002-09-26 * elfxx-mips.c (_bfd_mips_elf_fake_sections): Don't emit unneededThiemo Seufer1-1/+1
2002-09-18 * elf64-mips.c (mips_elf64_be_swap_reloca_out): Handle type2 and type3.Stan Cox1-0/+3