ppc476 linker workaround shared lib fixes again
[deliverable/binutils-gdb.git] / ld / ldlang.h
index 69d21a723096cc7ead383c1d426d0369b7ed674c..475cf71c21d827b1601adda59d5178fd974a9112 100644 (file)
@@ -283,6 +283,9 @@ struct lang_input_statement_flags
 
   /* Set if the file was claimed from an archive.  */
   unsigned int claim_archive : 1;
+
+  /* Set if added by the lto plugin add_input_file callback.  */
+  unsigned int lto_output : 1;
 #endif /* ENABLE_PLUGINS */
 
   /* Head of list of pushed flags.  */
@@ -685,4 +688,7 @@ ldlang_override_segment_assignment
 extern void
 lang_ld_feature (char *);
 
+extern void
+lang_print_memory_usage (void);
+
 #endif
This page took 0.025177 seconds and 4 git commands to generate.