MIPS/BFD: Reorder comment about dynamic symbol sorting

Move the comment about dynamic symbol sorting next to where it happens.

	bfd/
	* elfxx-mips.c (_bfd_mips_elf_final_link): Reorder comment about
	dynamic symbol sorting.
This commit is contained in:
Maciej W. Rozycki 2017-04-19 16:51:17 +01:00
parent 59fa66c538
commit 64575f782b
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2017-04-20 Maciej W. Rozycki <macro@imgtec.com>
* elfxx-mips.c (_bfd_mips_elf_final_link): Reorder comment about
dynamic symbol sorting.
2017-04-20 H.J. Lu <hongjiu.lu@intel.com>
PR ld/21382

View File

@ -14271,11 +14271,11 @@ _bfd_mips_elf_final_link (bfd *abfd, struct bfd_link_info *info)
scRData, scSData, scSBss, scBss
};
/* Sort the dynamic symbols so that those with GOT entries come after
those without. */
htab = mips_elf_hash_table (info);
BFD_ASSERT (htab != NULL);
/* Sort the dynamic symbols so that those with GOT entries come after
those without. */
if (!mips_elf_sort_hash_table (abfd, info))
return FALSE;