diff options
author | Ian Lance Taylor <ian@airs.com> | 2010-12-07 15:47:47 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2010-12-07 15:47:47 +0000 |
commit | c20cbc067b6fa714b4dc3e6d4025d5b11d605c80 (patch) | |
tree | 56209c4157142e4fa2aa54984629c6cb43ab7852 /gold/ChangeLog | |
parent | ee6352bb1936b0a2319c6ba6d801082ebb67cda6 (diff) | |
download | gdb-c20cbc067b6fa714b4dc3e6d4025d5b11d605c80.zip gdb-c20cbc067b6fa714b4dc3e6d4025d5b11d605c80.tar.gz gdb-c20cbc067b6fa714b4dc3e6d4025d5b11d605c80.tar.bz2 |
* archive.cc (Archive::get_elf_object_for_member): Permit
punconfigured to be NULL.
(Archive::read_symbols): Pass NULL to get_elf_object_for_member.
(Archive::include_member): Pass NULL to get_elf_object_for_member
if we searched for the archive and this is the first included
object.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index 43eb9de..f94a26f 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,12 @@ +2010-12-07 Ian Lance Taylor <iant@google.com> + + * archive.cc (Archive::get_elf_object_for_member): Permit + punconfigured to be NULL. + (Archive::read_symbols): Pass NULL to get_elf_object_for_member. + (Archive::include_member): Pass NULL to get_elf_object_for_member + if we searched for the archive and this is the first included + object. + 2010-12-01 Ian Lance Taylor <iant@google.com> * dwarf_reader.h (class Sized_dwarf_line_info): Add |