aboutsummaryrefslogtreecommitdiff
path: root/gold/plugin.cc
AgeCommit message (Expand)AuthorFilesLines
2013-02-11 * descriptors.cc (Descriptors::close_all): New function.Ian Lance Taylor1-0/+9
2013-01-11 Fix mingw gold build with plugins enabledIan Lance Taylor1-1/+31
2012-08-24Patch adds support to allow plugins to map selected subset of sections to uniqueSriraman Tallam1-1/+77
2012-06-122012-06-12 Rafael Ávila de Espíndola <respindola@mozilla.com>Rafael Ávila de Espíndola1-0/+2
2012-03-212012-03-21 Cary Coutant <ccoutant@google.com>Cary Coutant1-5/+6
2011-10-18 PR gold/13245Cary Coutant1-1/+5
2011-10-10 * gold/incremental.cc (Sized_relobj_incr::Sized_relobj_incr):Cary Coutant1-4/+8
2011-09-292011-09-29 Sriraman Tallam <tmsriram@google.com>Sriraman Tallam1-11/+9
2011-09-26include/ChangeLogCary Coutant1-12/+65
2011-07-142011-07-13 Sriraman Tallam <tmsriram@google.com>Sriraman Tallam1-16/+255
2011-05-25 * archive.cc (Library_base::should_include_member): Pull in objectIan Lance Taylor1-5/+1
2011-04-12 * archive.cc (Archive::include_member): Adjust call toCary Coutant1-0/+10
2011-03-30 * archive.cc (Library_base::should_include_member): MoveCary Coutant1-0/+16
2011-03-232010-03-23 Rafael Ávila de Espíndola <respindola@mozilla.com>Rafael Ávila de Espíndola1-1/+46
2011-02-082010-02-08 Rafael Ávila de Espíndola <respindola@mozilla.com>Rafael Ávila de Espíndola1-0/+2
2011-01-24 * plugin.cc (class Plugin_rescan): Define new class.Ian Lance Taylor1-1/+205
2010-11-05 PR gold/10708Cary Coutant1-1/+8
2010-10-14 * debug.h (DEBUG_INCREMENTAL): New flag.Cary Coutant1-1/+1
2010-08-25 * archive.cc: Formatting fixes: Remove whitespace betweenNick Clifton1-15/+15
2010-08-12elfcpp/ChangeLog:Cary Coutant1-1/+1
2010-08-02 PR 11855Ian Lance Taylor1-10/+16
2010-07-15 * plugin.cc (Plugin_finish::run): Don't call cleanup handlers from here.Cary Coutant1-4/+5
2010-06-282010-06-28 Rafael Espindola <espindola@google.com>Rafael Ávila de Espíndola1-2/+2
2010-06-212010-06-21 Rafael Espindola <espindola@google.com>Rafael Ávila de Espíndola1-2/+32
2010-06-182010-06-18 Rafael Espindola <espindola@google.com>Rafael Ávila de Espíndola1-5/+5
2010-06-152010-06-15 Rafael Espindola <espindola@google.com>Rafael Ávila de Espíndola1-0/+8
2010-06-012010-06-01 Rafael Espindola <espindola@google.com>Rafael Ávila de Espíndola1-1/+5
2010-06-012010-06-01 Rafael Espindola <espindola@google.com>Rafael Ávila de Espíndola1-3/+3
2010-04-06 gcc PR lto/42757Cary Coutant1-0/+4
2010-03-222010-03-22 Rafael Espindola <espindola@google.com>Rafael Ávila de Espíndola1-0/+40
2010-01-05 PR 10980Ian Lance Taylor1-1/+10
2009-12-14 Revert -Wshadow changes, all changes from:Ian Lance Taylor1-21/+21
2009-12-11Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton1-21/+21
2009-12-10 * plugin.cc (Plugin::load): Don't cast from void* to a functionIan Lance Taylor1-3/+5
2009-10-28 * plugin.h (Plugin::Plugin): Initialize cleanup_done_.Cary Coutant1-7/+10
2009-10-12 * plugin.cc: Include "gold.h" before other header files.Ian Lance Taylor1-1/+2
2009-10-102009-10-10 Chris Demetriou <cgd@google.com>Chris Demetriou1-1/+5
2009-10-09 * plugin.cc: Don't include dlfcn.h when ENABLE_PLUGINS is notIan Lance Taylor1-0/+3
2009-10-06 * plugin.cc (add_input_library): New.Ian Lance Taylor1-4/+20
2009-09-30 * object.h (class Object): Remove target_ field, and target,Ian Lance Taylor1-10/+6
2009-08-05*** empty log message ***Sriraman Tallam1-0/+10
2009-07-17 PR 10400Ian Lance Taylor1-6/+3
2009-05-15 * gold.h (Incremental_argument_list): Remove (invalid) forwardIan Lance Taylor1-0/+3
2009-03-14 * readsyms.cc (Read_symbols::incompatible_warning): New function.Ian Lance Taylor1-0/+1
2009-03-13 * fileread.cc (Input_file::open): Remove options parameter.Ian Lance Taylor1-2/+1
2009-03-01 * layout.cc (Layout::find_or_add_kept_section): New function.Ian Lance Taylor1-1/+6
2009-02-13 (From Rafael Espindola)Cary Coutant1-46/+1
2009-01-282009-01-20 Sriraman Tallam <tmsriram@google.com>Sriraman Tallam1-4/+2
2009-01-15 * archive.cc (Archive::get_elf_object_for_member): Remove callCary Coutant1-14/+88
2008-12-24 * gold.cc (gold_exit): Call plugin cleanup handlers on exit.Cary Coutant1-3/+17