aboutsummaryrefslogtreecommitdiff
path: root/gold/fileread.cc
AgeCommit message (Expand)AuthorFilesLines
2010-02-242010-02-24 Doug Kwan <dougkwan@google.com>Doug Kwan1-1/+6
2010-02-12 * gold-threads.h (class Once): Define.Ian Lance Taylor1-5/+16
2009-12-14 Revert -Wshadow changes, all changes from:Ian Lance Taylor1-23/+23
2009-12-11Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton1-23/+23
2009-11-06 * configure.ac: Check for (struct stat)::st_mtimIan Lance Taylor1-2/+4
2009-10-28 * fileread.cc: (File_read::View::~View): Use the newIan Lance Taylor1-13/+46
2009-10-102009-10-10 Chris Demetriou <cgd@google.com>Chris Demetriou1-19/+29
2009-10-09 * configure.ac: Check for readv function also.Ian Lance Taylor1-0/+9
2009-09-30 * object.h (class Object): Remove target_ field, and target,Ian Lance Taylor1-8/+5
2009-07-06 * fileread.cc (File_read::get_mtime): New method.Ian Lance Taylor1-0/+17
2009-06-232009-06-23 Doug Kwan <dougkwan@google.com>Doug Kwan1-0/+1
2009-03-14 * readsyms.cc (Read_symbols::incompatible_warning): New function.Ian Lance Taylor1-6/+21
2009-03-13 * fileread.cc (Input_file::open): Remove options parameter.Ian Lance Taylor1-6/+4
2009-02-28 PR 6811Ian Lance Taylor1-0/+10
2009-01-15 * archive.cc (Archive::get_elf_object_for_member): Remove callCary Coutant1-14/+1
2008-09-19Add plugin functionality for link-time optimization (LTO).Cary Coutant1-0/+13
2008-09-16 * fileread.cc (make_view): Add casts to avoid warning.Ian Lance Taylor1-1/+3
2008-09-102008-09-05 Cary Coutant <ccoutant@google.com>Cary Coutant1-0/+8
2008-08-212008-08-20 Craig Silverstein <csilvers@google.com>Craig Silverstein1-2/+2
2008-07-25 PR 5990Ian Lance Taylor1-12/+41
2008-06-252008-06-25 Cary Coutant <ccoutant@google.com>Cary Coutant1-0/+2
2008-04-02 * fileread.cc (File_read::find_view): Add byteshift and vshiftedIan Lance Taylor1-58/+151
2008-03-13Update copyright years. Update language files.Ian Lance Taylor1-1/+1
2008-03-13From Craig Silverstein: Implement --debug=files to track file opens,Ian Lance Taylor1-0/+3
2008-03-04From Craig Silverstein: rename some option functions in preparationIan Lance Taylor1-2/+2
2008-02-28From Craig Silverstein: Have Parameters point to General_options.Ian Lance Taylor1-5/+5
2008-02-26From Craig Silverstein: rename option functions for future optionIan Lance Taylor1-2/+2
2008-02-13Support selecting target by name.Ian Lance Taylor1-19/+12
2008-02-08Add support for --format binary for input files.Ian Lance Taylor1-2/+49
2008-02-07Implement --just-symbols, including -R FILE. Fix symbol values whenIan Lance Taylor1-2/+13
2008-01-18Don't include options.h in fileread.h. Remove General_optionsIan Lance Taylor1-0/+14
2008-01-02Add cast to avoid signed/unsigned warning.Ian Lance Taylor1-2/+5
2008-01-02Reduce the number of system calls. Use readv instead of pread. DoIan Lance Taylor1-25/+187
2007-12-21Correct handling of non-section symbol in merged section. Avoid someIan Lance Taylor1-1/+1
2007-12-20Fix buglet in last patch.Ian Lance Taylor1-7/+7
2007-12-20Convert more instances of off_t to be 32-bit types.Ian Lance Taylor1-10/+10
2007-12-19Avoid some warnings which showed up in 64-bit mode.Ian Lance Taylor1-1/+1
2007-12-18Add section_size_type and section_offset_type, use them to replace aIan Lance Taylor1-4/+4
2007-12-14Rewrite workqueue. This version eliminates the master thread, andIan Lance Taylor1-34/+53
2007-12-14Add const to Object::read and Object::sized_target.Ian Lance Taylor1-3/+1
2007-12-14Make some File_read methods const.Ian Lance Taylor1-6/+4
2007-12-10Keep views on views_ list so that they can be found again.Ian Lance Taylor1-13/+19
2007-10-22Implement -Bstatic/-Bdynamic.Ian Lance Taylor1-1/+2
2007-10-14Remove extraneous newlines.Ian Lance Taylor1-3/+3
2007-10-14Run all error handling through an Errors object. Delete output fileIan Lance Taylor1-37/+30
2007-10-12Add --stats option to print runtime and memory usage statistics.Ian Lance Taylor1-1/+29
2007-10-09Fix soname for library found in search path.Ian Lance Taylor1-3/+9
2007-10-04Full support for --sysroot.Ian Lance Taylor1-3/+4
2007-10-02From Craig Silverstein: add support for searching for input filesIan Lance Taylor1-3/+46
2007-09-25Use mmap to read from input files.Ian Lance Taylor1-4/+33