Remove last traces of discard_all_inferiors
[deliverable/binutils-gdb.git] / bfd / merge.c
index 632c852390355829f95e149b7d72f0982a1a0b2b..2ed1ef595c424ae4e3d37eb2e4a784cd1186a74c 100644 (file)
@@ -1,5 +1,5 @@
 /* SEC_MERGE support.
-   Copyright (C) 2001-2019 Free Software Foundation, Inc.
+   Copyright (C) 2001-2020 Free Software Foundation, Inc.
    Written by Jakub Jelinek <jakub@redhat.com>.
 
    This file is part of BFD, the Binary File Descriptor library.
@@ -555,6 +555,9 @@ error_return:
   return FALSE;
 }
 
+/* qsort comparison function.  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.023733 seconds and 4 git commands to generate.