diff options
author | Ian Lance Taylor <iant@google.com> | 2006-11-30 23:52:50 +0000 |
---|---|---|
committer | Ian Lance Taylor <iant@google.com> | 2006-11-30 23:52:50 +0000 |
commit | 5a6f7e2db556f93765b75baf2d1ee1509225410d (patch) | |
tree | 6db53a1cd843958dc18135430dbf37bd7b92b17e /gold/readsyms.cc | |
parent | 2621033b5dbe773f00cb90d24604b70a1cead2f1 (diff) | |
download | gdb-5a6f7e2db556f93765b75baf2d1ee1509225410d.zip gdb-5a6f7e2db556f93765b75baf2d1ee1509225410d.tar.gz gdb-5a6f7e2db556f93765b75baf2d1ee1509225410d.tar.bz2 |
Added a testsuite. More support for COPY relocations.
Diffstat (limited to 'gold/readsyms.cc')
-rw-r--r-- | gold/readsyms.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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. |