ld/
[external/binutils.git] / ld / mri.c
index 0e95ef2..aa344f6 100644 (file)
--- 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);
              }