Supported Tizen version parsing and verification
[external/binutils.git] / gold / fileread.cc
2019-01-01 Alan ModraUpdate year range in copyright notice of binutils files
2018-01-03 Alan ModraUpdate year range in copyright notice of binutils files
2017-01-02 Alan ModraUpdate year range in copyright notice of all files.
2016-01-01 Alan ModraCopyright update for binutils
2015-02-04 Cary CoutantAdd extra debugging output for files and descriptors.
2015-01-01 Alan ModraChangeLog rotatation and copyright year update
2014-03-05 Alan ModraUpdate copyright years
2012-12-10 Roland McGrathgold/
2012-10-23 Cary Coutantgold/
2011-10-17 Cary Coutant PR gold/13288
2011-05-25 Ian Lance Taylor * dirsearch.cc (Dirsearch::find): Replace n1 and n2...
2011-04-12 Ian Lance Taylor * configure.ac: Check for sys/mman.h and mmap. Check...
2011-04-12 Cary Coutant * archive.cc (Archive::include_member): Adjust call to
2011-03-10 Ian Lance Taylor * fileread.cc (File_read::clear_views): Don't delete...
2011-03-09 Ian Lance Taylor PR gold/12525
2010-12-14 Ralf Wildenhuesgold: fix race in FileRead::~View.
2010-10-12 Richard Sandifordgold/
2010-08-25 Nick Clifton * archive.cc: Formatting fixes: Remove whitespa...
2010-07-13 Rafael Ávila de... 2010-07-13 Rafael Espindola <espindola@google.com>
2010-06-21 Rafael Ávila de... 2010-06-21 Rafael Espindola <espindola@google.com>
2010-06-15 Ian Lance Taylor * fileread.cc: Only #include <sys/uio.h> if HAVE_READV.
2010-03-24 Cary Coutant * fileread.cc (find_or_make_view): Fix comment.
2010-03-10 Cary Coutant * fileread.cc (File_read::~File_read): Don't delete...
2010-02-24 Doug Kwan2010-02-24 Doug Kwan <dougkwan@google.com>
2010-02-12 Ian Lance Taylor * gold-threads.h (class Once): Define.
2009-12-14 Ian Lance Taylor Revert -Wshadow changes, all changes from:
2009-12-11 Nick CliftonAdd -Wshadow to the gcc command line options used when...
2009-11-06 Ian Lance Taylor * configure.ac: Check for (struct stat)::st_mtim
2009-10-28 Ian Lance Taylor * fileread.cc: (File_read::View::~View): Use the new
2009-10-10 Chris Demetriou2009-10-10 Chris Demetriou <cgd@google.com>
2009-10-09 Ian Lance Taylor * configure.ac: Check for readv function also.
2009-09-30 Ian Lance Taylor * object.h (class Object): Remove target_ field, and...
2009-07-06 Ian Lance Taylor * fileread.cc (File_read::get_mtime): New method.
2009-06-23 Doug Kwan2009-06-23 Doug Kwan <dougkwan@google.com>
2009-03-14 Ian Lance Taylor * readsyms.cc (Read_symbols::incompatible_warning...
2009-03-13 Ian Lance Taylor * fileread.cc (Input_file::open): Remove options param...
2009-02-28 Ian Lance Taylor PR 6811
2009-01-15 Cary Coutant * archive.cc (Archive::get_elf_object_for_member)...
2008-09-19 Cary CoutantAdd plugin functionality for link-time optimization...
2008-09-16 Ian Lance Taylor * fileread.cc (make_view): Add casts to avoid warning.
2008-09-10 Cary Coutant2008-09-05 Cary Coutant <ccoutant@google.com>
2008-08-21 Craig Silverstein2008-08-20 Craig Silverstein <csilvers@google.com>
2008-07-25 Ian Lance Taylor PR 5990
2008-06-25 Cary Coutant2008-06-25 Cary Coutant <ccoutant@google.com>
2008-04-02 Ian Lance Taylor * fileread.cc (File_read::find_view): Add byteshift...
2008-03-13 Ian Lance TaylorUpdate copyright years. Update language files.
2008-03-13 Ian Lance TaylorFrom Craig Silverstein: Implement --debug=files to...
2008-03-04 Ian Lance TaylorFrom Craig Silverstein: rename some option functions...
2008-02-28 Ian Lance TaylorFrom Craig Silverstein: Have Parameters point to Genera...
2008-02-26 Ian Lance TaylorFrom Craig Silverstein: rename option functions for...
2008-02-13 Ian Lance TaylorSupport selecting target by name.
2008-02-08 Ian Lance TaylorAdd support for --format binary for input files.
2008-02-07 Ian Lance TaylorImplement --just-symbols, including -R FILE. Fix symbo...
2008-01-18 Ian Lance TaylorDon't include options.h in fileread.h. Remove General_...
2008-01-02 Ian Lance TaylorAdd cast to avoid signed/unsigned warning.
2008-01-02 Ian Lance TaylorReduce the number of system calls. Use readv instead...
2007-12-21 Ian Lance TaylorCorrect handling of non-section symbol in merged sectio...
2007-12-20 Ian Lance TaylorFix buglet in last patch.
2007-12-20 Ian Lance TaylorConvert more instances of off_t to be 32-bit types.
2007-12-19 Ian Lance TaylorAvoid some warnings which showed up in 64-bit mode.
2007-12-18 Ian Lance TaylorAdd section_size_type and section_offset_type, use...
2007-12-14 Ian Lance TaylorRewrite workqueue. This version eliminates the master...
2007-12-14 Ian Lance TaylorAdd const to Object::read and Object::sized_target.
2007-12-14 Ian Lance TaylorMake some File_read methods const.
2007-12-10 Ian Lance TaylorKeep views on views_ list so that they can be found...
2007-10-22 Ian Lance TaylorImplement -Bstatic/-Bdynamic.
2007-10-14 Ian Lance TaylorRemove extraneous newlines.
2007-10-14 Ian Lance TaylorRun all error handling through an Errors object. Delet...
2007-10-12 Ian Lance TaylorAdd --stats option to print runtime and memory usage...
2007-10-09 Ian Lance TaylorFix soname for library found in search path.
2007-10-04 Ian Lance TaylorFull support for --sysroot.
2007-10-02 Ian Lance TaylorFrom Craig Silverstein: add support for searching for...
2007-09-25 Ian Lance TaylorUse mmap to read from input files.
2007-09-25 Ian Lance TaylorAdd cache parameter to get_view. Discard uncached...
2007-09-25 Ian Lance TaylorRework File_read interface. Get file size. Use pread...
2007-09-25 Ian Lance TaylorRemove get_view_and_size.
2007-09-25 Ian Lance TaylorBreak out default pbytes argument to read and get_view...
2007-09-22 Ian Lance TaylorAdd licensing text to every source file.
2006-11-30 Ian Lance TaylorAdded a testsuite. More support for COPY relocations.
2006-11-29 Ian Lance TaylorHash tables, dynamic section, i386 PLT, gold_assert.
2006-11-06 Ian Lance TaylorSplit Object into Dynobj and Relobj, incorporate elfcpp...
2006-11-03 Ian Lance TaylorCan now do a full static link of hello, world in C...
2006-09-29 Ian Lance TaylorSnapshot. Now able to produce a minimal executable...
2006-08-04 Ian Lance TaylorInitial CVS checkin of gold