OSDN Git Service

2009-11-10 Doug Kwan <dougkwan@google.com>
[pf3gnuchains/pf3gnuchains3x.git] / gold / fileread.cc
2009-11-07 ian * configure.ac: Check for (struct stat)::st_mtim
2009-10-28 ian * fileread.cc: (File_read::View::~View): Use the new
2009-10-10 cgd2009-10-10 Chris Demetriou <cgd@google.com>
2009-10-09 ian * configure.ac: Check for readv function also.
2009-09-30 ian * object.h (class Object): Remove target_ field, and...
2009-07-06 ian * fileread.cc (File_read::get_mtime): New method.
2009-06-23 dougkwan2009-06-23 Doug Kwan <dougkwan@google.com>
2009-03-14 ian * readsyms.cc (Read_symbols::incompatible_warning...
2009-03-13 ian * fileread.cc (Input_file::open): Remove options param...
2009-02-28 ian PR 6811
2009-01-15 ccoutant * archive.cc (Archive::get_elf_object_for_member)...
2008-09-19 ccoutantAdd plugin functionality for link-time optimization...
2008-09-16 ian * fileread.cc (make_view): Add casts to avoid warning.
2008-09-10 ccoutant2008-09-05 Cary Coutant <ccoutant@google.com>
2008-08-21 csilvers2008-08-20 Craig Silverstein <csilvers@google.com>
2008-07-25 ian PR 5990
2008-06-25 ccoutant2008-06-25 Cary Coutant <ccoutant@google.com>
2008-04-02 ian * fileread.cc (File_read::find_view): Add byteshift...
2008-03-13 iantUpdate copyright years. Update language files.
2008-03-13 iantFrom Craig Silverstein: Implement --debug=files to...
2008-03-04 iantFrom Craig Silverstein: rename some option functions...
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 iantImplement --just-symbols, including -R FILE. Fix symbo...
2008-01-18 iantDon't include options.h in fileread.h. Remove General_...
2008-01-02 iantAdd cast to avoid signed/unsigned warning.
2008-01-02 iantReduce the number of system calls. Use readv instead...
2007-12-21 iantCorrect handling of non-section symbol in merged sectio...
2007-12-20 iantFix buglet in last patch.
2007-12-20 iantConvert more instances of off_t to be 32-bit types.
2007-12-19 iantAvoid some warnings which showed up in 64-bit mode.
2007-12-18 iantAdd section_size_type and section_offset_type, use...
2007-12-14 iantRewrite workqueue. This version eliminates the master...
2007-12-14 iantAdd const to Object::read and Object::sized_target.
2007-12-14 iantMake some File_read methods const.
2007-12-10 iantKeep views on views_ list so that they can be found...
2007-10-22 iantImplement -Bstatic/-Bdynamic.
2007-10-14 iantRemove extraneous newlines.
2007-10-14 iantRun all error handling through an Errors object. Delet...
2007-10-12 iantAdd --stats option to print runtime and memory usage...
2007-10-09 iantFix soname for library found in search path.
2007-10-04 iantFull support for --sysroot.
2007-10-02 iantFrom Craig Silverstein: add support for searching for...
2007-09-25 iantUse mmap to read from input files.
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.
2006-11-30 iantAdded a testsuite. More support for COPY relocations.
2006-11-29 iantHash tables, dynamic section, i386 PLT, gold_assert.
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-09-29 iantSnapshot. Now able to produce a minimal executable...
2006-08-04 iantInitial CVS checkin of gold