Supported Tizen version parsing and verification
[external/binutils.git] / gold / parameters.cc
2019-01-01 Alan ModraUpdate year range in copyright notice of binutils files
2018-01-03 Alan ModraUpdate year range in copyright notice of binutils files
2017-01-02 Alan ModraUpdate year range in copyright notice of all files.
2016-01-01 Alan ModraCopyright update for binutils
2015-11-05 Cary CoutantRevert patch for PR 19119, which led to PR 19172 and...
2015-10-16 H.J. LuDon't ignore "-m emulation" command line option
2015-07-21 Cary CoutantFix internal error when linking an archive library...
2015-03-04 Cary CoutantFix a race condition when setting default target for...
2015-01-01 Alan ModraChangeLog rotatation and copyright year update
2014-03-05 Alan ModraUpdate copyright years
2013-07-30 Cary Coutant gold/
2013-07-19 Roland McGrathgold/
2012-05-02 Roland McGrath * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targe...
2011-10-18 Cary Coutant * gold.cc: Include timer.h.
2011-07-15 Ian Lance Taylor * options.h (class General_options): Add --print-outpu...
2011-07-06 Cary Coutant * incremental.cc (Incremental_inputs::report_command_l...
2011-06-28 Ian Lance Taylor PR gold/12934
2011-05-25 Ian Lance Taylor * archive.cc (Library_base::should_include_member...
2010-10-14 Cary Coutant * debug.h (DEBUG_INCREMENTAL): New flag.
2010-04-07 Doug Kwan2010-04-07 Doug Kwan <dougkwan@google.com>
2010-02-12 Ian Lance Taylor * gold-threads.h (class Once): Define.
2010-02-03 Doug Kwan2010-02-02 Doug Kwan <dougkwan@google.com>
2009-12-14 Ian Lance Taylor Revert -Wshadow changes, all changes from:
2009-12-11 Nick CliftonAdd -Wshadow to the gcc command line options used when...
2009-09-30 Ian Lance Taylor * object.h (class Object): Remove target_ field, and...
2009-03-24 Ian Lance Taylor2009-03-23 Ian Lance Taylor <iant@google.com>
2009-03-14 Ian Lance Taylor * readsyms.cc (Read_symbols::incompatible_warning...
2008-03-13 Ian Lance TaylorUpdate copyright years. Update language files.
2008-03-13 Ian Lance TaylorFrom Craig Silverstein: Implement --debug=files to...
2008-03-06 Ian Lance TaylorDon't use the user-specified output format unless the...
2008-03-04 Ian Lance TaylorFrom Craig Silverstein: rework option handling to make...
2008-03-04 Ian Lance TaylorFrom Craig Silverstein: rename some option functions...
2008-02-28 Ian Lance TaylorFrom Craig Silverstein: Have Parameters point to Genera...
2008-02-27 Ian Lance TaylorImplement -q/--emit-relocs.
2008-02-26 Ian Lance TaylorFrom Craig Silverstein: implement -z max-page-size...
2008-02-26 Ian Lance TaylorFrom Craig Silverstein: rename option functions for...
2007-12-01 Ian Lance TaylorCompress all debug sections.
2007-11-22 Ian Lance TaylorAdd threading support.
2007-11-15 Ian Lance TaylorFrom Craig Silverstein: Add --strip-debug-gdb.
2007-11-15 Ian Lance TaylorFrom Craig Silverstein: Add support for --demangle.
2007-11-14 Ian Lance TaylorWarn about undefined references in shared libraries...
2007-11-14 Ian Lance TaylorFrom Craig Silverstein: Rework debug info code a bit...
2007-10-27 Ian Lance TaylorFrom Craig Silverstein and Ian Lance Taylor: Process...
2007-10-18 Ian Lance TaylorAdd support for -Bsymbolic.
2007-10-16 Ian Lance TaylorFrom Cary Coutant: preliminary shared library support.
2007-10-14 Ian Lance TaylorRun all error handling through an Errors object. Delet...
2007-10-10 Ian Lance TaylorImplement -s and -S options which strip symbols.
2007-10-04 Ian Lance TaylorFull support for --sysroot.
2007-09-28 Ian Lance TaylorUse parameters to track whether we are doing a static...
2007-09-26 Ian Lance TaylorPut size and endianness in parameters.
2007-09-22 Ian Lance TaylorAdd licensing text to every source file.
2007-09-21 Ian Lance TaylorAdd global parameters.