aboutsummaryrefslogtreecommitdiff
path: root/gold/fileread.cc
AgeCommit message (Expand)AuthorFilesLines
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
2007-09-25Add cache parameter to get_view. Discard uncached views on unlock.Ian Lance Taylor1-48/+46
2007-09-25Rework File_read interface. Get file size. Use pread whenIan Lance Taylor1-69/+56
2007-09-25Remove get_view_and_size.Ian Lance Taylor1-27/+5
2007-09-25Break out default pbytes argument to read and get_view routines,Ian Lance Taylor1-4/+29
2007-09-22Add licensing text to every source file.Ian Lance Taylor1-0/+20
2006-11-30Added a testsuite. More support for COPY relocations.Ian Lance Taylor1-21/+60
2006-11-29Hash tables, dynamic section, i386 PLT, gold_assert.Ian Lance Taylor1-17/+16
2006-11-06Split Object into Dynobj and Relobj, incorporate elfcpp swapping changes.Ian Lance Taylor1-3/+7
2006-11-03Can now do a full static link of hello, world in C or C++Ian Lance Taylor1-24/+80
2006-09-29Snapshot. Now able to produce a minimal executable which actuallyIan Lance Taylor1-5/+5
2006-08-04Initial CVS checkin of goldIan Lance Taylor1-0/+281