* mapfile.cc: New file.
[deliverable/binutils-gdb.git] / gold / script.h
index af0f53cb4aefca5da8f503fef290ff003b012bfe..ea4b6aff29e92a4e50e7db8e48331076912202b9 100644 (file)
@@ -43,6 +43,7 @@ class General_options;
 class Command_line;
 class Symbol_table;
 class Layout;
+class Mapfile;
 class Input_argument;
 class Input_objects;
 class Input_group;
@@ -393,7 +394,7 @@ class Script_options
 
 bool
 read_input_script(Workqueue*, const General_options&, Symbol_table*, Layout*,
-                 Dirsearch*, Input_objects*, Input_group*,
+                 Dirsearch*, Input_objects*, Mapfile*, Input_group*,
                  const Input_argument*, Input_file*,
                  Task_token* next_blocker, bool* used_next_blocker);
 
This page took 0.027259 seconds and 4 git commands to generate.