OSDN Git Service

Add -Wshadow to the gcc command line options used when compiling the binutils.
[pf3gnuchains/pf3gnuchains3x.git] / gold / fileread.h
2009-12-11 nickcAdd -Wshadow to the gcc command line options used when...
2009-10-28 ian * fileread.cc: (File_read::View::~View): Use the new
2009-10-09 ian * configure.ac: Check for readv function also.
2009-07-06 ian * fileread.cc (File_read::get_mtime): New method.
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-07-25 ian PR 5990
2008-04-02 ian * fileread.cc (File_read::find_view): Add byteshift...
2008-03-13 iantUpdate copyright years. Update language files.
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-22 iantInclude <vector>.
2008-01-18 iantDon't include options.h in fileread.h. Remove General_...
2008-01-02 iantReduce the number of system calls. Use readv instead...
2007-12-20 iantConvert more instances of off_t to be 32-bit types.
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-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-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.
2007-09-22 iantFrom Andrew Chatham: Make File_read::View::data_ a...
2007-08-21 iantImplement --whole-archive.
2006-11-30 iantAdded a testsuite. More support for COPY relocations.
2006-11-03 iantCan now do a full static link of hello, world in C...
2006-09-21 iantNew drop, with first cut of section layout code.
2006-08-04 iantInitial CVS checkin of gold