* symtab.h: Check for GOLD_SYMTAB_H before header includes. Remove
[external/binutils.git] / gold / gold.cc
2009-10-13 Sriraman Tallam * symtab.h: Check for GOLD_SYMTAB_H before header...
2009-10-09 Ian Lance Taylorelfcpp/:
2009-10-06 Ian Lance Taylor * options.h (class General_options): Define
2009-09-30 Ian Lance Taylor * object.h (class Object): Remove target_ field, and...
2009-09-01 Ian Lance Taylor * gold.cc: Include "incremental.h".
2009-08-05 Sriraman Tallam*** empty log message ***
2009-06-24 Ian Lance Taylor PR 10156
2009-06-24 Ian Lance Taylor PR 10237
2009-03-14 Ian Lance Taylor * readsyms.cc (Read_symbols::incompatible_warning...
2009-03-13 Ian Lance Taylor * fileread.cc (Input_file::open): Remove options param...
2009-01-28 Sriraman Tallam2009-01-20 Sriraman Tallam <tmsriram@google.com>
2008-12-24 Cary Coutant * gold.cc (gold_exit): Call plugin cleanup handlers...
2008-10-07 Cary Coutant * options.c (General_options::finalize): Add check...
2008-09-19 Cary CoutantAdd plugin functionality for link-time optimization...
2008-05-21 Ian Lance Taylor * mapfile.cc: New file.
2008-05-09 Ian Lance Taylor PR 6493
2008-05-07 Ian Lance Taylor PR 6049
2008-04-19 Ian Lance Taylor * object.cc (Xindex::initialize_symtab_xindex): New...
2008-04-17 Ian Lance Taylor * common.cc (Symbol_table::allocate_commons): Remove...
2008-04-15 Ian Lance Taylor * layout.cc (Layout::Layout): Initialize sections_are_...
2008-03-04 Ian Lance TaylorFrom Craig Silverstein: rename some option functions...
2008-02-28 Ian Lance TaylorSupport -d/--define-common.
2008-02-28 Ian Lance TaylorDon't check assertions until symbols are finalized...
2008-02-28 Ian Lance TaylorFrom Craig Silverstein: Have Parameters point to Genera...
2008-02-26 Ian Lance TaylorFrom Craig Silverstein: rename option functions for...
2008-02-13 Ian Lance TaylorSupport selecting target by name.
2008-02-08 Ian Lance TaylorAdd support for --format binary for input files.
2008-02-07 Ian Lance TaylorSupport --oformat binary.
2008-02-07 Ian Lance TaylorEven when stripping all symbols, we need to write out...
2008-02-06 Ian Lance TaylorSupport creating empty output when there are no input...
2008-02-06 Ian Lance TaylorFix group signature handling for relocatable link,...
2008-02-06 Ian Lance TaylorInitial -r support.
2008-02-04 Ian Lance TaylorFully implement the SECTIONS clause.
2008-01-26 Ian Lance TaylorDon't pass around the target in order to define symbols...
2008-01-23 Ian Lance TaylorParse a SECTIONS clause in a linker script.
2008-01-09 Ian Lance TaylorSupport assignments and expressions in linker scripts.
2007-12-14 Ian Lance TaylorRewrite workqueue. This version eliminates the master...
2007-12-06 Ian Lance TaylorDon't write out the symbol table when stripping.
2007-11-29 Ian Lance TaylorClean up setting address and section offset.
2007-11-28 Ian Lance TaylorDon't try to delete the output file if we don't know...
2007-11-22 Ian Lance TaylorAdd threading support.
2007-11-14 Ian Lance TaylorFrom Craig Silverstein: Report output file name with...
2007-11-14 Ian Lance TaylorAdd heuristics for undefined symbol warnings.
2007-11-14 Ian Lance TaylorWarn about undefined references in shared libraries...
2007-11-13 Ian Lance TaylorFrom Craig Silverstein: First cut at detecting ODR...
2007-11-09 Ian Lance TaylorGenerate a complete exception frame header. Discard...
2007-10-26 Ian Lance TaylorSimplify some code to avoid extra tests of number of...
2007-10-26 Ian Lance TaylorExit if we couldn't open any input files.
2007-10-17 Ian Lance TaylorAdd infrastructure for threading support.
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-14 Ian Lance TaylorFrom Craig Silverstein: add some internationalization...
2007-10-14 Ian Lance TaylorFrom Craig Silverstein: error if we see a dynamic objec...
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-22 Ian Lance TaylorDefine __start and __stop symbols.
2006-12-01 Ian Lance TaylorCan now dynamically link hello, world.
2006-11-30 Ian Lance TaylorAdded a testsuite. More support for COPY relocations.
2006-11-29 Ian Lance TaylorHash tables, dynamic section, i386 PLT, gold_assert.
2006-11-14 Ian Lance TaylorMore dynamic object support, initial scripting support.
2006-11-06 Ian Lance TaylorSplit Object into Dynobj and Relobj, incorporate elfcpp...
2006-11-03 Ian Lance TaylorCan now do a full static link of hello, world in C...
2006-10-20 Ian Lance TaylorFramework for relocation scanning. Implement simple...
2006-10-06 Ian Lance TaylorLay out object file sections when we add the symbols...
2006-09-29 Ian Lance TaylorSnapshot. Now able to produce a minimal executable...
2006-09-27 Ian Lance TaylorFinished layout code.
2006-09-26 Ian Lance TaylorMore section layout code.
2006-09-21 Ian Lance TaylorNew drop, with first cut of section layout code.
2006-08-18 Ian Lance TaylorAnother snapshot of the current state of the sources...
2006-08-04 Ian Lance TaylorInitial CVS checkin of gold