summaryrefslogtreecommitdiff
path: root/gold/symtab.cc
Commit message (Expand)AuthorAgeFilesLines
...
* PR 6585Ian Lance Taylor2008-06-301-1/+1
* * symtab.c (Symbol::init_base_output_data): Add versionIan Lance Taylor2008-05-081-44/+52
* PR 6049Ian Lance Taylor2008-05-071-57/+178
* * symtab.cc (Symbol_table::add_from_dynobj): If we see a protectedIan Lance Taylor2008-05-061-7/+21
* * dwarf_reader.cc (next_generation_count): New static var.Craig Silverstein2008-05-011-2/+6
* * object.cc (Xindex::initialize_symtab_xindex): New function.Ian Lance Taylor2008-04-191-72/+151
* * errors.cc (Errors::info): New function.Cary Coutant2008-04-171-3/+12
* * common.cc (Symbol_table::allocate_commons): Remove optionsIan Lance Taylor2008-04-171-3/+16
* * i386.cc (Target_i386::define_tls_base_symbol): New function.Cary Coutant2008-04-171-1/+3
* Fix typo in comment in last commit.Ian Lance Taylor2008-04-101-1/+1
* * symtab.cc (Symbol_table::add_from_dynobj): Only look for weakIan Lance Taylor2008-04-091-1/+5
* * options.h (class General_options): Define --wrap as a specialIan Lance Taylor2008-04-091-0/+67
* * symtab.cc (Symbol_table::do_define_as_constant): Don't force aIan Lance Taylor2008-03-291-2/+7
* * symtab.cc (Symbol_table::add_from_object): If we don't use theIan Lance Taylor2008-03-291-0/+2
* * symtab.cc (Symbol_table::add_from_object): Handle saw_undefined_Ian Lance Taylor2008-03-271-3/+7
* * symtab.cc (Symbol_table::add_from_relobj): Don't set the versionIan Lance Taylor2008-03-271-1/+5
* PR gold/5986Ian Lance Taylor2008-03-261-0/+2
* * i386.cc (Target_i386::Got_type): New enum declaration.Cary Coutant2008-03-251-2/+1
* * options.cc: Include "demangle.h".Ian Lance Taylor2008-03-241-1/+1
* Don't get confused about whether a symbol is the default version if weIan Lance Taylor2008-03-141-1/+2
* Remove gcc 3.2 compatibility hacks.Ian Lance Taylor2008-02-291-43/+25
* Support -d/--define-common.Ian Lance Taylor2008-02-281-4/+7
* From Craig Silverstein: Have Parameters point to General_options.Ian Lance Taylor2008-02-281-97/+67
* Assignments in linker scripts override definitions from object files.Ian Lance Taylor2008-02-131-7/+13
* Track sections for expressions.Ian Lance Taylor2008-02-091-6/+43
* Even when stripping all symbols, we need to write out the dynamicIan Lance Taylor2008-02-071-2/+6
* Implement --just-symbols, including -R FILE. Fix symbol values whenIan Lance Taylor2008-02-071-4/+39
* Support creating empty output when there are no input objects.Ian Lance Taylor2008-02-061-2/+2
* Fully implement the SECTIONS clause.Ian Lance Taylor2008-02-041-6/+29
* From Cary Coutant: Ignore hidden symbols in a dynamic object.Ian Lance Taylor2008-02-011-2/+5
* Don't pass around the target in order to define symbols; get it fromIan Lance Taylor2008-01-261-44/+47
* Originally from Craig Silverstein, with changes: support using aIan Lance Taylor2008-01-241-134/+221
* From Andrew Chatham and Craig Silverstein: Add support for versionIan Lance Taylor2008-01-151-15/+33
* Support assignments and expressions in linker scripts.Ian Lance Taylor2008-01-091-13/+19
* Reduce the number of system calls. Use readv instead of pread. DoIan Lance Taylor2008-01-021-24/+7
* From Cary Coutant: Fix handling of versioned symbols, add some tests.Ian Lance Taylor2007-12-211-2/+10
* Convert more instances of off_t to be 32-bit types.Ian Lance Taylor2007-12-201-9/+15
* Use string length when available when calling Stringpool. CompareIan Lance Taylor2007-12-191-1/+2
* Add section_size_type and section_offset_type, use them to replace aIan Lance Taylor2007-12-181-3/+3
* Rewrite workqueue. This version eliminates the master thread, andIan Lance Taylor2007-12-141-12/+13
* From Craig Silverstein: size hash tables to avoid resizing.Ian Lance Taylor2007-12-141-2/+3
* From Cary Coutant: Fix handling of RELATIVE RELA relocs.Ian Lance Taylor2007-12-071-1/+0
* From Cary Coutant: More support for generating shared libraries.Ian Lance Taylor2007-12-061-2/+5
* Stringpool stats. Also make Symbol_table support functions inline.Ian Lance Taylor2007-12-051-7/+6
* Print symbol table statistics with --stats.Ian Lance Taylor2007-12-041-0/+14
* Add threading support.Ian Lance Taylor2007-11-221-0/+33
* From Craig Silverstein: Quote the symbol name in the ODR violationIan Lance Taylor2007-11-171-2/+2
* When looking for ODR violations, only check the file base name. Also,Ian Lance Taylor2007-11-161-5/+33
* Workaround bug in gcc 4.0.3 STL.Ian Lance Taylor2007-11-151-3/+4
* From Craig Silverstein: Add support for --demangle.Ian Lance Taylor2007-11-151-4/+32