Added a testsuite. More support for COPY relocations.
[deliverable/binutils-gdb.git] / gold / readsyms.cc
index 2b200ba54849764e8143bce102391520253e6f6a..ba3e85e70a4c5ab74390d65e8a2fbe0c472058eb 100644 (file)
@@ -61,7 +61,7 @@ Read_symbols::run(Workqueue* workqueue)
       return;
     }
 
-  Input_file* input_file = new Input_file(this->input_argument_->file());
+  Input_file* input_file = new Input_file(&this->input_argument_->file());
   input_file->open(this->options_, this->dirpath_);
 
   // Read enough of the file to pick up the entire ELF header.
This page took 0.02394 seconds and 4 git commands to generate.