]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gold/gold.h
Snapshot. Now able to produce a minimal executable which actually
[thirdparty/binutils-gdb.git] / gold / gold.h
index 03737a28f595a675b71acc5cc6a1e7670afb63b3..cb17ae765635abba7077911e0239f71f57515956 100644 (file)
@@ -80,6 +80,13 @@ struct hash<T*>
 namespace gold
 {
 
+class General_options;
+class Input_objects;
+class Symbol_table;
+class Layout;
+class Workqueue;
+class Output_file;
+
 // The name of the program as used in error messages.
 extern const char* program_name;
 
@@ -103,6 +110,14 @@ gold_nomem() ATTRIBUTE_NORETURN;
 extern void
 gold_unreachable() ATTRIBUTE_NORETURN;
 
+extern void
+queue_final_tasks(const General_options&,
+                 const Input_objects*,
+                 const Symbol_table*,
+                 const Layout*,
+                 Workqueue*,
+                 Output_file* of);
+
 } // End namespace gold.
 
 #endif // !defined(GOLD_GOLD_H)