Age | Commit message (Expand) | Author | Files | Lines |
2011-07-14 | 2011-07-13 Sriraman Tallam <tmsriram@google.com> | Sriraman Tallam | 1 | -1/+2 |
2011-06-02 | PR gold/12163 | Cary Coutant | 1 | -1/+9 |
2011-05-25 | * archive.cc (Library_base::should_include_member): Pull in object | Ian Lance Taylor | 1 | -0/+5 |
2011-04-12 | * archive.cc (Archive::include_member): Adjust call to | Cary Coutant | 1 | -6/+11 |
2011-03-30 | * archive.cc (Archive::include_member): Adjust call to report_object. | Cary Coutant | 1 | -4/+5 |
2011-03-30 | * archive.cc (Library_base::should_include_member): Move | Cary Coutant | 1 | -86/+135 |
2011-03-27 | * archive.cc (Archive::interpret_header): Return -1 if something | Ian Lance Taylor | 1 | -15/+29 |
2011-01-24 | * plugin.cc (class Plugin_rescan): Define new class. | Ian Lance Taylor | 1 | -3/+49 |
2010-12-14 | Fix typos in gold. | Ralf Wildenhues | 1 | -2/+2 |
2010-12-07 | * archive.cc (Archive::get_elf_object_for_member): Permit | Ian Lance Taylor | 1 | -16/+21 |
2010-11-03 | PR ld/12001 | Nick Clifton | 1 | -0/+4 |
2010-08-25 | * archive.cc: Formatting fixes: Remove whitespace between | Nick Clifton | 1 | -4/+4 |
2010-08-23 | * archive.cc (Lib_group::add_symbols): Lock object before deleting its | Cary Coutant | 1 | -3/+10 |
2010-08-20 | * gold/archive.h (Add_lib_group_symbols): Add readsyms_blocker_, adjust | Cary Coutant | 1 | -0/+2 |
2010-08-12 | elfcpp/ChangeLog: | Cary Coutant | 1 | -1/+20 |
2010-08-02 | PR 11855 | Ian Lance Taylor | 1 | -7/+19 |
2010-07-13 | * archive.cc (Archive::include_member): Unlock an external member | Ian Lance Taylor | 1 | -6/+8 |
2010-04-07 | * archive.cc (include_member): Destroy Read_symbols_data object before | Cary Coutant | 1 | -4/+6 |
2010-03-22 | 2010-03-22 Rafael Espindola <espindola@google.com> | Rafael Ávila de Espíndola | 1 | -23/+155 |
2010-03-09 | 2010-03-09 Rafael Espindola <espindola@google.com> | Rafael Ávila de Espíndola | 1 | -51/+80 |
2010-02-12 | * gold-threads.h (class Once): Define. | Ian Lance Taylor | 1 | -2/+3 |
2009-12-15 | * archive.cc (Archive::add_symbols): Only look up a symbol without | Ian Lance Taylor | 1 | -0/+1 |
2009-12-14 | Revert -Wshadow changes, all changes from: | Ian Lance Taylor | 1 | -30/+30 |
2009-12-11 | Add -Wshadow to the gcc command line options used when compiling the binutils. | Nick Clifton | 1 | -30/+30 |
2009-10-10 | 2009-10-10 Chris Demetriou <cgd@google.com> | Chris Demetriou | 1 | -4/+6 |
2009-09-30 | * object.h (class Object): Remove target_ field, and target, | Ian Lance Taylor | 1 | -8/+4 |
2009-05-19 | 2009-05-19 Doug Kwan <dougkwan@google.com> | Cary Coutant | 1 | -4/+17 |
2009-03-24 | * object.cc (is_elf_object): Define. | Ian Lance Taylor | 1 | -21/+3 |
2009-03-18 | * archive.cc (Archive::add_symbols): Check for a version attached | Ian Lance Taylor | 1 | -2/+44 |
2009-03-14 | * readsyms.cc (Read_symbols::incompatible_warning): New function. | Ian Lance Taylor | 1 | -46/+100 |
2009-03-13 | * fileread.cc (Input_file::open): Remove options parameter. | Ian Lance Taylor | 1 | -4/+2 |
2009-02-13 | (From Rafael Espindola) | Cary Coutant | 1 | -3/+3 |
2009-01-15 | * archive.cc (Archive::get_elf_object_for_member): Remove call | Cary Coutant | 1 | -2/+1 |
2008-09-29 | * archive.cc (Archive::get_file_and_offset): Use filename instead | Cary Coutant | 1 | -2/+7 |
2008-09-19 | Add plugin functionality for link-time optimization (LTO). | Cary Coutant | 1 | -5/+32 |
2008-08-07 | 2008-08-06 Cary Coutant <ccoutant@google.com> | Cary Coutant | 1 | -190/+316 |
2008-07-25 | PR 5990 | Ian Lance Taylor | 1 | -5/+5 |
2008-07-22 | * cref.cc: New file. | Ian Lance Taylor | 1 | -39/+155 |
2008-05-30 | * archive.cc (Archive::include_all_members) Correct to step | Cary Coutant | 1 | -1/+4 |
2008-05-21 | * mapfile.cc: New file. | Ian Lance Taylor | 1 | -9/+25 |
2008-05-07 | PR 6049 | Ian Lance Taylor | 1 | -1/+5 |
2008-04-23 | * readsyms.cc (Read_symbols::do_read_symbols): Use get_view rather | Ian Lance Taylor | 1 | -7/+4 |
2008-04-02 | * fileread.cc (File_read::find_view): Add byteshift and vshifted | Ian Lance Taylor | 1 | -3/+5 |
2008-04-01 | 2008-03-31 Cary Coutant <ccoutant@google.com> | Cary Coutant | 1 | -22/+114 |
2008-03-13 | Update copyright years. Update language files. | Ian Lance Taylor | 1 | -1/+1 |
2008-02-26 | From Craig Silverstein: rename option functions for future option | Ian Lance Taylor | 1 | -2/+2 |
2008-01-02 | Reduce the number of system calls. Use readv instead of pread. Do | Ian Lance Taylor | 1 | -7/+11 |
2007-12-18 | Add section_size_type and section_offset_type, use them to replace a | Ian Lance Taylor | 1 | -5/+7 |
2007-12-14 | Rewrite workqueue. This version eliminates the master thread, and | Ian Lance Taylor | 1 | -25/+13 |
2007-11-22 | Add threading support. | Ian Lance Taylor | 1 | -0/+1 |