MIPS/BFD: Reorder comment about dynamic symbol sorting
[deliverable/binutils-gdb.git] / bfd / elfxx-mips.c
index 992ee067869cb476fb3d03e96061249afa0e3b43..8f6faad579e0e4f9eaecaa71875e496c2480ca37 100644 (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;
 
This page took 0.024115 seconds and 4 git commands to generate.