summaryrefslogtreecommitdiff
path: root/gold/plugin.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* * plugin.cc (is_visible_from_outside): New function.Cary Coutant2008-12-231-1/+16
* * object.cc (Sized_relobj::layout_section): New function.Cary Coutant2008-12-231-20/+20
* * plugin.cc (Plugin::load): Move LDPT_MESSAGE to front of transferCary Coutant2008-12-161-13/+14
* 2008-12-05 Rafael Avila de Espindola <espindola@google.com>Cary Coutant2008-12-051-25/+8
* gold/ChangeLog:Cary Coutant2008-12-011-3/+3
* * plugin.cc (make_sized_plugin_object): Fix conditionalCary Coutant2008-10-021-4/+20
* Add plugin functionality for link-time optimization (LTO).Cary Coutant2008-09-191-0/+968