Rename lang_output_section_statement to lang_os_list
[deliverable/binutils-gdb.git] / ld / emultempl / alphaelf.em
index 9df63a6780436021c3269d7623162ca34818a719..55e01be037b17d77ccfcaa8631f00d734c912038 100644 (file)
@@ -47,7 +47,7 @@ alpha_after_open (void)
       lang_output_section_statement_type *plt_os[2];
 
       num_plt = 0;
-      for (os = &lang_output_section_statement.head->output_section_statement;
+      for (os = &lang_os_list.head->output_section_statement;
           os != NULL;
           os = os->next)
        {
This page took 0.026229 seconds and 4 git commands to generate.