summaryrefslogtreecommitdiff
path: root/gold/archive.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in gold.Ralf Wildenhues2010-12-141-2/+2
* * archive.cc (Archive::get_elf_object_for_member): PermitIan Lance Taylor2010-12-071-16/+21
* PR ld/12001Nick Clifton2010-11-031-0/+4
* * archive.cc: Formatting fixes: Remove whitespace betweenNick Clifton2010-08-251-4/+4
* * archive.cc (Lib_group::add_symbols): Lock object before deleting itsCary Coutant2010-08-231-3/+10
* * gold/archive.h (Add_lib_group_symbols): Add readsyms_blocker_, adjustCary Coutant2010-08-201-0/+2
* elfcpp/ChangeLog:Cary Coutant2010-08-121-1/+20
* PR 11855Ian Lance Taylor2010-08-021-7/+19
* * archive.cc (Archive::include_member): Unlock an external memberIan Lance Taylor2010-07-131-6/+8
* * archive.cc (include_member): Destroy Read_symbols_data object beforeCary Coutant2010-04-071-4/+6
* 2010-03-22 Rafael Espindola <espindola@google.com>espindola2010-03-221-23/+155
* 2010-03-09 Rafael Espindola <espindola@google.com>espindola2010-03-091-51/+80
* * gold-threads.h (class Once): Define.Ian Lance Taylor2010-02-121-2/+3
* * archive.cc (Archive::add_symbols): Only look up a symbol withoutIan Lance Taylor2009-12-151-0/+1
* Revert -Wshadow changes, all changes from:Ian Lance Taylor2009-12-141-30/+30
* Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton2009-12-111-30/+30
* 2009-10-10 Chris Demetriou <cgd@google.com>Chris Demetriou2009-10-101-4/+6
* * object.h (class Object): Remove target_ field, and target,Ian Lance Taylor2009-09-301-8/+4
* 2009-05-19 Doug Kwan <dougkwan@google.com>Cary Coutant2009-05-191-4/+17
* * object.cc (is_elf_object): Define.Ian Lance Taylor2009-03-241-21/+3
* * archive.cc (Archive::add_symbols): Check for a version attachedIan Lance Taylor2009-03-181-2/+44
* * readsyms.cc (Read_symbols::incompatible_warning): New function.Ian Lance Taylor2009-03-141-46/+100
* * fileread.cc (Input_file::open): Remove options parameter.Ian Lance Taylor2009-03-131-4/+2
* (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