Rename lang_output_section_statement to lang_os_list
[deliverable/binutils-gdb.git] / ld / emultempl / spuelf.em
index 2f8645d042d224d3d0d4dad50f3e295f5642c54d..f63097522fb898c9fdf36382dae25fae1d6e62e6 100644 (file)
@@ -290,7 +290,7 @@ spu_before_allocation (void)
            }
 
          /* Ensure alignment of overlay sections is sufficient.  */
-         for (os = &lang_output_section_statement.head->output_section_statement;
+         for (os = &lang_os_list.head->output_section_statement;
               os != NULL;
               os = os->next)
            if (os->bfd_section != NULL
This page took 0.027773 seconds and 4 git commands to generate.