aboutsummaryrefslogtreecommitdiff
path: root/gold/parameters.h
AgeCommit message (Expand)AuthorFilesLines
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-03-05Update copyright yearsAlan Modra1-1/+1
2013-07-19gold/Roland McGrath1-1/+4
2011-10-18 * gold.cc: Include timer.h.Cary Coutant1-0/+13
2011-07-06 * incremental.cc (Incremental_inputs::report_command_line): IgnoreCary Coutant1-0/+4
2011-05-25 * archive.cc (Library_base::should_include_member): Pull in objectIan Lance Taylor1-0/+4
2010-10-14 * debug.h (DEBUG_INCREMENTAL): New flag.Cary Coutant1-0/+18
2010-04-072010-04-07 Doug Kwan <dougkwan@google.com>Doug Kwan1-0/+3
2010-02-12 * gold-threads.h (class Once): Define.Ian Lance Taylor1-8/+10
2009-09-30 * object.h (class Object): Remove target_ field, and target,Ian Lance Taylor1-8/+31
2009-03-14 * readsyms.cc (Read_symbols::incompatible_warning): New function.Ian Lance Taylor1-0/+4
2008-03-13Update copyright years. Update language files.Ian Lance Taylor1-1/+1
2008-03-13From Craig Silverstein: Implement --debug=files to track file opens,Ian Lance Taylor1-1/+3
2008-02-28From Craig Silverstein: Have Parameters point to General_options.Ian Lance Taylor1-275/+77
2008-02-27Implement -q/--emit-relocs.Ian Lance Taylor1-0/+7
2008-02-26From Craig Silverstein: implement -z max-page-size and -zIan Lance Taylor1-0/+19
2008-02-26From Craig Silverstein: rename option functions for future optionIan Lance Taylor1-3/+3
2008-02-06Support creating empty output when there are no input objects.Ian Lance Taylor1-0/+5
2007-12-01Compress all debug sections.Ian Lance Taylor1-8/+19
2007-11-28Don't try to delete the output file if we don't know its name yet.Ian Lance Taylor1-0/+6
2007-11-22Add threading support.Ian Lance Taylor1-0/+28
2007-11-15From Craig Silverstein: Add --strip-debug-gdb.Ian Lance Taylor1-1/+11
2007-11-15From Craig Silverstein: Add support for --demangle.Ian Lance Taylor1-0/+7
2007-11-14Warn about undefined references in shared libraries if we have seenIan Lance Taylor1-0/+10
2007-11-14From Craig Silverstein: Rework debug info code a bit, add option forIan Lance Taylor1-0/+10
2007-10-27From Craig Silverstein and Ian Lance Taylor: Process --script option.Ian Lance Taylor1-23/+66
2007-10-18Add support for -Bsymbolic.Ian Lance Taylor1-0/+8
2007-10-16From Cary Coutant: preliminary shared library support.Ian Lance Taylor1-0/+15
2007-10-14Run all error handling through an Errors object. Delete output fileIan Lance Taylor1-2/+18
2007-10-14Fix typo in comment.Ian Lance Taylor1-1/+1
2007-10-10Implement -s and -S options which strip symbols.Ian Lance Taylor1-1/+24
2007-10-04Full support for --sysroot.Ian Lance Taylor1-0/+9
2007-09-28Use parameters to track whether we are doing a static link. Fix upIan Lance Taylor1-0/+21
2007-09-26Put size and endianness in parameters.Ian Lance Taylor1-0/+30
2007-09-22Add licensing text to every source file.Ian Lance Taylor1-0/+20
2007-09-21Add global parameters.Ian Lance Taylor1-0/+70