OSDN Git Service

bfd/
[pf3gnuchains/sourceware.git] / gold / plugin.cc
2011-02-08 espindola2010-02-08 Rafael Ávila de Espíndola <respindola@mozil...
2011-01-25 ian * plugin.cc (class Plugin_rescan): Define new class.
2010-11-06 ccoutant PR gold/10708
2010-10-15 ccoutant * debug.h (DEBUG_INCREMENTAL): New flag.
2010-08-25 nickc * archive.cc: Formatting fixes: Remove whitespa...
2010-08-13 ccoutantelfcpp/ChangeLog:
2010-08-02 ian PR 11855
2010-07-16 ccoutant * plugin.cc (Plugin_finish::run): Don't call cleanup...
2010-06-29 espindola2010-06-28 Rafael Espindola <espindola@google.com>
2010-06-22 espindola2010-06-21 Rafael Espindola <espindola@google.com>
2010-06-19 espindola2010-06-18 Rafael Espindola <espindola@google.com>
2010-06-16 espindola2010-06-15 Rafael Espindola <espindola@google.com>
2010-06-02 espindola2010-06-01 Rafael Espindola <espindola@google.com>
2010-06-02 espindola2010-06-01 Rafael Espindola <espindola@google.com>
2010-04-07 ccoutant gcc PR lto/42757
2010-03-22 espindola2010-03-22 Rafael Espindola <espindola@google.com>
2010-01-06 ian PR 10980
2009-12-15 ian Revert -Wshadow changes, all changes from:
2009-12-11 nickcAdd -Wshadow to the gcc command line options used when...
2009-12-10 ian * plugin.cc (Plugin::load): Don't cast from void*...
2009-10-29 ccoutant * plugin.h (Plugin::Plugin): Initialize cleanup_done_.
2009-10-12 ian * plugin.cc: Include "gold.h" before other header...
2009-10-10 cgd2009-10-10 Chris Demetriou <cgd@google.com>
2009-10-09 ian * plugin.cc: Don't include dlfcn.h when ENABLE_PLUGINS...
2009-10-06 ian * plugin.cc (add_input_library): New.
2009-09-30 ian * object.h (class Object): Remove target_ field, and...
2009-08-05 tmsriram*** empty log message ***
2009-07-17 ian PR 10400
2009-05-15 ian * gold.h (Incremental_argument_list): Remove (invalid...
2009-03-14 ian * readsyms.cc (Read_symbols::incompatible_warning...
2009-03-13 ian * fileread.cc (Input_file::open): Remove options param...
2009-03-01 ian * layout.cc (Layout::find_or_add_kept_section): New...
2009-02-13 ccoutant (From Rafael Espindola)
2009-01-28 tmsriram2009-01-20 Sriraman Tallam <tmsriram@google.com>
2009-01-15 ccoutant * archive.cc (Archive::get_elf_object_for_member)...
2008-12-24 ccoutant * gold.cc (gold_exit): Call plugin cleanup handlers...
2008-12-23 ccoutant * plugin.cc (is_visible_from_outside): New function.
2008-12-23 ccoutant * object.cc (Sized_relobj::layout_section): New function.
2008-12-16 ccoutant * plugin.cc (Plugin::load): Move LDPT_MESSAGE to front...
2008-12-05 ccoutant2008-12-05 Rafael Avila de Espindola <espindola@googl...
2008-12-01 ccoutantgold/ChangeLog:
2008-10-02 ccoutant * plugin.cc (make_sized_plugin_object): Fix conditional
2008-09-19 ccoutantAdd plugin functionality for link-time optimization...