summaryrefslogtreecommitdiff
path: root/gold/fileread.cc
Commit message (Expand)AuthorAgeFilesLines
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* Have gold's File_read::do_read() function check the start parameterNick Clifton2022-06-271-0/+6
* 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
* gold: ensure file_counts_lock is initialized before usingNick Gasson2020-11-031-0/+1
* PR 22843: ld, gold: Add --dependency-file option.Roland McGrath2020-06-231-0/+30
* 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
* Add extra debugging output for files and descriptors.Cary Coutant2015-02-031-0/+2
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* Update copyright yearsAlan Modra2014-03-051-2/+1
* 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>Rafael Ávila de Espíndola2010-07-131-15/+20
* 2010-06-21 Rafael Espindola <espindola@google.com>Rafael Ávila de Espíndola2010-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