aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-mips-elf/reloc-merge-lo16.d
AgeCommit message (Collapse)AuthorFilesLines
2012-06-06bfd/Alan Modra1-0/+1
* elflink.c (elf_link_input_bfd): Provide a file symbol for each input file with local syms, if the input lacks such. (bfd_elf_final_link): Add a file symbol to mark end of locals for which we can associate with input files. (struct elf_final_link_info): Add filesym_count field. (struct elf_outext_info): Add need_second_pass and second_pass. (elf_link_output_extsym): Detect symbols defined in the output file, emit them on second pass over locals. ld/testsuite/ Update to suit added STT_FILE symbols.
2005-02-222005-02-22 Eric Christopher <echristo@redhat.com>Eric Christopher1-1/+1
* ld-mips-elf/reloc-merge-lo16.d: Correct symbol table size for __start. 2005-02-22 Eric Christopher <echristo@redhat.com> * config/tc-mips.c (struct proc): Change isym to func_sym. New member func_end_sym. (s_mips_ent): Update. (s_mips_end): Ditto. Add code to compute function size.
2004-07-08 * ld-mips-elf/reloc-merge-lo16.{s,d,ld}: New test.Richard Sandiford1-0/+16
* ld-mips-elf/mips-elf.exp: Run it.