mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-29 04:53:56 +08:00
09ec0418c0
* elfcpp.h (enum SHT): Add SHT_GNU_INCREMENTAL_SYMTAB, SHT_GNU_INCREMENTAL_RELOCS. gold/ChangeLog: * archive.cc: Include incremental.h. (Archive::Archive): Initialize incremental_info_. (Archive::include_member): Record archive members in incremental info. (Add_archive_symbols::run): Record begin and end of an archive in incremental info. (Lib_group::include_member): Record objects in incremental info. * archive.h (Incremental_archive_entry): Forward declaration. (Archive::set_incremental_info): New member function. (Archive::incremental_info): New member function. (Archive::Unused_symbol_iterator): New class. (Archive::unused_symbols_begin): New member function. (Archive::unused_symbols_end): New member function. (Archive::incremental_info_): New data member. * incremental-dump.cc (find_input_containing_global): New function. (dump_incremental_inputs): Dump new incremental info sections. * incremental.cc: Include symtab.h. (Output_section_incremental_inputs): New class. (Sized_incremental_binary::do_find_incremental_inputs_sections): Support new incremental info sections. (Sized_incremental_binary::do_check_inputs): Likewise. (Incremental_inputs::report_archive): Remove. (Incremental_inputs::report_archive_begin): New function. (Incremental_inputs::report_archive_end): New function. (Incremental_inputs::report_object): New function. (Incremental_inputs::finalize_inputs): Remove. (Incremental_inputs::report_input_section): New function. (Incremental_inputs::report_script): Rewrite. (Incremental_inputs::finalize): Do nothing but finalize string table. (Incremental_inputs::create_incremental_inputs_section_data): Remove. (Incremental_inputs::sized_create_inputs_section_data): Remove. (Incremental_inputs::create_data_sections): New function. (Incremental_inputs::relocs_entsize): New function. (Output_section_incremental_inputs::set_final_data_size): New function. (Output_section_incremental_inputs::do_write): New function. (Output_section_incremental_inputs::write_header): New function. (Output_section_incremental_inputs::write_input_files): New function. (Output_section_incremental_inputs::write_info_blocks): New function. (Output_section_incremental_inputs::write_symtab): New function. * incremental.h (Incremental_script_entry): Forward declaration. (Incremental_object_entry): Forward declaration. (Incremental_archive_entry): Forward declaration. (Incremental_inputs): Forward declaration. (Incremental_inputs_header_data): Remove. (Incremental_inputs_header): Remove. (Incremental_inputs_header_write): Remove. (Incremental_inputs_entry_data): Remove. (Incremental_inputs_entry): Remove. (Incremental_inputs_entry_write): Remove. (enum Incremental_input_type): Add INCREMENTAL_INPUT_ARCHIVE_MEMBER. (Incremental_binary::find_incremental_inputs_sections): Add parameters. (Incremental_binary::do_find_incremental_inputs_sections): Likewise. (Sized_ncremental_binary::do_find_incremental_inputs_sections): Likewise. (Incremental_input_entry): New class. (Incremental_script_entry): New class. (Incremental_object_entry): New class. (Incremental_archive_entry): New class. (Incremental_inputs::Incremental_inputs): Initialize new data members. (Incremental_inputs::report_inputs): Remove. (Incremental_inputs::report_archive): Remove. (Incremental_inputs::report_archive_begin): New function. (Incremental_inputs::report_archive_end): New function. (Incremental_inputs::report_object): Change prototype. (Incremental_inputs::report_input_section): New function. (Incremental_inputs::report_script): Change prototype. (Incremental_inputs::get_reloc_count): New function. (Incremental_inputs::set_reloc_count): New function. (Incremental_inputs::create_data_sections): New function. (Incremental_inputs::create_incremental_inputs_section_data): Remove. (Incremental_inputs::inputs_section): New function. (Incremental_inputs::symtab_section): New function. (Incremental_inputs::relocs_section): New function. (Incremental_inputs::get_stringpool): Add const. (Incremental_inputs::command_line): Add const. (Incremental_inputs::inputs): Remove. (Incremental_inputs::command_line_key): New function. (Incremental_inputs::input_file_count): New function. (Incremental_inputs::input_files): New function. (Incremental_inputs::relocs_entsize): New function. (Incremental_inputs::sized_create_inputs_section_data): Remove. (Incremental_inputs::finalize_inputs): Remove. (Incremental_inputs::Input_info): Remove. (Incremental_inputs::lock_): Remove. (Incremental_inputs::inputs_): Change type. (Incremental_inputs::inputs_map_): Remove. (Incremental_inputs::current_object_entry_): New data member. (Incremental_inputs::inputs_section_): New data member. (Incremental_inputs::symtab_section_): New data member. (Incremental_inputs::relocs_section_): New data member. (Incremental_inputs::reloc_count_): New data member. (Incremental_inputs_reader): New class. (Incremental_symtab_reader): New class. (Incremental_relocs_reader): New class. * layout.cc (Layout::finalize): Move finalization of incremental info and creation of incremental info sections to follow finalization of symbol table. Set offsets for postprocessing sections. (Layout::create_incremental_info_sections): Call Incremental_inputs::create_data_sections. Add incremental symtab and relocs sections. Set sh_entsize and sh_link fields. Arrange for sections to layout after input sections. * layout.h (struct Timespec): Forward declaration. (Layout::incremental_inputs): Add const. (Layout::create_incremental_info_sections): Add parameter. * main.cc (main): Remove call to Incremental_inputs::report_inputs. * object.cc: Include incremental.h. (Relobj::finalize_incremental_relocs): New function. (Sized_relobj::do_layout): Record input sections in incremental info. * object.h (Object::output_section): New function. (Object::output_section_offset): Moved from Relobj. (Object::get_incremental_reloc_base): New function. (Object::get_incremental_reloc_count): New function. (Object::do_output_section): New function. (Object::do_output_section_offset): Moved from Relobj. (Object::do_get_incremental_reloc_base): New function. (Object::do_get_incremental_reloc_count): New function. (Object::Object): Initialize new data members. (Relobj::output_section): Renamed do_output_section and moved to protected. (Relobj::output_section_offset): Moved to Object. (Relobj::do_get_incremental_reloc_base): New function. (Relobj::do_get_incremental_reloc_count): New function. (Relobj::allocate_incremental_reloc_counts): New function. (Relobj::count_incremental_reloc): New function. (Relobj::finalize_incremental_relocs): New function. (Relobj::next_incremental_reloc_index): New function. (Relobj::reloc_counts_): New data member. (Relobj::reloc_bases_): New data member. (Sized_relobj::do_relocate_sections): Add parameter. Change caller. (Sized_relobj::relocate_sections): Add parameter. Change all callers. (Sized_relobj::incremental_relocs_scan): New function. (Sized_relobj::incremental_relocs_scan_reltype): New function. (Sized_relobj::incremental_relocs_write): New function. (Sized_relobj::incremental_relocs_write_reltype): New function. * plugin.cc (Plugin_manager::add_input_file): Rewrite test for incremental link. * readsyms.cc (Read_symbols::do_read_symbols): Move reporting of archives and object files elsewhere. (Add_symbols::run): Report object files here. (Finish_group::run): Report end of archive at end of group. * reloc.cc: Include layout.h, incremental.h. (Sized_relobj::do_read_relocs): Need relocations for incremental link. (Sized_relobj::do_scan_relocs): Record relocations for incremental link. (Sized_relobj::incremental_relocs_scan): New function. (Sized_relobj::incremental_relocs_scan_reltype): New function. (Sized_relobj::do_relocate_sections): Write incremental relocations. (Sized_relobj::incremental_relocs_write): New function. (Sized_relobj::incremental_relocs_write_reltype): New function. * script.cc (read_input_script): Rewrite test for incremental link. Change call to Incremental_inputs::report_script. * symtab.h (Symbol_table::first_global_index): New function. (Symbol_table::output_count): New function.
540 lines
14 KiB
C++
540 lines
14 KiB
C++
// archive.h -- archive support for gold -*- C++ -*-
|
|
|
|
// Copyright 2006, 2007, 2008, 2010 Free Software Foundation, Inc.
|
|
// Written by Ian Lance Taylor <iant@google.com>.
|
|
|
|
// This file is part of gold.
|
|
|
|
// This program is free software; you can redistribute it and/or modify
|
|
// it under the terms of the GNU General Public License as published by
|
|
// the Free Software Foundation; either version 3 of the License, or
|
|
// (at your option) any later version.
|
|
|
|
// This program is distributed in the hope that it will be useful,
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
// GNU General Public License for more details.
|
|
|
|
// You should have received a copy of the GNU General Public License
|
|
// along with this program; if not, write to the Free Software
|
|
// Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
|
|
// MA 02110-1301, USA.
|
|
|
|
#ifndef GOLD_ARCHIVE_H
|
|
#define GOLD_ARCHIVE_H
|
|
|
|
#include <string>
|
|
#include <vector>
|
|
|
|
#include "fileread.h"
|
|
#include "workqueue.h"
|
|
|
|
namespace gold
|
|
{
|
|
|
|
class Task;
|
|
class Input_argument;
|
|
class Input_file;
|
|
class Input_objects;
|
|
class Input_group;
|
|
class Layout;
|
|
class Symbol_table;
|
|
class Object;
|
|
class Read_symbols_data;
|
|
class Input_file_lib;
|
|
class Incremental_archive_entry;
|
|
|
|
// An entry in the archive map of offsets to members.
|
|
struct Archive_member
|
|
{
|
|
Archive_member()
|
|
: obj_(NULL), sd_(NULL)
|
|
{ }
|
|
Archive_member(Object* obj, Read_symbols_data* sd)
|
|
: obj_(obj), sd_(sd)
|
|
{ }
|
|
// The object file.
|
|
Object* obj_;
|
|
// The data to pass from read_symbols() to add_symbols().
|
|
Read_symbols_data* sd_;
|
|
};
|
|
|
|
// This class represents an archive--generally a libNAME.a file.
|
|
// Archives have a symbol table and a list of objects.
|
|
|
|
class Archive
|
|
{
|
|
public:
|
|
Archive(const std::string& name, Input_file* input_file,
|
|
bool is_thin_archive, Dirsearch* dirpath, Task* task);
|
|
|
|
// The length of the magic string at the start of an archive.
|
|
static const int sarmag = 8;
|
|
|
|
// The magic string at the start of an archive.
|
|
static const char armag[sarmag];
|
|
static const char armagt[sarmag];
|
|
|
|
// The string expected at the end of an archive member header.
|
|
static const char arfmag[2];
|
|
|
|
// The name of the object. This is the name used on the command
|
|
// line; e.g., if "-lgcc" is on the command line, this will be
|
|
// "gcc".
|
|
const std::string&
|
|
name() const
|
|
{ return this->name_; }
|
|
|
|
// The input file.
|
|
const Input_file*
|
|
input_file() const
|
|
{ return this->input_file_; }
|
|
|
|
// The file name.
|
|
const std::string&
|
|
filename() const
|
|
{ return this->input_file_->filename(); }
|
|
|
|
// Set up the archive: read the symbol map.
|
|
void
|
|
setup();
|
|
|
|
// Get a reference to the underlying file.
|
|
File_read&
|
|
file()
|
|
{ return this->input_file_->file(); }
|
|
|
|
const File_read&
|
|
file() const
|
|
{ return this->input_file_->file(); }
|
|
|
|
// Lock the underlying file.
|
|
void
|
|
lock(const Task* t)
|
|
{ this->input_file_->file().lock(t); }
|
|
|
|
// Unlock the underlying file.
|
|
void
|
|
unlock(const Task* t)
|
|
{ this->input_file_->file().unlock(t); }
|
|
|
|
// Return whether the underlying file is locked.
|
|
bool
|
|
is_locked() const
|
|
{ return this->input_file_->file().is_locked(); }
|
|
|
|
// Return the token, so that the task can be queued.
|
|
Task_token*
|
|
token()
|
|
{ return this->input_file_->file().token(); }
|
|
|
|
// Release the underlying file.
|
|
void
|
|
release()
|
|
{ this->input_file_->file().release(); }
|
|
|
|
// Clear uncached views in the underlying file.
|
|
void
|
|
clear_uncached_views()
|
|
{ this->input_file_->file().clear_uncached_views(); }
|
|
|
|
// Whether this is a thin archive.
|
|
bool
|
|
is_thin_archive() const
|
|
{ return this->is_thin_archive_; }
|
|
|
|
// Unlock any nested archives.
|
|
void
|
|
unlock_nested_archives();
|
|
|
|
// Select members from the archive as needed and add them to the
|
|
// link.
|
|
bool
|
|
add_symbols(Symbol_table*, Layout*, Input_objects*, Mapfile*);
|
|
|
|
// Dump statistical information to stderr.
|
|
static void
|
|
print_stats();
|
|
|
|
// Return the number of members in the archive.
|
|
size_t
|
|
count_members();
|
|
|
|
// Return the no-export flag.
|
|
bool
|
|
no_export()
|
|
{ return this->no_export_; }
|
|
|
|
// Store a pointer to the incremental link info for the archive.
|
|
void
|
|
set_incremental_info(Incremental_archive_entry* info)
|
|
{ this->incremental_info_ = info; }
|
|
|
|
// Return the pointer to the incremental link info for the archive.
|
|
Incremental_archive_entry*
|
|
incremental_info() const
|
|
{ return this->incremental_info_; }
|
|
|
|
// When we see a symbol in an archive we might decide to include the member,
|
|
// not include the member or be undecided. This enum represents these
|
|
// possibilities.
|
|
|
|
enum Should_include
|
|
{
|
|
SHOULD_INCLUDE_NO,
|
|
SHOULD_INCLUDE_YES,
|
|
SHOULD_INCLUDE_UNKNOWN
|
|
};
|
|
|
|
static Should_include
|
|
should_include_member(Symbol_table* symtab, Layout*, const char* sym_name,
|
|
Symbol** symp, std::string* why, char** tmpbufp,
|
|
size_t* tmpbuflen);
|
|
|
|
private:
|
|
struct Armap_entry;
|
|
|
|
public:
|
|
// Iterator class for unused global symbols. This iterator is used
|
|
// for incremental links.
|
|
|
|
class Unused_symbol_iterator
|
|
{
|
|
public:
|
|
Unused_symbol_iterator(Archive* arch,
|
|
std::vector<Armap_entry>::const_iterator it)
|
|
: arch_(arch), it_(it)
|
|
{ this->skip_used_symbols(); }
|
|
|
|
const char*
|
|
operator*() const
|
|
{ return this->arch_->armap_names_.data() + this->it_->name_offset; }
|
|
|
|
Unused_symbol_iterator&
|
|
operator++()
|
|
{
|
|
++this->it_;
|
|
this->skip_used_symbols();
|
|
return *this;
|
|
}
|
|
|
|
bool
|
|
operator==(const Unused_symbol_iterator p) const
|
|
{ return this->it_ == p.it_; }
|
|
|
|
bool
|
|
operator!=(const Unused_symbol_iterator p) const
|
|
{ return this->it_ != p.it_; }
|
|
|
|
private:
|
|
// Skip over symbols defined by members that have been included.
|
|
void
|
|
skip_used_symbols()
|
|
{
|
|
while (this->it_ != this->arch_->armap_.end()
|
|
&& (this->arch_->seen_offsets_.find(this->it_->file_offset)
|
|
!= this->arch_->seen_offsets_.end()))
|
|
++it_;
|
|
}
|
|
|
|
// The underlying archive.
|
|
Archive* arch_;
|
|
|
|
// The underlying iterator over all entries in the archive map.
|
|
std::vector<Armap_entry>::const_iterator it_;
|
|
};
|
|
|
|
// Return an iterator referring to the first unused symbol.
|
|
Unused_symbol_iterator
|
|
unused_symbols_begin()
|
|
{ return Unused_symbol_iterator(this, this->armap_.begin()); }
|
|
|
|
// Return an iterator referring to the end of the unused symbols.
|
|
Unused_symbol_iterator
|
|
unused_symbols_end()
|
|
{ return Unused_symbol_iterator(this, this->armap_.end()); }
|
|
|
|
private:
|
|
Archive(const Archive&);
|
|
Archive& operator=(const Archive&);
|
|
|
|
struct Archive_header;
|
|
|
|
// Total number of archives seen.
|
|
static unsigned int total_archives;
|
|
// Total number of archive members seen.
|
|
static unsigned int total_members;
|
|
// Number of archive members loaded.
|
|
static unsigned int total_members_loaded;
|
|
|
|
// Get a view into the underlying file.
|
|
const unsigned char*
|
|
get_view(off_t start, section_size_type size, bool aligned, bool cache)
|
|
{ return this->input_file_->file().get_view(0, start, size, aligned, cache); }
|
|
|
|
// Read the archive symbol map.
|
|
void
|
|
read_armap(off_t start, section_size_type size);
|
|
|
|
// Read an archive member header at OFF. CACHE is whether to cache
|
|
// the file view. Return the size of the member, and set *PNAME to
|
|
// the name.
|
|
off_t
|
|
read_header(off_t off, bool cache, std::string* pname, off_t* nested_off);
|
|
|
|
// Interpret an archive header HDR at OFF. Return the size of the
|
|
// member, and set *PNAME to the name.
|
|
off_t
|
|
interpret_header(const Archive_header* hdr, off_t off, std::string* pname,
|
|
off_t* nested_off) const;
|
|
|
|
// Get the file and offset for an archive member, which may be an
|
|
// external member of a thin archive. Set *INPUT_FILE to the
|
|
// file containing the actual member, *MEMOFF to the offset
|
|
// within that file (0 if not a nested archive), and *MEMBER_NAME
|
|
// to the name of the archive member. Return TRUE on success.
|
|
bool
|
|
get_file_and_offset(off_t off, Input_file** input_file, off_t* memoff,
|
|
off_t* memsize, std::string* member_name);
|
|
|
|
// Return an ELF object for the member at offset OFF.
|
|
Object*
|
|
get_elf_object_for_member(off_t off, bool*);
|
|
|
|
// Read the symbols from all the archive members in the link.
|
|
void
|
|
read_all_symbols();
|
|
|
|
// Read the symbols from an archive member in the link. OFF is the file
|
|
// offset of the member header.
|
|
void
|
|
read_symbols(off_t off);
|
|
|
|
// Include all the archive members in the link.
|
|
bool
|
|
include_all_members(Symbol_table*, Layout*, Input_objects*, Mapfile*);
|
|
|
|
// Include an archive member in the link.
|
|
bool
|
|
include_member(Symbol_table*, Layout*, Input_objects*, off_t off,
|
|
Mapfile*, Symbol*, const char* why);
|
|
|
|
// Return whether we found this archive by searching a directory.
|
|
bool
|
|
searched_for() const
|
|
{ return this->input_file_->will_search_for(); }
|
|
|
|
// Iterate over archive members.
|
|
class const_iterator;
|
|
|
|
const_iterator
|
|
begin();
|
|
|
|
const_iterator
|
|
end();
|
|
|
|
friend class const_iterator;
|
|
|
|
// An entry in the archive map of symbols to object files.
|
|
struct Armap_entry
|
|
{
|
|
// The offset to the symbol name in armap_names_.
|
|
off_t name_offset;
|
|
// The file offset to the object in the archive.
|
|
off_t file_offset;
|
|
};
|
|
|
|
// A simple hash code for off_t values.
|
|
class Seen_hash
|
|
{
|
|
public:
|
|
size_t operator()(off_t val) const
|
|
{ return static_cast<size_t>(val); }
|
|
};
|
|
|
|
// For keeping track of open nested archives in a thin archive file.
|
|
typedef Unordered_map<std::string, Archive*> Nested_archive_table;
|
|
|
|
// Name of object as printed to user.
|
|
std::string name_;
|
|
// For reading the file.
|
|
Input_file* input_file_;
|
|
// The archive map.
|
|
std::vector<Armap_entry> armap_;
|
|
// The names in the archive map.
|
|
std::string armap_names_;
|
|
// The extended name table.
|
|
std::string extended_names_;
|
|
// Track which symbols in the archive map are for elements which are
|
|
// defined or which have already been included in the link.
|
|
std::vector<bool> armap_checked_;
|
|
// Track which elements have been included by offset.
|
|
Unordered_set<off_t, Seen_hash> seen_offsets_;
|
|
// Table of objects whose symbols have been pre-read.
|
|
std::map<off_t, Archive_member> members_;
|
|
// True if this is a thin archive.
|
|
const bool is_thin_archive_;
|
|
// True if we have included at least one object from this archive.
|
|
bool included_member_;
|
|
// Table of nested archives, indexed by filename.
|
|
Nested_archive_table nested_archives_;
|
|
// The directory search path.
|
|
Dirsearch* dirpath_;
|
|
// The task reading this archive.
|
|
Task *task_;
|
|
// Number of members in this archive;
|
|
unsigned int num_members_;
|
|
// True if we exclude this library archive from automatic export.
|
|
bool no_export_;
|
|
// The incremental link information for this archive.
|
|
Incremental_archive_entry* incremental_info_;
|
|
};
|
|
|
|
// This class is used to read an archive and pick out the desired
|
|
// elements and add them to the link.
|
|
|
|
class Add_archive_symbols : public Task
|
|
{
|
|
public:
|
|
Add_archive_symbols(Symbol_table* symtab, Layout* layout,
|
|
Input_objects* input_objects, Dirsearch* dirpath,
|
|
int dirindex, Mapfile* mapfile,
|
|
const Input_argument* input_argument,
|
|
Archive* archive, Input_group* input_group,
|
|
Task_token* this_blocker,
|
|
Task_token* next_blocker)
|
|
: symtab_(symtab), layout_(layout), input_objects_(input_objects),
|
|
dirpath_(dirpath), dirindex_(dirindex), mapfile_(mapfile),
|
|
input_argument_(input_argument), archive_(archive),
|
|
input_group_(input_group), this_blocker_(this_blocker),
|
|
next_blocker_(next_blocker)
|
|
{ }
|
|
|
|
~Add_archive_symbols();
|
|
|
|
// The standard Task methods.
|
|
|
|
Task_token*
|
|
is_runnable();
|
|
|
|
void
|
|
locks(Task_locker*);
|
|
|
|
void
|
|
run(Workqueue*);
|
|
|
|
std::string
|
|
get_name() const
|
|
{
|
|
if (this->archive_ == NULL)
|
|
return "Add_archive_symbols";
|
|
return "Add_archive_symbols " + this->archive_->file().filename();
|
|
}
|
|
|
|
private:
|
|
Symbol_table* symtab_;
|
|
Layout* layout_;
|
|
Input_objects* input_objects_;
|
|
Dirsearch* dirpath_;
|
|
int dirindex_;
|
|
Mapfile* mapfile_;
|
|
const Input_argument* input_argument_;
|
|
Archive* archive_;
|
|
Input_group* input_group_;
|
|
Task_token* this_blocker_;
|
|
Task_token* next_blocker_;
|
|
};
|
|
|
|
// This class represents the files surrunded by a --start-lib ... --end-lib.
|
|
|
|
class Lib_group
|
|
{
|
|
public:
|
|
Lib_group(const Input_file_lib* lib, Task* task);
|
|
|
|
// Select members from the lib group as needed and add them to the link.
|
|
void
|
|
add_symbols(Symbol_table*, Layout*, Input_objects*);
|
|
|
|
// Include a member of the lib group in the link.
|
|
void
|
|
include_member(Symbol_table*, Layout*, Input_objects*, const Archive_member&);
|
|
|
|
Archive_member*
|
|
get_member(int i)
|
|
{
|
|
return &this->members_[i];
|
|
}
|
|
|
|
// Dump statistical information to stderr.
|
|
static void
|
|
print_stats();
|
|
|
|
// Total number of archives seen.
|
|
static unsigned int total_lib_groups;
|
|
// Total number of archive members seen.
|
|
static unsigned int total_members;
|
|
// Number of archive members loaded.
|
|
static unsigned int total_members_loaded;
|
|
|
|
private:
|
|
// For reading the files.
|
|
const Input_file_lib* lib_;
|
|
// The task reading this lib group.
|
|
Task *task_;
|
|
// Table of the objects in the group.
|
|
std::vector<Archive_member> members_;
|
|
};
|
|
|
|
// This class is used to pick out the desired elements and add them to the link.
|
|
|
|
class Add_lib_group_symbols : public Task
|
|
{
|
|
public:
|
|
Add_lib_group_symbols(Symbol_table* symtab, Layout* layout,
|
|
Input_objects* input_objects,
|
|
Lib_group* lib, Task_token* next_blocker)
|
|
: symtab_(symtab), layout_(layout), input_objects_(input_objects),
|
|
lib_(lib), this_blocker_(NULL), next_blocker_(next_blocker)
|
|
{ }
|
|
|
|
~Add_lib_group_symbols();
|
|
|
|
// The standard Task methods.
|
|
|
|
Task_token*
|
|
is_runnable();
|
|
|
|
void
|
|
locks(Task_locker*);
|
|
|
|
void
|
|
run(Workqueue*);
|
|
|
|
// Set the blocker to use for this task.
|
|
void
|
|
set_blocker(Task_token* this_blocker)
|
|
{
|
|
gold_assert(this->this_blocker_ == NULL);
|
|
this->this_blocker_ = this_blocker;
|
|
}
|
|
|
|
std::string
|
|
get_name() const
|
|
{
|
|
return "Add_lib_group_symbols";
|
|
}
|
|
|
|
private:
|
|
Symbol_table* symtab_;
|
|
Layout* layout_;
|
|
Input_objects* input_objects_;
|
|
Lib_group * lib_;
|
|
Task_token* this_blocker_;
|
|
Task_token* next_blocker_;
|
|
};
|
|
|
|
} // End namespace gold.
|
|
|
|
#endif // !defined(GOLD_ARCHIVE_H)
|