Fix typo.
[deliverable/binutils-gdb.git] / ld / ldlang.h
index 7b399e314c5e3bd004775b3b4cf1a1d25d1569a9..7fca8b0dbea5169542dab9c20391b4cbe0360908 100644 (file)
@@ -432,8 +432,6 @@ struct orphan_save {
   lang_output_section_statement_type **os_tail;
 };
 
-extern struct unique_sections *unique_section_list;
-
 extern lang_output_section_statement_type *abs_output_section;
 extern lang_statement_list_type lang_output_section_statement;
 extern bfd_boolean lang_has_input_file;
@@ -551,6 +549,8 @@ extern void lang_for_each_statement
   (void (*) (lang_statement_union_type *));
 extern void *stat_alloc
   (size_t);
+extern void strip_excluded_output_sections
+  (void);
 extern void dprint_statement
   (lang_statement_union_type *, int);
 extern bfd_vma lang_size_sections
This page took 0.023876 seconds and 4 git commands to generate.