summaryrefslogtreecommitdiff
path: root/gold/fileread.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years. Update language files.Ian Lance Taylor2008-03-131-1/+1
* Support selecting target by name.Ian Lance Taylor2008-02-131-1/+2
* Add support for --format binary for input files.Ian Lance Taylor2008-02-081-0/+4
* Implement --just-symbols, including -R FILE. Fix symbol values whenIan Lance Taylor2008-02-071-0/+4
* Include <vector>.Ian Lance Taylor2008-01-221-0/+1
* Don't include options.h in fileread.h. Remove General_optionsIan Lance Taylor2008-01-181-5/+4
* Reduce the number of system calls. Use readv instead of pread. DoIan Lance Taylor2008-01-021-3/+69
* Convert more instances of off_t to be 32-bit types.Ian Lance Taylor2007-12-201-2/+2
* Add section_size_type and section_offset_type, use them to replace aIan Lance Taylor2007-12-181-8/+8
* 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