summaryrefslogtreecommitdiff
path: root/gold/fileread.cc
Commit message (Expand)AuthorAgeFilesLines
* gold/Roland McGrath2012-12-101-21/+32
* gold/Cary Coutant2012-10-231-0/+10
* PR gold/13288Cary Coutant2011-10-171-10/+17
* * dirsearch.cc (Dirsearch::find): Replace n1 and n2 parametersIan Lance Taylor2011-05-251-32/+26
* * configure.ac: Check for sys/mman.h and mmap. Check for mremapIan Lance Taylor2011-04-121-21/+67
* * archive.cc (Archive::include_member): Adjust call toCary Coutant2011-04-121-1/+20
* * fileread.cc (File_read::clear_views): Don't delete the wholeIan Lance Taylor2011-03-101-1/+3
* PR gold/12525Ian Lance Taylor2011-03-091-2/+14
* gold: fix race in FileRead::~View.Ralf Wildenhues2010-12-141-10/+17
* gold/Richard Sandiford2010-10-121-0/+2
* * archive.cc: Formatting fixes: Remove whitespace betweenNick Clifton2010-08-251-1/+1
* 2010-07-13 Rafael Espindola <espindola@google.com>espindola2010-07-131-15/+20
* 2010-06-21 Rafael Espindola <espindola@google.com>espindola2010-06-211-45/+86
* * fileread.cc: Only #include <sys/uio.h> if HAVE_READV.Ian Lance Taylor2010-06-151-1/+5
* * fileread.cc (find_or_make_view): Fix comment.Cary Coutant2010-03-241-1/+1
* * fileread.cc (File_read::~File_read): Don't delete whole_file_view_.Cary Coutant2010-03-101-29/+25
* 2010-02-24 Doug Kwan <dougkwan@google.com>Doug Kwan2010-02-241-1/+6
* * gold-threads.h (class Once): Define.Ian Lance Taylor2010-02-121-5/+16
* Revert -Wshadow changes, all changes from:Ian Lance Taylor2009-12-141-23/+23
* Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton2009-12-111-23/+23
* * configure.ac: Check for (struct stat)::st_mtimIan Lance Taylor2009-11-061-2/+4
* * fileread.cc: (File_read::View::~View): Use the newIan Lance Taylor2009-10-281-13/+46
* 2009-10-10 Chris Demetriou <cgd@google.com>Chris Demetriou2009-10-101-19/+29
* * configure.ac: Check for readv function also.Ian Lance Taylor2009-10-091-0/+9
* * object.h (class Object): Remove target_ field, and target,Ian Lance Taylor2009-09-301-8/+5
* * fileread.cc (File_read::get_mtime): New method.Ian Lance Taylor2009-07-061-0/+17
* 2009-06-23 Doug Kwan <dougkwan@google.com>Doug Kwan2009-06-231-0/+1
* * readsyms.cc (Read_symbols::incompatible_warning): New function.Ian Lance Taylor2009-03-141-6/+21
* * fileread.cc (Input_file::open): Remove options parameter.Ian Lance Taylor2009-03-131-6/+4
* PR 6811Ian Lance Taylor2009-02-281-0/+10
* * archive.cc (Archive::get_elf_object_for_member): Remove callCary Coutant2009-01-151-14/+1
* Add plugin functionality for link-time optimization (LTO).Cary Coutant2008-09-191-0/+13
* * fileread.cc (make_view): Add casts to avoid warning.Ian Lance Taylor2008-09-161-1/+3
* 2008-09-05 Cary Coutant <ccoutant@google.com>Cary Coutant2008-09-101-0/+8
* 2008-08-20 Craig Silverstein <csilvers@google.com>Craig Silverstein2008-08-211-2/+2
* PR 5990Ian Lance Taylor2008-07-251-12/+41
* 2008-06-25 Cary Coutant <ccoutant@google.com>Cary Coutant2008-06-251-0/+2
* * fileread.cc (File_read::find_view): Add byteshift and vshiftedIan Lance Taylor2008-04-021-58/+151
* Update copyright years. Update language files.Ian Lance Taylor2008-03-131-1/+1
* From Craig Silverstein: Implement --debug=files to track file opens,Ian Lance Taylor2008-03-131-0/+3
* From Craig Silverstein: rename some option functions in preparationIan Lance Taylor2008-03-041-2/+2
* From Craig Silverstein: Have Parameters point to General_options.Ian Lance Taylor2008-02-281-5/+5
* From Craig Silverstein: rename option functions for future optionIan Lance Taylor2008-02-261-2/+2
* Support selecting target by name.Ian Lance Taylor2008-02-131-19/+12
* Add support for --format binary for input files.Ian Lance Taylor2008-02-081-2/+49
* Implement --just-symbols, including -R FILE. Fix symbol values whenIan Lance Taylor2008-02-071-2/+13
* Don't include options.h in fileread.h. Remove General_optionsIan Lance Taylor2008-01-181-0/+14
* Add cast to avoid signed/unsigned warning.Ian Lance Taylor2008-01-021-2/+5
* Reduce the number of system calls. Use readv instead of pread. DoIan Lance Taylor2008-01-021-25/+187
* Correct handling of non-section symbol in merged section. Avoid someIan Lance Taylor2007-12-211-1/+1