From 5a6f7e2db556f93765b75baf2d1ee1509225410d Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 30 Nov 2006 23:52:50 +0000 Subject: Added a testsuite. More support for COPY relocations. --- gold/readsyms.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gold/readsyms.cc') diff --git a/gold/readsyms.cc b/gold/readsyms.cc index 2b200ba..ba3e85e 100644 --- a/gold/readsyms.cc +++ b/gold/readsyms.cc @@ -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. -- cgit v1.1