Add new devices x1122 x1132 emulation.
[deliverable/binutils-gdb.git] / ld / mri.c
index 62a7f08646c7325629545fdb11776fce60db7595..cc9de64d8cdea6b767851d44ede63c2d98574287 100644 (file)
--- a/ld/mri.c
+++ b/ld/mri.c
@@ -149,7 +149,7 @@ mri_draw_tree ()
 
   /* Now build the statements for the ldlang machine.  */
 
-  /* Attatch the addresses of any which have addresses,
+  /* Attach the addresses of any which have addresses,
      and add the ones not mentioned.  */
   if (address != (struct section_name_struct *) NULL)
     {
@@ -243,8 +243,8 @@ mri_draw_tree ()
          tmp->next = NULL;
          tmp->spec.name = p->name;
          tmp->spec.exclude_name_list = NULL;
-         tmp->spec.sorted = false;
-         lang_add_wild (NULL, tmp, false);
+         tmp->spec.sorted = FALSE;
+         lang_add_wild (NULL, tmp, FALSE);
 
          /* If there is an alias for this section, add it too.  */
          for (aptr = alias; aptr; aptr = aptr->next)
@@ -254,8 +254,8 @@ mri_draw_tree ()
                tmp->next = NULL;
                tmp->spec.name = aptr->name;
                tmp->spec.exclude_name_list = NULL;
-               tmp->spec.sorted = false;
-               lang_add_wild (NULL, tmp, false);
+               tmp->spec.sorted = FALSE;
+               lang_add_wild (NULL, tmp, FALSE);
              }
 
          lang_leave_output_section_statement
This page took 0.023684 seconds and 4 git commands to generate.