Automatic date update in version.in
[platform/upstream/binutils.git] / gold / plugin.cc
2014-09-17 Rafael Ávila de... Fix handling of common symbols with plugins.
2014-09-02 Cary CoutantMake Elf_file::section_name() a const function, so...
2014-03-05 Alan ModraUpdate copyright years
2013-02-11 Ian Lance Taylor * descriptors.cc (Descriptors::close_all): New function.
2013-01-11 Ian Lance Taylor Fix mingw gold build with plugins enabled
2012-08-24 Sriraman TallamPatch adds support to allow plugins to map selected...
2012-06-12 Rafael Ávila de... 2012-06-12 Rafael Ávila de Espíndola <respindola@mozil...
2012-03-21 Cary Coutant2012-03-21 Cary Coutant <ccoutant@google.com>
2011-10-18 Cary Coutant PR gold/13245
2011-10-10 Cary Coutant * gold/incremental.cc (Sized_relobj_incr::Sized_relobj...
2011-09-29 Sriraman Tallam2011-09-29 Sriraman Tallam <tmsriram@google.com>
2011-09-26 Cary Coutantinclude/ChangeLog
2011-07-14 Sriraman Tallam2011-07-13 Sriraman Tallam <tmsriram@google.com>
2011-05-25 Ian Lance Taylor * archive.cc (Library_base::should_include_member...
2011-04-12 Cary Coutant * archive.cc (Archive::include_member): Adjust call to
2011-03-30 Cary Coutant * archive.cc (Library_base::should_include_member...
2011-03-23 Rafael Ávila de... 2010-03-23 Rafael Ávila de Espíndola <respindola@mozil...
2011-02-08 Rafael Ávila de... 2010-02-08 Rafael Ávila de Espíndola <respindola@mozil...
2011-01-24 Ian Lance Taylor * plugin.cc (class Plugin_rescan): Define new class.
2010-11-05 Cary Coutant PR gold/10708
2010-10-14 Cary Coutant * debug.h (DEBUG_INCREMENTAL): New flag.
2010-08-25 Nick Clifton * archive.cc: Formatting fixes: Remove whitespa...
2010-08-12 Cary Coutantelfcpp/ChangeLog:
2010-08-02 Ian Lance Taylor PR 11855
2010-07-15 Cary Coutant * plugin.cc (Plugin_finish::run): Don't call cleanup...
2010-06-28 Rafael Ávila de... 2010-06-28 Rafael Espindola <espindola@google.com>
2010-06-21 Rafael Ávila de... 2010-06-21 Rafael Espindola <espindola@google.com>
2010-06-18 Rafael Ávila de... 2010-06-18 Rafael Espindola <espindola@google.com>
2010-06-15 Rafael Ávila de... 2010-06-15 Rafael Espindola <espindola@google.com>
2010-06-01 Rafael Ávila de... 2010-06-01 Rafael Espindola <espindola@google.com>
2010-06-01 Rafael Ávila de... 2010-06-01 Rafael Espindola <espindola@google.com>
2010-04-06 Cary Coutant gcc PR lto/42757
2010-03-22 Rafael Ávila de... 2010-03-22 Rafael Espindola <espindola@google.com>
2010-01-05 Ian Lance Taylor PR 10980
2009-12-14 Ian Lance Taylor Revert -Wshadow changes, all changes from:
2009-12-11 Nick CliftonAdd -Wshadow to the gcc command line options used when...
2009-12-10 Ian Lance Taylor * plugin.cc (Plugin::load): Don't cast from void*...
2009-10-28 Cary Coutant * plugin.h (Plugin::Plugin): Initialize cleanup_done_.
2009-10-12 Ian Lance Taylor * plugin.cc: Include "gold.h" before other header...
2009-10-10 Chris Demetriou2009-10-10 Chris Demetriou <cgd@google.com>
2009-10-09 Ian Lance Taylor * plugin.cc: Don't include dlfcn.h when ENABLE_PLUGINS...
2009-10-06 Ian Lance Taylor * plugin.cc (add_input_library): New.
2009-09-30 Ian Lance Taylor * object.h (class Object): Remove target_ field, and...
2009-08-05 Sriraman Tallam*** empty log message ***
2009-07-17 Ian Lance Taylor PR 10400
2009-05-15 Ian Lance Taylor * gold.h (Incremental_argument_list): Remove (invalid...
2009-03-14 Ian Lance Taylor * readsyms.cc (Read_symbols::incompatible_warning...
2009-03-13 Ian Lance Taylor * fileread.cc (Input_file::open): Remove options param...
2009-03-01 Ian Lance Taylor * layout.cc (Layout::find_or_add_kept_section): New...
2009-02-13 Cary Coutant (From Rafael Espindola)
2009-01-28 Sriraman Tallam2009-01-20 Sriraman Tallam <tmsriram@google.com>
2009-01-15 Cary Coutant * archive.cc (Archive::get_elf_object_for_member)...
2008-12-24 Cary Coutant * gold.cc (gold_exit): Call plugin cleanup handlers...
2008-12-23 Cary Coutant * plugin.cc (is_visible_from_outside): New function.
2008-12-23 Cary Coutant * object.cc (Sized_relobj::layout_section): New function.
2008-12-16 Cary Coutant * plugin.cc (Plugin::load): Move LDPT_MESSAGE to front...
2008-12-05 Cary Coutant2008-12-05 Rafael Avila de Espindola <espindola@googl...
2008-12-01 Cary Coutantgold/ChangeLog:
2008-10-02 Cary Coutant * plugin.cc (make_sized_plugin_object): Fix conditional
2008-09-19 Cary CoutantAdd plugin functionality for link-time optimization...