summaryrefslogtreecommitdiff
path: root/gold/archive.cc
Commit message (Expand)AuthorAgeFilesLines
* gold/Roland McGrath2013-10-111-2/+3
* 2013-03-29 Sriraman Tallam <tmsriram@google.com>Sriraman Tallam2013-03-301-13/+25
* * archive.cc (Library_base::should_include_member): Check forCary Coutant2012-04-171-0/+5
* 2011-07-13 Sriraman Tallam <tmsriram@google.com>Sriraman Tallam2011-07-141-1/+2
* PR gold/12163Cary Coutant2011-06-021-1/+9
* * archive.cc (Library_base::should_include_member): Pull in objectIan Lance Taylor2011-05-251-0/+5
* * archive.cc (Archive::include_member): Adjust call toCary Coutant2011-04-121-6/+11
* * archive.cc (Archive::include_member): Adjust call to report_object.Cary Coutant2011-03-301-4/+5
* * archive.cc (Library_base::should_include_member): MoveCary Coutant2011-03-301-86/+135
* * archive.cc (Archive::interpret_header): Return -1 if somethingIan Lance Taylor2011-03-271-15/+29
* * plugin.cc (class Plugin_rescan): Define new class.Ian Lance Taylor2011-01-241-3/+49
* 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