summaryrefslogtreecommitdiff
path: root/gold/fileread.h
Commit message (Expand)AuthorAgeFilesLines
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* PR 22843: ld, gold: Add --dependency-file option.Roland McGrath2020-06-231-1/+13
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* Update copyright yearsAlan Modra2014-03-051-1/+1
* 2013-07-15 Shawn Landden <shawnlandden@gmail.com>Cary Coutant2013-07-151-6/+7
* gold/Cary Coutant2012-10-231-0/+3
* * archive.cc (Archive::include_member): Adjust call toCary Coutant2011-04-121-0/+6
* PR gold/12525Ian Lance Taylor2011-03-091-7/+1
* Fix typos in gold.Ralf Wildenhues2010-12-141-1/+1
* * archive.cc: Formatting fixes: Remove whitespace betweenNick Clifton2010-08-251-1/+1
* 2010-07-13 Rafael Espindola <espindola@google.com>Rafael Ávila de Espíndola2010-07-131-0/+14
* * fileread.cc (File_read::~File_read): Don't delete whole_file_view_.Cary Coutant2010-03-101-2/+19
* 2010-02-24 Doug Kwan <dougkwan@google.com>Doug Kwan2010-02-241-1/+15
* * gold-threads.h (class Once): Define.Ian Lance Taylor2010-02-121-7/+6
* Revert -Wshadow changes, all changes from:Ian Lance Taylor2009-12-141-6/+6
* Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton2009-12-111-6/+6
* * fileread.cc: (File_read::View::~View): Use the newIan Lance Taylor2009-10-281-7/+24
* * configure.ac: Check for readv function also.Ian Lance Taylor2009-10-091-0/+6
* * fileread.cc (File_read::get_mtime): New method.Ian Lance Taylor2009-07-061-0/+22
* * readsyms.cc (Read_symbols::incompatible_warning): New function.Ian Lance Taylor2009-03-141-2/+15
* * fileread.cc (Input_file::open): Remove options parameter.Ian Lance Taylor2009-03-131-3/+2
* PR 6811Ian Lance Taylor2009-02-281-0/+4
* * archive.cc (Archive::get_elf_object_for_member): Remove callCary Coutant2009-01-151-8/+3
* Add plugin functionality for link-time optimization (LTO).Cary Coutant2008-09-191-0/+13
* PR 5990Ian Lance Taylor2008-07-251-11/+16
* * fileread.cc (File_read::find_view): Add byteshift and vshiftedIan Lance Taylor2008-04-021-17/+57
* Update copyright years. Update language files.Ian Lance Taylor2008-03-131-1/+1
* Support selecting target by name.Ian Lance Taylor2008-02-131-1/+2
* Add support for --format binary for input files.Ian Lance Taylor2008-02-081-0/+4
* Implement --just-symbols, including -R FILE. Fix symbol values whenIan Lance Taylor2008-02-071-0/+4
* Include <vector>.Ian Lance Taylor2008-01-221-0/+1
* Don't include options.h in fileread.h. Remove General_optionsIan Lance Taylor2008-01-181-5/+4
* Reduce the number of system calls. Use readv instead of pread. DoIan Lance Taylor2008-01-021-3/+69
* Convert more instances of off_t to be 32-bit types.Ian Lance Taylor2007-12-201-2/+2
* Add section_size_type and section_offset_type, use them to replace aIan Lance Taylor2007-12-181-8/+8
* Rewrite workqueue. This version eliminates the master thread, andIan Lance Taylor2007-12-141-17/+37
* Add const to Object::read and Object::sized_target.Ian Lance Taylor2007-12-141-1/+5
* Make some File_read methods const.Ian Lance Taylor2007-12-141-3/+3
* Run all error handling through an Errors object. Delete output fileIan Lance Taylor2007-10-141-2/+3
* Add --stats option to print runtime and memory usage statistics.Ian Lance Taylor2007-10-121-1/+22
* Fix soname for library found in search path.Ian Lance Taylor2007-10-091-3/+17
* Full support for --sysroot.Ian Lance Taylor2007-10-041-1/+10
* Use mmap to read from input files.Ian Lance Taylor2007-09-251-3/+5