summaryrefslogtreecommitdiff
path: root/ld/mri.c
diff options
context:
space:
mode:
Diffstat (limited to 'ld/mri.c')
-rw-r--r--ld/mri.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/mri.c b/ld/mri.c
index 0e95ef2064..aa344f6638 100644
--- a/ld/mri.c
+++ b/ld/mri.c
@@ -226,7 +226,7 @@ mri_draw_tree (void)
tmp->next = NULL;
tmp->spec.name = p->name;
tmp->spec.exclude_name_list = NULL;
- tmp->spec.sorted = FALSE;
+ tmp->spec.sorted = none;
lang_add_wild (NULL, tmp, FALSE);
/* If there is an alias for this section, add it too. */
@@ -237,7 +237,7 @@ mri_draw_tree (void)
tmp->next = NULL;
tmp->spec.name = aptr->name;
tmp->spec.exclude_name_list = NULL;
- tmp->spec.sorted = FALSE;
+ tmp->spec.sorted = none;
lang_add_wild (NULL, tmp, FALSE);
}