Implement --just-symbols, including -R FILE. Fix symbol values when
[deliverable/binutils-gdb.git] / gold / script.cc
index da2a228b52aa93c85fe6671932a0ab514b37ef12..7cf3c7e6e104dcc121c9003f8079e310931bd756 100644 (file)
@@ -1412,7 +1412,7 @@ read_script_file(const char* filename, Command_line* cmdline,
   // so we invent a fake value.
   const Task* task = reinterpret_cast<const Task*>(-1);
 
-  Input_file_argument input_argument(filename, false, "",
+  Input_file_argument input_argument(filename, false, "", false,
                                     cmdline->position_dependent_options());
   Input_file input_file(&input_argument);
   if (!input_file.open(cmdline->options(), dirsearch, task))
@@ -2038,7 +2038,7 @@ script_add_file(void* closurev, const char* name, size_t length)
     }
 
   Input_file_argument file(name_string.c_str(), false, extra_search_path,
-                          closure->position_dependent_options());
+                          false, closure->position_dependent_options());
   closure->inputs()->add_file(file);
 }
 
This page took 0.023698 seconds and 4 git commands to generate.