summaryrefslogtreecommitdiff
path: root/gold/symtab.cc
Commit message (Expand)AuthorAgeFilesLines
* 2009-05-19 Doug Kwan <dougkwan@google.com>Cary Coutant2009-05-191-0/+20
* * symtab.cc (Symbol_table::define_default_version): New function,Ian Lance Taylor2009-03-171-89/+191
* PR 6992Ian Lance Taylor2009-02-281-1/+4
* PR 6811Ian Lance Taylor2009-02-281-22/+13
* PR 9836Ian Lance Taylor2009-02-271-2/+12
* 2009-02-06 Chris Demetriou <cgd@google.com>Chris Demetriou2009-02-061-11/+1
* 2009-01-20 Sriraman Tallam <tmsriram@google.com>Sriraman Tallam2009-01-281-3/+101
* * options.cc (General_options::parse_dynamic_list): New function.Craig Silverstein2008-11-061-0/+46
* * mapfile.cc (Mapfile::print_input_section): Change -1U to -1ULL.Cary Coutant2008-09-291-5/+14
* Add plugin functionality for link-time optimization (LTO).Cary Coutant2008-09-191-0/+117
* 2008-09-05 Cary Coutant <ccoutant@google.com>Cary Coutant2008-09-061-4/+4
* 2008-08-28 Kris Van Hees <kris.van.hees@oracle.com>Kris Van Hees2008-08-281-0/+1
* PR 6647Ian Lance Taylor2008-07-231-40/+43
* 2008-07-23 Simon Baldwin <simonb@google.com>Chris Demetriou2008-07-231-2/+5
* * symtab.cc (Symbol_table::resolve): Remove version parameter.Ian Lance Taylor2008-07-231-4/+3
* * cref.cc: New file.Ian Lance Taylor2008-07-221-10/+43
* 2008-07-22 Simon Baldwin <simonb@google.com>Chris Demetriou2008-07-221-1/+2
* 2008-07-21 Craig Silverstein <csilvers@google.com>Craig Silverstein2008-07-211-3/+11
* * symtab.cc (Symbol_table::add_from_object): Rewrite the caseIan Lance Taylor2008-07-181-15/+50
* Handle output sections with more than 0x7fffffff bytes.Ian Lance Taylor2008-07-101-8/+8
* 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