aboutsummaryrefslogtreecommitdiff
path: root/gdb/solib-osf.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/solib-osf.c')
-rw-r--r--gdb/solib-osf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/solib-osf.c b/gdb/solib-osf.c
index a8354a1..3f5663b 100644
--- a/gdb/solib-osf.c
+++ b/gdb/solib-osf.c
@@ -192,6 +192,7 @@ static int
lm_sec_cmp (const void *p1, const void *p2)
{
const struct lm_sec *lms1 = p1, *lms2 = p2;
+
return strcmp (lms1->name, lms2->name);
}