From Craig Silverstein: rework seen handling to be based on archive

offsets rather than entries in archive symbol table.
This commit is contained in:
Ian Lance Taylor
2007-09-20 05:43:14 +00:00
parent 20e96b3e5d
commit e243ffc667
2 changed files with 25 additions and 15 deletions

View File

@@ -123,9 +123,6 @@ class Archive
std::vector<Armap_entry> armap_;
// The extended name table.
std::string extended_names_;
// Track which symbols in the archive map are for elements which
// have already been included in the link.
std::vector<bool> seen_;
};
// This class is used to read an archive and pick out the desired