Fix indentation (and clang warning) in c-lang.c
[deliverable/binutils-gdb.git] / bfd / elf-strtab.c
index cc1dcb3f50a22c47095b981e6d84b943fc627dfc..55e138a6319cb105a8a2482aa56bc72678201bf5 100644 (file)
@@ -334,7 +334,9 @@ _bfd_elf_strtab_emit (register bfd *abfd, struct elf_strtab_hash *tab)
   return TRUE;
 }
 
-/* Compare two elf_strtab_hash_entry structures.  Called via qsort.  */
+/* Compare two elf_strtab_hash_entry structures.  Called via qsort.
+   Won't ever return zero as all entries differ, so there is no issue
+   with qsort stability here.  */
 
 static int
 strrevcmp (const void *a, const void *b)
This page took 0.025078 seconds and 4 git commands to generate.