summaryrefslogtreecommitdiff
path: root/gold/main.cc
AgeCommit message (Expand)Author
2018-01-03Update year range in copyright notice of binutils filesAlan Modra
2017-01-02Update year range in copyright notice of all files.Alan Modra
2016-01-01Copyright update for binutilsAlan Modra
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra
2014-03-05Update copyright yearsAlan Modra
2012-03-212012-03-21 Cary Coutant <ccoutant@google.com>Cary Coutant
2011-10-18 * gold.cc: Include timer.h.Cary Coutant
2011-07-15 * options.h (class General_options): Add --print-output-format.Ian Lance Taylor
2011-07-142011-07-13 Sriraman Tallam <tmsriram@google.com>Sriraman Tallam
2011-06-08 * common.cc (Symbol_table::do_allocate_commons_list): CallCary Coutant
2011-04-12 * archive.cc (Archive::include_member): Adjust call toCary Coutant
2010-12-14Fix typos in gold.Ralf Wildenhues
2010-08-25 * archive.cc: Formatting fixes: Remove whitespace betweenNick Clifton
2010-08-12elfcpp/ChangeLog:Cary Coutant
2010-06-01 * gold.h (is_wildcard_string): New function.Sriraman Tallam
2010-03-222010-03-22 Rafael Espindola <espindola@google.com>Rafael Ávila de Espíndola
2010-01-05 PR 10980Ian Lance Taylor
2009-12-292009-12-29 Rafael Espindola <espindola@google.com>Rafael Ávila de Espíndola
2009-12-172009-12-17 Rafael Avila de Espindola <espindola@google.com>Rafael Ávila de Espíndola
2009-10-13 * gc.h (gc_process_relocs): Check if icf is enabled using newSriraman Tallam
2009-08-05*** empty log message ***Sriraman Tallam
2009-05-15 * gold.h (Incremental_argument_list): Remove (invalid) forwardIan Lance Taylor
2009-04-24 * incremental.cc (Incremental_inputs_header_data): Renamed fromIan Lance Taylor
2009-04-02 * gold.h (reserve_unordered_map): Define, three versions, one forIan Lance Taylor
2009-01-282009-01-20 Sriraman Tallam <tmsriram@google.com>Sriraman Tallam
2008-09-19Add plugin functionality for link-time optimization (LTO).Cary Coutant
2008-08-072008-08-06 Cary Coutant <ccoutant@google.com>Cary Coutant
2008-07-22 * cref.cc: New file.Ian Lance Taylor
2008-05-21 * mapfile.cc: New file.Ian Lance Taylor
2008-05-06 * options.h (class General_options): Add --fatal-warnings.Ian Lance Taylor
2008-04-09 * options.h (class General_options): Add --noinhibit-exec option.Ian Lance Taylor
2008-03-26 PR gold/5986Ian Lance Taylor
2008-03-04From Craig Silverstein: rework option handling to make it easier toIan Lance Taylor
2008-03-04From Craig Silverstein: rename some option functions in preparationIan Lance Taylor
2008-02-28From Craig Silverstein: Have Parameters point to General_options.Ian Lance Taylor
2008-02-26From Craig Silverstein: rework handling of Script_options.Ian Lance Taylor
2008-02-07Ignore version scripts for relocatable links.Ian Lance Taylor
2008-02-04From Craig Silverstein: support @file expansion.Ian Lance Taylor
2008-01-24Originally from Craig Silverstein, with changes: support using aIan Lance Taylor
2008-01-18From Craig Silverstein: Optionally print command line for easierIan Lance Taylor
2008-01-15From Andrew Chatham and Craig Silverstein: Add support for versionIan Lance Taylor
2008-01-09Support assignments and expressions in linker scripts.Ian Lance Taylor
2007-12-14Rewrite workqueue. This version eliminates the master thread, andIan Lance Taylor
2007-12-14From Craig Silverstein: size hash tables to avoid resizing.Ian Lance Taylor
2007-12-05Stringpool stats. Also make Symbol_table support functions inline.Ian Lance Taylor
2007-12-04Print symbol table statistics with --stats.Ian Lance Taylor
2007-10-27From Craig Silverstein and Ian Lance Taylor: Process --script option.Ian Lance Taylor
2007-10-14Run all error handling through an Errors object. Delete output fileIan Lance Taylor
2007-10-12Add --stats option to print runtime and memory usage statistics.Ian Lance Taylor
2007-10-04Full support for --sysroot.Ian Lance Taylor