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/ChangeLog | |
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/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index 8a1aa23..4b20ad9 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,9 @@ +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. + 2010-03-10 Ian Lance Taylor <iant@google.com> * reloc.cc (Sized_relobj::split_stack_adjust_reltype): Call the |