diff options
author | Rafael Ávila de Espíndola <respindola@mozilla.com> | 2010-03-15 14:46:16 +0000 |
---|---|---|
committer | Rafael Ávila de Espíndola <respindola@mozilla.com> | 2010-03-15 14:46:16 +0000 |
commit | b672b0573713e336541cc793af65bf9ea13e9702 (patch) | |
tree | 0335bdf605674b3c1a294d605798582504edfc65 /gold/readsyms.cc | |
parent | 4d9743afc875c940c9cb0acc52696d25fdc9d506 (diff) | |
download | gdb-b672b0573713e336541cc793af65bf9ea13e9702.zip gdb-b672b0573713e336541cc793af65bf9ea13e9702.tar.gz gdb-b672b0573713e336541cc793af65bf9ea13e9702.tar.bz2 |
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.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gold/readsyms.cc b/gold/readsyms.cc index 2ca391c..980e0af 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_, |