summaryrefslogtreecommitdiff
path: root/gold/plugin.cc
AgeCommit message (Expand)Author
2018-01-03Update year range in copyright notice of binutils filesAlan Modra
2017-12-11Add plugin API for processing plugin-added input filesStephen Crane
2017-09-20Check for export dynamic symbol options when doing symbol resolution in plugins.Teresa Johnson
2017-01-02Update year range in copyright notice of all files.Alan Modra
2016-03-03Don't handle every plugin symbol as defined.Rafael Ávila de Espíndola
2016-03-03Add new plugin hooks to support querying section alignment and size.Cary Coutant
2016-03-03get_symbols() plugin API tweak to support --start-lib/--end-lib.Evgenii Stepanov
2016-01-01Copyright update for binutilsAlan Modra
2015-05-02Change Section_id type to use Relobj* instead of Object*.Cary Coutant
2015-02-04Resolve forwarding symbols in plugins.Peter Collingbourne
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra
2014-11-07Fix race condition when using --threads with linker plugins.Evgeniy Dushistov
2014-09-17Fix handling of common symbols with plugins.Rafael Ávila de Espíndola
2014-09-02Make Elf_file::section_name() a const function, so that it can be used inCary Coutant
2014-03-05Update copyright yearsAlan Modra
2013-02-11 * descriptors.cc (Descriptors::close_all): New function.Ian Lance Taylor
2013-01-11 Fix mingw gold build with plugins enabledIan Lance Taylor
2012-08-24Patch adds support to allow plugins to map selected subset of sections to uniqueSriraman Tallam
2012-06-122012-06-12 Rafael Ávila de Espíndola <respindola@mozilla.com>Rafael Ávila de Espíndola
2012-03-212012-03-21 Cary Coutant <ccoutant@google.com>Cary Coutant
2011-10-18 PR gold/13245Cary Coutant
2011-10-10 * gold/incremental.cc (Sized_relobj_incr::Sized_relobj_incr):Cary Coutant
2011-09-292011-09-29 Sriraman Tallam <tmsriram@google.com>Sriraman Tallam
2011-09-26include/ChangeLogCary Coutant
2011-07-142011-07-13 Sriraman Tallam <tmsriram@google.com>Sriraman Tallam
2011-05-25 * archive.cc (Library_base::should_include_member): Pull in objectIan Lance Taylor
2011-04-12 * archive.cc (Archive::include_member): Adjust call toCary Coutant
2011-03-30 * archive.cc (Library_base::should_include_member): MoveCary Coutant
2011-03-232010-03-23 Rafael Ávila de Espíndola <respindola@mozilla.com>Rafael Ávila de Espíndola
2011-02-082010-02-08 Rafael Ávila de Espíndola <respindola@mozilla.com>Rafael Ávila de Espíndola
2011-01-24 * plugin.cc (class Plugin_rescan): Define new class.Ian Lance Taylor
2010-11-05 PR gold/10708Cary Coutant
2010-10-14 * debug.h (DEBUG_INCREMENTAL): New flag.Cary Coutant
2010-08-25 * archive.cc: Formatting fixes: Remove whitespace betweenNick Clifton
2010-08-12elfcpp/ChangeLog:Cary Coutant
2010-08-02 PR 11855Ian Lance Taylor
2010-07-15 * plugin.cc (Plugin_finish::run): Don't call cleanup handlers from here.Cary Coutant
2010-06-282010-06-28 Rafael Espindola <espindola@google.com>Rafael Ávila de Espíndola
2010-06-212010-06-21 Rafael Espindola <espindola@google.com>Rafael Ávila de Espíndola
2010-06-182010-06-18 Rafael Espindola <espindola@google.com>Rafael Ávila de Espíndola
2010-06-152010-06-15 Rafael Espindola <espindola@google.com>Rafael Ávila de Espíndola
2010-06-012010-06-01 Rafael Espindola <espindola@google.com>Rafael Ávila de Espíndola
2010-06-012010-06-01 Rafael Espindola <espindola@google.com>Rafael Ávila de Espíndola
2010-04-06 gcc PR lto/42757Cary Coutant
2010-03-222010-03-22 Rafael Espindola <espindola@google.com>Rafael Ávila de Espíndola
2010-01-05 PR 10980Ian Lance Taylor
2009-12-14 Revert -Wshadow changes, all changes from:Ian Lance Taylor
2009-12-11Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton
2009-12-10 * plugin.cc (Plugin::load): Don't cast from void* to a functionIan Lance Taylor
2009-10-28 * plugin.h (Plugin::Plugin): Initialize cleanup_done_.Cary Coutant