public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [committed] MIPS/BFD: Reorder comment about dynamic symbol sorting
@ 2017-04-20 15:36 Maciej W. Rozycki
  0 siblings, 0 replies; only message in thread
From: Maciej W. Rozycki @ 2017-04-20 15:36 UTC (permalink / raw)
  To: binutils

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.
---
binutils-mips-bfd-elf-final-link-dynsym-sort-comment.diff
Index: binutils/bfd/elfxx-mips.c
===================================================================
--- binutils.orig/bfd/elfxx-mips.c	2017-04-07 00:33:15.000000000 +0100
+++ binutils/bfd/elfxx-mips.c	2017-04-07 00:51:59.579865480 +0100
@@ -14267,11 +14267,11 @@ _bfd_mips_elf_final_link (bfd *abfd, str
     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;
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-04-20 15:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-20 15:36 [committed] MIPS/BFD: Reorder comment about dynamic symbol sorting Maciej W. Rozycki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).