summaryrefslogtreecommitdiff
path: root/gold/fileread.h
AgeCommit message (Expand)Author
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra
2014-03-05Update copyright yearsAlan Modra
2013-07-152013-07-15 Shawn Landden <shawnlandden@gmail.com>Cary Coutant
2012-10-23gold/Cary Coutant
2011-04-12 * archive.cc (Archive::include_member): Adjust call toCary Coutant
2011-03-09 PR gold/12525Ian Lance Taylor
2010-12-14Fix typos in gold.Ralf Wildenhues
2010-08-25 * archive.cc: Formatting fixes: Remove whitespace betweenNick Clifton
2010-07-132010-07-13 Rafael Espindola <espindola@google.com>Rafael Ávila de Espíndola
2010-03-10 * fileread.cc (File_read::~File_read): Don't delete whole_file_view_.Cary Coutant
2010-02-242010-02-24 Doug Kwan <dougkwan@google.com>Doug Kwan
2010-02-12 * gold-threads.h (class Once): Define.Ian Lance Taylor
2009-12-14 Revert -Wshadow changes, all changes from:Ian Lance Taylor
2009-12-11Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton
2009-10-28 * fileread.cc: (File_read::View::~View): Use the newIan Lance Taylor
2009-10-09 * configure.ac: Check for readv function also.Ian Lance Taylor
2009-07-06 * fileread.cc (File_read::get_mtime): New method.Ian Lance Taylor
2009-03-14 * readsyms.cc (Read_symbols::incompatible_warning): New function.Ian Lance Taylor
2009-03-13 * fileread.cc (Input_file::open): Remove options parameter.Ian Lance Taylor
2009-02-28 PR 6811Ian Lance Taylor
2009-01-15 * archive.cc (Archive::get_elf_object_for_member): Remove callCary Coutant
2008-09-19Add plugin functionality for link-time optimization (LTO).Cary Coutant
2008-07-25 PR 5990Ian Lance Taylor
2008-04-02 * fileread.cc (File_read::find_view): Add byteshift and vshiftedIan Lance Taylor
2008-03-13Update copyright years. Update language files.Ian Lance Taylor
2008-02-13Support selecting target by name.Ian Lance Taylor
2008-02-08Add support for --format binary for input files.Ian Lance Taylor
2008-02-07Implement --just-symbols, including -R FILE. Fix symbol values whenIan Lance Taylor
2008-01-22Include <vector>.Ian Lance Taylor
2008-01-18Don't include options.h in fileread.h. Remove General_optionsIan Lance Taylor
2008-01-02Reduce the number of system calls. Use readv instead of pread. DoIan Lance Taylor
2007-12-20Convert more instances of off_t to be 32-bit types.Ian Lance Taylor
2007-12-18Add section_size_type and section_offset_type, use them to replace aIan Lance Taylor
2007-12-14Rewrite workqueue. This version eliminates the master thread, andIan Lance Taylor
2007-12-14Add const to Object::read and Object::sized_target.Ian Lance Taylor
2007-12-14Make some File_read methods const.Ian Lance Taylor
2007-10-14Run all error handling through an Errors object. Delete output fileIan Lance Taylor
2007-10-12Add --stats option to print runtime and memory usage statistics.Ian Lance Taylor
2007-10-09Fix soname for library found in search path.Ian Lance Taylor
2007-10-04Full support for --sysroot.Ian Lance Taylor
2007-09-25Use mmap to read from input files.Ian Lance Taylor
2007-09-25Add cache parameter to get_view. Discard uncached views on unlock.Ian Lance Taylor
2007-09-25Rework File_read interface. Get file size. Use pread whenIan Lance Taylor
2007-09-25Remove get_view_and_size.Ian Lance Taylor
2007-09-25Break out default pbytes argument to read and get_view routines,Ian Lance Taylor
2007-09-22Add licensing text to every source file.Ian Lance Taylor
2007-09-22From Andrew Chatham: Make File_read::View::data_ a const pointer.Ian Lance Taylor
2007-08-21Implement --whole-archive.Ian Lance Taylor
2006-11-30Added a testsuite. More support for COPY relocations.Ian Lance Taylor
2006-11-03Can now do a full static link of hello, world in C or C++Ian Lance Taylor