summaryrefslogtreecommitdiff
path: root/gold/readsyms.cc
diff options
context:
space:
mode:
authorRafael Ávila de Espíndola <respindola@mozilla.com>2010-03-15 14:46:16 +0000
committerRafael Ávila de Espíndola <respindola@mozilla.com>2010-03-15 14:46:16 +0000
commitb672b0573713e336541cc793af65bf9ea13e9702 (patch)
tree0335bdf605674b3c1a294d605798582504edfc65 /gold/readsyms.cc
parent4d9743afc875c940c9cb0acc52696d25fdc9d506 (diff)
2010-03-15 Rafael Espindola <espindola@google.com>
* readsyms.cc (Read_symbols::do_read_symbols): Update calls to Add_symbols' constructor. * readsyms.h (Add_symbols): Remove the input_group member.
Diffstat (limited to 'gold/readsyms.cc')
-rw-r--r--gold/readsyms.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/gold/readsyms.cc b/gold/readsyms.cc
index 2ca391cec6..980e0af570 100644
--- a/gold/readsyms.cc
+++ b/gold/readsyms.cc
@@ -253,7 +253,6 @@ Read_symbols::do_read_symbols(Workqueue* workqueue)
this->dirindex_,
this->mapfile_,
this->input_argument_,
- this->input_group_,
obj,
NULL,
this->this_blocker_,
@@ -316,7 +315,6 @@ Read_symbols::do_read_symbols(Workqueue* workqueue)
this->dirindex_,
this->mapfile_,
this->input_argument_,
- this->input_group_,
obj,
sd,
this->this_blocker_,