aboutsummaryrefslogtreecommitdiff
path: root/gold/plugin.cc
AgeCommit message (Expand)AuthorFilesLines
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
2008-12-23 * plugin.cc (is_visible_from_outside): New function.Cary Coutant1-1/+16
2008-12-23 * object.cc (Sized_relobj::layout_section): New function.Cary Coutant1-20/+20
2008-12-16 * plugin.cc (Plugin::load): Move LDPT_MESSAGE to front of transferCary Coutant1-13/+14
2008-12-052008-12-05 Rafael Avila de Espindola <espindola@google.com>Cary Coutant1-25/+8
2008-12-01gold/ChangeLog:Cary Coutant1-3/+3
2008-10-02 * plugin.cc (make_sized_plugin_object): Fix conditionalCary Coutant1-4/+20
2008-09-19Add plugin functionality for link-time optimization (LTO).Cary Coutant1-0/+968