aboutsummaryrefslogtreecommitdiff
path: root/gold/fileread.h
AgeCommit message (Expand)AuthorFilesLines
2007-10-14Run all error handling through an Errors object. Delete output fileIan Lance Taylor1-2/+3
2007-10-12Add --stats option to print runtime and memory usage statistics.Ian Lance Taylor1-1/+22
2007-10-09Fix soname for library found in search path.Ian Lance Taylor1-3/+17
2007-10-04Full support for --sysroot.Ian Lance Taylor1-1/+10
2007-09-25Use mmap to read from input files.Ian Lance Taylor1-3/+5
2007-09-25Add cache parameter to get_view. Discard uncached views on unlock.Ian Lance Taylor1-12/+22
2007-09-25Rework File_read interface. Get file size. Use pread whenIan Lance Taylor1-10/+14
2007-09-25Remove get_view_and_size.Ian Lance Taylor1-8/+1
2007-09-25Break out default pbytes argument to read and get_view routines,Ian Lance Taylor1-13/+26
2007-09-22Add licensing text to every source file.Ian Lance Taylor1-0/+20
2007-09-22From Andrew Chatham: Make File_read::View::data_ a const pointer.Ian Lance Taylor1-3/+3
2007-08-21Implement --whole-archive.Ian Lance Taylor1-3/+9
2006-11-30Added a testsuite. More support for COPY relocations.Ian Lance Taylor1-9/+23
2006-11-03Can now do a full static link of hello, world in C or C++Ian Lance Taylor1-5/+38
2006-09-21New drop, with first cut of section layout code.Ian Lance Taylor1-16/+0
2006-08-04Initial CVS checkin of goldIan Lance Taylor1-0/+226