diff options
author | Sriraman Tallam <tmsriram@google.com> | 2013-03-30 01:03:23 +0000 |
---|---|---|
committer | Sriraman Tallam <tmsriram@google.com> | 2013-03-30 01:03:23 +0000 |
commit | 9993ba115b669ec8c96a31d751fe3046d268bc40 (patch) | |
tree | 46dd6dac61e65003b16c447142a7e66de69ffc2c /gold/ChangeLog | |
parent | 61315175ad029ee37a415cb1becd0bfecd44c430 (diff) | |
download | gdb-9993ba115b669ec8c96a31d751fe3046d268bc40.zip gdb-9993ba115b669ec8c96a31d751fe3046d268bc40.tar.gz gdb-9993ba115b669ec8c96a31d751fe3046d268bc40.tar.bz2 |
2013-03-29 Sriraman Tallam <tmsriram@google.com>
* archive.cc (Archive::get_elf_object_for_member): Create the elf
object before calling the plugin claim_file handler. Pass the elf
object of the archive to the plugin. Delete the elf object if the
plugin claims the file.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index 49ed934..360599c 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,10 @@ +2013-03-29 Sriraman Tallam <tmsriram@google.com> + + * archive.cc (Archive::get_elf_object_for_member): Create the elf + object before calling the plugin claim_file handler. Pass the elf + object of the archive to the plugin. Delete the elf object if the + plugin claims the file. + 2013-03-21 Alan Modra <amodra@gmail.com> * layout.cc (Layout::set_segment_offsets): Accept writable .text |