ld: Allow EXCLUDE_FILE to be used outside of the section list
[external/binutils.git] / ld / ldlang.h
index 0cb147c..b70eb99 100644 (file)
@@ -372,6 +372,7 @@ struct lang_wild_statement_struct
   struct wildcard_list *section_list;
   bfd_boolean keep_sections;
   lang_statement_list_type children;
+  struct name_list *exclude_name_list;
 
   walk_wild_section_handler_t walk_wild_section_handler;
   struct wildcard_list *handler_data[4];