summaryrefslogtreecommitdiff
path: root/gold/fileread.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add cache parameter to get_view. Discard uncached views on unlock.Ian Lance Taylor2007-09-251-12/+22
* Rework File_read interface. Get file size. Use pread whenIan Lance Taylor2007-09-251-10/+14
* Remove get_view_and_size.Ian Lance Taylor2007-09-251-8/+1
* Break out default pbytes argument to read and get_view routines,Ian Lance Taylor2007-09-251-13/+26
* Add licensing text to every source file.Ian Lance Taylor2007-09-221-0/+20
* From Andrew Chatham: Make File_read::View::data_ a const pointer.Ian Lance Taylor2007-09-221-3/+3
* Implement --whole-archive.Ian Lance Taylor2007-08-211-3/+9
* Added a testsuite. More support for COPY relocations.Ian Lance Taylor2006-11-301-9/+23
* Can now do a full static link of hello, world in C or C++Ian Lance Taylor2006-11-031-5/+38
* New drop, with first cut of section layout code.Ian Lance Taylor2006-09-211-16/+0
* Initial CVS checkin of goldIan Lance Taylor2006-08-041-0/+226