OSDN Git Service

daily update
[pf3gnuchains/sourceware.git] / gold / archive.cc
2011-01-25 ian * plugin.cc (class Plugin_rescan): Define new class.
2010-12-15 rwildFix typos in gold.
2010-12-08 ian * archive.cc (Archive::get_elf_object_for_member)...
2010-11-04 nickc PR ld/12001
2010-08-25 nickc * archive.cc: Formatting fixes: Remove whitespa...
2010-08-24 ccoutant * archive.cc (Lib_group::add_symbols): Lock object...
2010-08-20 ccoutant * gold/archive.h (Add_lib_group_symbols): Add readsyms...
2010-08-13 ccoutantelfcpp/ChangeLog:
2010-08-02 ian PR 11855
2010-07-13 ian * archive.cc (Archive::include_member): Unlock an...
2010-04-08 ccoutant * archive.cc (include_member): Destroy Read_symbols_da...
2010-03-22 espindola2010-03-22 Rafael Espindola <espindola@google.com>
2010-03-10 espindola2010-03-09 Rafael Espindola <espindola@google.com>
2010-02-12 ian * gold-threads.h (class Once): Define.
2009-12-16 ian * archive.cc (Archive::add_symbols): Only look up...
2009-12-15 ian Revert -Wshadow changes, all changes from:
2009-12-11 nickcAdd -Wshadow to the gcc command line options used when...
2009-10-10 cgd2009-10-10 Chris Demetriou <cgd@google.com>
2009-09-30 ian * object.h (class Object): Remove target_ field, and...
2009-05-19 ccoutant2009-05-19 Doug Kwan <dougkwan@google.com>
2009-03-24 ian * object.cc (is_elf_object): Define.
2009-03-18 ian * archive.cc (Archive::add_symbols): Check for a versi...
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-29 ccoutant * archive.cc (Archive::get_file_and_offset): Use filen...
2008-09-19 ccoutantAdd plugin functionality for link-time optimization...
2008-08-07 ccoutant2008-08-06 Cary Coutant <ccoutant@google.com>
2008-07-25 ian PR 5990
2008-07-22 ian * cref.cc: New file.
2008-05-30 ccoutant * archive.cc (Archive::include_all_members) Correct...
2008-05-21 ian * mapfile.cc: New file.
2008-05-07 ian PR 6049
2008-04-23 ian * readsyms.cc (Read_symbols::do_read_symbols): Use...
2008-04-02 ian * fileread.cc (File_read::find_view): Add byteshift...
2008-04-01 ccoutant2008-03-31 Cary Coutant <ccoutant@google.com>
2008-03-13 iantUpdate copyright years. Update language files.
2008-02-26 iantFrom Craig Silverstein: rename option functions for...
2008-01-02 iantReduce the number of system calls. Use readv instead...
2007-12-18 iantAdd section_size_type and section_offset_type, use...
2007-12-14 iantRewrite workqueue. This version eliminates the master...
2007-11-22 iantAdd threading support.
2007-11-16 iantIgnore empty archives.
2007-11-07 iantFrom Craig Silverstein: Don't crash if we see a file...
2007-10-14 iantRemove extraneous newlines.
2007-10-14 iantRun all error handling through an Errors object. Delet...
2007-10-02 iantFrom Craig Silverstein: avoid some signed/unsigned...
2007-09-25 iantAdd cache parameter to get_view. Discard uncached...
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.
2007-09-20 iantFix comment.
2007-09-20 iantRework patch to check by both armap entry and archive...
2007-09-20 iantFrom Craig Silverstein: rework seen handling to be...
2007-08-21 iantImplement --whole-archive.
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...