* ld-cris: New testsuite directory.
[deliverable/binutils-gdb.git] / ld / ldlang.h
index ad1cf62f4d082075f976fb39ee3819f4c2b6c7d3..983d34c63c5165dd637ae825145b52be58f4c1af 100644 (file)
@@ -290,7 +290,6 @@ typedef struct {
 
 typedef union lang_statement_union {
   lang_statement_header_type header;
-  union lang_statement_union *next;
   lang_wild_statement_type wild_statement;
   lang_data_statement_type data_statement;
   lang_reloc_statement_type reloc_statement;
@@ -441,10 +440,10 @@ extern bfd_vma lang_size_sections
   PARAMS ((lang_statement_union_type *s,
           lang_output_section_statement_type *output_section_statement,
           lang_statement_union_type **prev, fill_type fill,
-          bfd_vma dot, boolean relax));
+          bfd_vma dot, boolean *relax));
 extern void lang_enter_group PARAMS ((void));
 extern void lang_leave_group PARAMS ((void));
-extern void wild_doit
+extern void lang_add_section
   PARAMS ((lang_statement_list_type *ptr, asection *section,
           lang_output_section_statement_type *output,
           lang_input_statement_type *file));
This page took 0.022649 seconds and 4 git commands to generate.