summaryrefslogtreecommitdiff
path: root/gold/plugin.cc
Commit message (Expand)AuthorAgeFilesLines
* * descriptors.cc (Descriptors::close_all): New function.Ian Lance Taylor2013-02-111-0/+9
* Fix mingw gold build with plugins enabledIan Lance Taylor2013-01-111-1/+31
* Patch adds support to allow plugins to map selected subset of sections to uniqueSriraman Tallam2012-08-241-1/+77
* 2012-06-12 Rafael Ávila de Espíndola <respindola@mozilla.com>espindola2012-06-121-0/+2
* 2012-03-21 Cary Coutant <ccoutant@google.com>Cary Coutant2012-03-211-5/+6
* PR gold/13245Cary Coutant2011-10-181-1/+5
* * gold/incremental.cc (Sized_relobj_incr::Sized_relobj_incr):Cary Coutant2011-10-101-4/+8
* 2011-09-29 Sriraman Tallam <tmsriram@google.com>Sriraman Tallam2011-09-291-11/+9
* include/ChangeLogCary Coutant2011-09-261-12/+65
* 2011-07-13 Sriraman Tallam <tmsriram@google.com>Sriraman Tallam2011-07-141-16/+255
* * archive.cc (Library_base::should_include_member): Pull in objectIan Lance Taylor2011-05-251-5/+1
* * archive.cc (Archive::include_member): Adjust call toCary Coutant2011-04-121-0/+10
* * archive.cc (Library_base::should_include_member): MoveCary Coutant2011-03-301-0/+16
* 2010-03-23 Rafael Ávila de Espíndola <respindola@mozilla.com>espindola2011-03-231-1/+46
* 2010-02-08 Rafael Ávila de Espíndola <respindola@mozilla.com>espindola2011-02-081-0/+2
* * plugin.cc (class Plugin_rescan): Define new class.Ian Lance Taylor2011-01-241-1/+205
* PR gold/10708Cary Coutant2010-11-051-1/+8
* * debug.h (DEBUG_INCREMENTAL): New flag.Cary Coutant2010-10-141-1/+1
* * archive.cc: Formatting fixes: Remove whitespace betweenNick Clifton2010-08-251-15/+15
* elfcpp/ChangeLog:Cary Coutant2010-08-121-1/+1
* PR 11855Ian Lance Taylor2010-08-021-10/+16
* * plugin.cc (Plugin_finish::run): Don't call cleanup handlers from here.Cary Coutant2010-07-151-4/+5
* 2010-06-28 Rafael Espindola <espindola@google.com>espindola2010-06-281-2/+2
* 2010-06-21 Rafael Espindola <espindola@google.com>espindola2010-06-211-2/+32
* 2010-06-18 Rafael Espindola <espindola@google.com>espindola2010-06-181-5/+5
* 2010-06-15 Rafael Espindola <espindola@google.com>espindola2010-06-151-0/+8
* 2010-06-01 Rafael Espindola <espindola@google.com>espindola2010-06-011-1/+5
* 2010-06-01 Rafael Espindola <espindola@google.com>espindola2010-06-011-3/+3
* gcc PR lto/42757Cary Coutant2010-04-061-0/+4
* 2010-03-22 Rafael Espindola <espindola@google.com>espindola2010-03-221-0/+40
* PR 10980Ian Lance Taylor2010-01-051-1/+10
* Revert -Wshadow changes, all changes from:Ian Lance Taylor2009-12-141-21/+21
* Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton2009-12-111-21/+21
* * plugin.cc (Plugin::load): Don't cast from void* to a functionIan Lance Taylor2009-12-101-3/+5
* * plugin.h (Plugin::Plugin): Initialize cleanup_done_.Cary Coutant2009-10-281-7/+10
* * plugin.cc: Include "gold.h" before other header files.Ian Lance Taylor2009-10-121-1/+2
* 2009-10-10 Chris Demetriou <cgd@google.com>Chris Demetriou2009-10-101-1/+5
* * plugin.cc: Don't include dlfcn.h when ENABLE_PLUGINS is notIan Lance Taylor2009-10-091-0/+3
* * plugin.cc (add_input_library): New.Ian Lance Taylor2009-10-061-4/+20
* * object.h (class Object): Remove target_ field, and target,Ian Lance Taylor2009-09-301-10/+6
* *** empty log message ***Sriraman Tallam2009-08-051-0/+10
* PR 10400Ian Lance Taylor2009-07-171-6/+3
* * gold.h (Incremental_argument_list): Remove (invalid) forwardIan Lance Taylor2009-05-151-0/+3
* * readsyms.cc (Read_symbols::incompatible_warning): New function.Ian Lance Taylor2009-03-141-0/+1
* * fileread.cc (Input_file::open): Remove options parameter.Ian Lance Taylor2009-03-131-2/+1
* * layout.cc (Layout::find_or_add_kept_section): New function.Ian Lance Taylor2009-03-011-1/+6
* (From Rafael Espindola)Cary Coutant2009-02-131-46/+1
* 2009-01-20 Sriraman Tallam <tmsriram@google.com>Sriraman Tallam2009-01-281-4/+2
* * archive.cc (Archive::get_elf_object_for_member): Remove callCary Coutant2009-01-151-14/+88
* * gold.cc (gold_exit): Call plugin cleanup handlers on exit.Cary Coutant2008-12-241-3/+17