summaryrefslogtreecommitdiff
path: root/gold/archive.cc
Commit message (Expand)AuthorAgeFilesLines
...
* (From Rafael Espindola)Cary Coutant2009-02-131-3/+3
* * archive.cc (Archive::get_elf_object_for_member): Remove callCary Coutant2009-01-151-2/+1
* * archive.cc (Archive::get_file_and_offset): Use filename insteadCary Coutant2008-09-291-2/+7
* Add plugin functionality for link-time optimization (LTO).Cary Coutant2008-09-191-5/+32
* 2008-08-06 Cary Coutant <ccoutant@google.com>Cary Coutant2008-08-071-190/+316
* PR 5990Ian Lance Taylor2008-07-251-5/+5
* * cref.cc: New file.Ian Lance Taylor2008-07-221-39/+155
* * archive.cc (Archive::include_all_members) Correct to stepCary Coutant2008-05-301-1/+4
* * mapfile.cc: New file.Ian Lance Taylor2008-05-211-9/+25
* PR 6049Ian Lance Taylor2008-05-071-1/+5
* * readsyms.cc (Read_symbols::do_read_symbols): Use get_view ratherIan Lance Taylor2008-04-231-7/+4
* * fileread.cc (File_read::find_view): Add byteshift and vshiftedIan Lance Taylor2008-04-021-3/+5
* 2008-03-31 Cary Coutant <ccoutant@google.com>Cary Coutant2008-04-011-22/+114
* Update copyright years. Update language files.Ian Lance Taylor2008-03-131-1/+1
* From Craig Silverstein: rename option functions for future optionIan Lance Taylor2008-02-261-2/+2
* Reduce the number of system calls. Use readv instead of pread. DoIan Lance Taylor2008-01-021-7/+11
* Add section_size_type and section_offset_type, use them to replace aIan Lance Taylor2007-12-181-5/+7
* Rewrite workqueue. This version eliminates the master thread, andIan Lance Taylor2007-12-141-25/+13
* Add threading support.Ian Lance Taylor2007-11-221-0/+1
* Ignore empty archives.Ian Lance Taylor2007-11-161-0/+7
* From Craig Silverstein: Don't crash if we see a file we don't recognize.Ian Lance Taylor2007-11-071-5/+12
* Remove extraneous newlines.Ian Lance Taylor2007-10-141-1/+1
* Run all error handling through an Errors object. Delete output fileIan Lance Taylor2007-10-141-48/+28
* From Craig Silverstein: avoid some signed/unsigned warnings from gcc 4.2.Ian Lance Taylor2007-10-021-2/+2
* Add cache parameter to get_view. Discard uncached views on unlock.Ian Lance Taylor2007-09-251-11/+16
* Rework File_read interface. Get file size. Use pread whenIan Lance Taylor2007-09-251-13/+18
* Remove get_view_and_size.Ian Lance Taylor2007-09-251-8/+10
* Break out default pbytes argument to read and get_view routines,Ian Lance Taylor2007-09-251-5/+5
* Add licensing text to every source file.Ian Lance Taylor2007-09-221-0/+20
* Add global parameters.Ian Lance Taylor2007-09-211-13/+12
* Fix comment.Ian Lance Taylor2007-09-201-2/+2
* Rework patch to check by both armap entry and archive offset. Also,Ian Lance Taylor2007-09-201-21/+24
* From Craig Silverstein: rework seen handling to be based on archiveIan Lance Taylor2007-09-201-12/+25
* Implement --whole-archive.Ian Lance Taylor2007-08-211-22/+94
* Split Object into Dynobj and Relobj, incorporate elfcpp swapping changes.Ian Lance Taylor2006-11-061-9/+10
* Can now do a full static link of hello, world in C or C++Ian Lance Taylor2006-11-031-20/+23
* Framework for relocation scanning. Implement simple static TLSIan Lance Taylor2006-10-201-1/+1
* Lay out object file sections when we add the symbols to the symbolIan Lance Taylor2006-10-061-7/+11
* Snapshot. Now able to produce a minimal executable which actuallyIan Lance Taylor2006-09-291-0/+360