summaryrefslogtreecommitdiff
path: root/gold/parameters.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-11-05Revert patch for PR 19119, which led to PR 19172 and 19197.Cary Coutant
2015-10-16Don't ignore "-m emulation" command line optionH.J. Lu
2015-07-21Fix internal error when linking an archive library with no preceding objects.Cary Coutant
2015-03-04Fix a race condition when setting default target for ARM targets.Cary Coutant
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra
2014-03-05Update copyright yearsAlan Modra
2013-07-30 gold/Cary Coutant
2013-07-19gold/Roland McGrath
2012-05-02 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.Roland McGrath
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-06 * incremental.cc (Incremental_inputs::report_command_line): IgnoreCary Coutant
2011-06-28 PR gold/12934Ian Lance Taylor
2011-05-25 * archive.cc (Library_base::should_include_member): Pull in objectIan Lance Taylor
2010-10-14 * debug.h (DEBUG_INCREMENTAL): New flag.Cary Coutant
2010-04-072010-04-07 Doug Kwan <dougkwan@google.com>Doug Kwan
2010-02-12 * gold-threads.h (class Once): Define.Ian Lance Taylor
2010-02-032010-02-02 Doug Kwan <dougkwan@google.com>Doug Kwan
2009-12-14 Revert -Wshadow changes, all changes from:Ian Lance Taylor
2009-12-11Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton
2009-09-30 * object.h (class Object): Remove target_ field, and target,Ian Lance Taylor
2009-03-242009-03-23 Ian Lance Taylor <iant@google.com>Ian Lance Taylor
2009-03-14 * readsyms.cc (Read_symbols::incompatible_warning): New function.Ian Lance Taylor
2008-03-13Update copyright years. Update language files.Ian Lance Taylor
2008-03-13From Craig Silverstein: Implement --debug=files to track file opens,Ian Lance Taylor
2008-03-06Don't use the user-specified output format unless the user actuallyIan 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-27Implement -q/--emit-relocs.Ian Lance Taylor
2008-02-26From Craig Silverstein: implement -z max-page-size and -zIan Lance Taylor
2008-02-26From Craig Silverstein: rename option functions for future optionIan Lance Taylor
2007-12-01Compress all debug sections.Ian Lance Taylor
2007-11-22Add threading support.Ian Lance Taylor
2007-11-15From Craig Silverstein: Add --strip-debug-gdb.Ian Lance Taylor
2007-11-15From Craig Silverstein: Add support for --demangle.Ian Lance Taylor
2007-11-14Warn about undefined references in shared libraries if we have seenIan Lance Taylor
2007-11-14From Craig Silverstein: Rework debug info code a bit, add option forIan Lance Taylor
2007-10-27From Craig Silverstein and Ian Lance Taylor: Process --script option.Ian Lance Taylor
2007-10-18Add support for -Bsymbolic.Ian Lance Taylor
2007-10-16From Cary Coutant: preliminary shared library support.Ian Lance Taylor
2007-10-14Run all error handling through an Errors object. Delete output fileIan Lance Taylor
2007-10-10Implement -s and -S options which strip symbols.Ian Lance Taylor
2007-10-04Full support for --sysroot.Ian Lance Taylor
2007-09-28Use parameters to track whether we are doing a static link. Fix upIan Lance Taylor
2007-09-26Put size and endianness in parameters.Ian Lance Taylor
2007-09-22Add licensing text to every source file.Ian Lance Taylor