OSDN Git Service

2010-01-03 Daniel Gutson <dgutson@codesourcery.com>
[pf3gnuchains/pf3gnuchains3x.git] / gold / gold.cc
2009-12-29 ian * gold.cc (queue_middle_tasks): Fix formatting.
2009-10-29 ian * object.h (class Relobj): Drop options parameter...
2009-10-14 ian Add support for -pie.
2009-10-13 tmsriram * gc.h (gc_process_relocs): Check if icf is enabled...
2009-10-13 tmsriram * symtab.h: Check for GOLD_SYMTAB_H before header...
2009-10-09 ianelfcpp/:
2009-10-06 ian * options.h (class General_options): Define
2009-09-30 ian * object.h (class Object): Remove target_ field, and...
2009-09-01 ian * gold.cc: Include "incremental.h".
2009-08-05 tmsriram*** empty log message ***
2009-06-24 ian PR 10156
2009-06-24 ian PR 10237
2009-03-14 ian * readsyms.cc (Read_symbols::incompatible_warning...
2009-03-13 ian * fileread.cc (Input_file::open): Remove options param...
2009-01-28 tmsriram2009-01-20 Sriraman Tallam <tmsriram@google.com>
2008-12-24 ccoutant * gold.cc (gold_exit): Call plugin cleanup handlers...
2008-10-07 ccoutant * options.c (General_options::finalize): Add check...
2008-09-19 ccoutantAdd plugin functionality for link-time optimization...
2008-05-21 ian * mapfile.cc: New file.
2008-05-09 ian PR 6493
2008-05-07 ian PR 6049
2008-04-19 ian * object.cc (Xindex::initialize_symtab_xindex): New...
2008-04-17 ian * common.cc (Symbol_table::allocate_commons): Remove...
2008-04-15 ian * layout.cc (Layout::Layout): Initialize sections_are_...
2008-03-04 iantFrom Craig Silverstein: rename some option functions...
2008-02-28 iantSupport -d/--define-common.
2008-02-28 iantDon't check assertions until symbols are finalized...
2008-02-28 iantFrom Craig Silverstein: Have Parameters point to Genera...
2008-02-26 iantFrom Craig Silverstein: rename option functions for...
2008-02-13 iantSupport selecting target by name.
2008-02-08 iantAdd support for --format binary for input files.
2008-02-07 iantSupport --oformat binary.
2008-02-07 iantEven when stripping all symbols, we need to write out...
2008-02-06 iantSupport creating empty output when there are no input...
2008-02-06 iantFix group signature handling for relocatable link,...
2008-02-06 iantInitial -r support.
2008-02-04 iantFully implement the SECTIONS clause.
2008-01-26 iantDon't pass around the target in order to define symbols...
2008-01-23 iantParse a SECTIONS clause in a linker script.
2008-01-09 iantSupport assignments and expressions in linker scripts.
2007-12-14 iantRewrite workqueue. This version eliminates the master...
2007-12-06 iantDon't write out the symbol table when stripping.
2007-11-29 iantClean up setting address and section offset.
2007-11-28 iantDon't try to delete the output file if we don't know...
2007-11-22 iantAdd threading support.
2007-11-14 iantFrom Craig Silverstein: Report output file name with...
2007-11-14 iantAdd heuristics for undefined symbol warnings.
2007-11-14 iantWarn about undefined references in shared libraries...
2007-11-13 iantFrom Craig Silverstein: First cut at detecting ODR...
2007-11-09 iantGenerate a complete exception frame header. Discard...
2007-10-26 iantSimplify some code to avoid extra tests of number of...
2007-10-26 iantExit if we couldn't open any input files.
2007-10-17 iantAdd infrastructure for threading support.
2007-10-16 iantFrom Cary Coutant: preliminary shared library support.
2007-10-14 iantRun all error handling through an Errors object. Delet...
2007-10-14 iantFrom Craig Silverstein: add some internationalization...
2007-10-14 iantFrom Craig Silverstein: error if we see a dynamic objec...
2007-09-28 iantUse parameters to track whether we are doing a static...
2007-09-26 iantPut size and endianness in parameters.
2007-09-22 iantAdd licensing text to every source file.
2007-09-22 iantDefine __start and __stop symbols.
2006-12-01 iantCan now dynamically link hello, world.
2006-11-30 iantAdded a testsuite. More support for COPY relocations.
2006-11-29 iantHash tables, dynamic section, i386 PLT, gold_assert.
2006-11-14 iantMore dynamic object support, initial scripting support.
2006-11-06 iantSplit Object into Dynobj and Relobj, incorporate elfcpp...
2006-11-03 iantCan now do a full static link of hello, world in C...
2006-10-20 iantFramework for relocation scanning. Implement simple...
2006-10-06 iantLay out object file sections when we add the symbols...
2006-09-29 iantSnapshot. Now able to produce a minimal executable...
2006-09-27 iantFinished layout code.
2006-09-26 iantMore section layout code.
2006-09-21 iantNew drop, with first cut of section layout code.
2006-08-18 iantAnother snapshot of the current state of the sources...
2006-08-04 iantInitial CVS checkin of gold