OSDN Git Service

2009-06-03 Doug Kwan <dougkwan@google.com>
[pf3gnuchains/pf3gnuchains3x.git] / gold / readsyms.cc
2009-05-15 ian * gold.h (Incremental_argument_list): Remove (invalid...
2009-03-24 ian * object.cc (is_elf_object): Define.
2009-03-14 ian * readsyms.cc (Read_symbols::incompatible_warning...
2009-03-13 ian * fileread.cc (Input_file::open): Remove options param...
2009-02-13 ccoutant (From Rafael Espindola)
2009-01-15 ccoutant * archive.cc (Archive::get_elf_object_for_member)...
2008-09-19 ccoutantAdd plugin functionality for link-time optimization...
2008-08-07 ccoutant2008-08-06 Cary Coutant <ccoutant@google.com>
2008-05-21 ian * mapfile.cc: New file.
2008-04-23 ian * readsyms.cc (Read_symbols::do_read_symbols): Use...
2008-04-01 ccoutant2008-03-31 Cary Coutant <ccoutant@google.com>
2008-03-13 iantUpdate copyright years. Update language files.
2008-02-28 iantRead input scripts which look like input objects with...
2008-01-26 iantPermit ordinary object files in groups.
2007-12-14 iantRewrite workqueue. This version eliminates the master...
2007-11-22 iantAdd threading support.
2007-10-22 iantCorrect locking if a file could not be opened.
2007-10-14 iantRun all error handling through an Errors object. Delet...
2007-10-02 iantFrom Craig Silverstein: add support for searching for...
2007-09-25 iantRework File_read interface. Get file size. Use pread...
2007-09-25 iantRemove get_view_and_size.
2007-09-25 iantBreak out default pbytes argument to read and get_view...
2007-09-22 iantAdd licensing text to every source file.
2007-09-21 iantAdd global parameters.
2006-12-06 iantDon't emit symbols seen only in dynamic object, don...
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-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