SHF_LINK_ORDER fixup_link_order in ld
[deliverable/binutils-gdb.git] / ld / emultempl / spuelf.em
index 2afad3e4dc54026badbfed07fa0619a59d4a0b7b..0c51b8e98f8a7c82a3a29224feab12adf4df1cd0 100644 (file)
@@ -151,7 +151,7 @@ spu_place_special_section (asection *s, asection *o, const char *output_name)
       lang_statement_list_type add;
 
       lang_list_init (&add);
-      lang_add_section (&add, s, NULL, os);
+      lang_add_section (&add, s, NULL, NULL, os);
       *add.tail = os->children.head;
       os->children.head = add.head;
     }
@@ -168,7 +168,7 @@ spu_place_special_section (asection *s, asection *o, const char *output_name)
          lang_add_assignment (exp_assign (".", e_size, FALSE));
          pop_stat_ptr ();
        }
-      lang_add_section (&os->children, s, NULL, os);
+      lang_add_section (&os->children, s, NULL, NULL, os);
     }
 
   s->output_section->size += s->size;
This page took 0.025847 seconds and 4 git commands to generate.