summaryrefslogtreecommitdiff
path: root/gold/gold.cc
Commit message (Expand)AuthorAgeFilesLines
...
* * gc.h (gc_process_relocs): Check if icf is enabled using newSriraman Tallam2009-10-131-6/+11
* * symtab.h: Check for GOLD_SYMTAB_H before header includes. RemoveSriraman Tallam2009-10-131-0/+1
* elfcpp/:Ian Lance Taylor2009-10-091-1/+2
* * options.h (class General_options): DefineIan Lance Taylor2009-10-061-0/+17
* * object.h (class Object): Remove target_ field, and target,Ian Lance Taylor2009-09-301-1/+1
* * gold.cc: Include "incremental.h".Ian Lance Taylor2009-09-011-2/+17
* *** empty log message ***Sriraman Tallam2009-08-051-7/+25
* PR 10156Ian Lance Taylor2009-06-241-0/+3
* PR 10237Ian Lance Taylor2009-06-241-2/+6
* * readsyms.cc (Read_symbols::incompatible_warning): New function.Ian Lance Taylor2009-03-141-1/+1
* * fileread.cc (Input_file::open): Remove options parameter.Ian Lance Taylor2009-03-131-1/+1
* 2009-01-20 Sriraman Tallam <tmsriram@google.com>Sriraman Tallam2009-01-281-32/+198
* * gold.cc (gold_exit): Call plugin cleanup handlers on exit.Cary Coutant2008-12-241-0/+4
* * options.c (General_options::finalize): Add check for -static andCary Coutant2008-10-071-0/+1
* Add plugin functionality for link-time optimization (LTO).Cary Coutant2008-09-191-0/+11
* * mapfile.cc: New file.Ian Lance Taylor2008-05-211-11/+15
* PR 6493Ian Lance Taylor2008-05-091-3/+12
* PR 6049Ian Lance Taylor2008-05-071-0/+3
* * object.cc (Xindex::initialize_symtab_xindex): New function.Ian Lance Taylor2008-04-191-1/+2
* * common.cc (Symbol_table::allocate_commons): Remove optionsIan Lance Taylor2008-04-171-2/+2
* * layout.cc (Layout::Layout): Initialize sections_are_attached_.Ian Lance Taylor2008-04-151-0/+3
* From Craig Silverstein: rename some option functions in preparationIan Lance Taylor2008-03-041-1/+1
* Support -d/--define-common.Ian Lance Taylor2008-02-281-3/+1
* Don't check assertions until symbols are finalized. Create an outputIan Lance Taylor2008-02-281-0/+3
* From Craig Silverstein: Have Parameters point to General_options.Ian Lance Taylor2008-02-281-6/+9
* From Craig Silverstein: rename option functions for future optionIan Lance Taylor2008-02-261-1/+1
* Support selecting target by name.Ian Lance Taylor2008-02-131-10/+1
* Add support for --format binary for input files.Ian Lance Taylor2008-02-081-1/+1
* Support --oformat binary.Ian Lance Taylor2008-02-071-1/+6
* Even when stripping all symbols, we need to write out the dynamicIan Lance Taylor2008-02-071-10/+7
* Support creating empty output when there are no input objects.Ian Lance Taylor2008-02-061-5/+15
* Fix group signature handling for relocatable link, add bootstrapIan Lance Taylor2008-02-061-0/+3
* Initial -r support.Ian Lance Taylor2008-02-061-8/+19
* Fully implement the SECTIONS clause.Ian Lance Taylor2008-02-041-5/+4
* Don't pass around the target in order to define symbols; get it fromIan Lance Taylor2008-01-261-4/+4
* Parse a SECTIONS clause in a linker script.Ian Lance Taylor2008-01-231-0/+4
* Support assignments and expressions in linker scripts.Ian Lance Taylor2008-01-091-1/+4
* Rewrite workqueue. This version eliminates the master thread, andIan Lance Taylor2007-12-141-31/+53
* Don't write out the symbol table when stripping.Ian Lance Taylor2007-12-061-7/+10
* Clean up setting address and section offset.Ian Lance Taylor2007-11-291-1/+1
* Don't try to delete the output file if we don't know its name yet.Ian Lance Taylor2007-11-281-1/+1
* Add threading support.Ian Lance Taylor2007-11-221-3/+6
* From Craig Silverstein: Report output file name with ODR violationIan Lance Taylor2007-11-141-1/+1
* Add heuristics for undefined symbol warnings.Ian Lance Taylor2007-11-141-1/+1
* Warn about undefined references in shared libraries if we have seenIan Lance Taylor2007-11-141-0/+4
* From Craig Silverstein: First cut at detecting ODR violations.Ian Lance Taylor2007-11-131-0/+4
* Generate a complete exception frame header. Discard duplicateIan Lance Taylor2007-11-091-0/+24
* Simplify some code to avoid extra tests of number of objects.Ian Lance Taylor2007-10-261-18/+6
* Exit if we couldn't open any input files.Ian Lance Taylor2007-10-261-0/+7
* Add infrastructure for threading support.Ian Lance Taylor2007-10-171-0/+27