Automatic date update in version.in
[platform/upstream/binutils.git] / ld / plugin.c
2014-08-14 Alan ModraSimplify is_ir_dummy_bfd test
2014-08-12 Alan ModraFix build breakage when ld plugins disabled
2014-08-12 Alan ModraChange ld "notice" interface for better handling of...
2014-08-12 Alan ModraFix non-plugin warning symbol handling
2014-08-06 Alan ModraPR14918, lto always links in libgcc_s.so
2014-07-03 Alan ModraReload --as-needed libraries inside groups
2014-03-05 Alan ModraUpdate copyright years
2013-10-09 Roland McGrathld/
2013-02-19 Sandra Loosemore2013-02-19 Sandra Loosemore <sandra@codesourcery...
2013-02-16 H.J. LuDon't add DT_NEEDED for references from the dummy bfd
2013-02-16 H.J. LuAlso trace symbol from the IR bfd
2012-12-03 H.J. LuImprove plugin error handling
2012-10-22 Alan Modra * plugin.c (plugin_load_plugins): Warning fix.
2012-06-14 H.J. LuHandle link_info.pie in ld plugin
2012-03-05 Alan Modra * ldlang.h (struct lang_input_statement_flags): New...
2011-10-20 Alan Modra PR ld/13287
2011-10-10 Alan Modra * ldmain.c (main): Move code twiddling various config...
2011-10-06 Alan Modra PR ld/13329
2011-09-16 H.J. LuCheck if a symbol is hidden by linker script.
2011-08-17 Alan Modra PR ld/12762
2011-08-09 Alan Modra PR ld/13066
2011-08-05 Alan Modra PR ld/12762
2011-07-09 Alan Modra PR ld/12942
2011-05-17 Alan Modra PR ld/12760
2011-05-16 Alan Modra PR ld/12760
2011-04-24 Alan Modra PR ld/12365
2011-04-20 Alan Modra PR ld/12365
2011-04-20 Alan Modra PR ld/12365
2011-04-17 Alan Modra PR ld/12365
2011-03-28 Joseph Myers * configure.in: Check for windows.h, not Windows.h.
2011-03-10 Dave Korn[PATCH] Respect symbol wrappers when computing symbol...
2011-03-10 Dave Korn[PATCH] Do not use dummy bfd suffix for recognition...
2011-03-04 H.J. LuReport plugin symbols for --verbose=N.
2011-02-26 H.J. LuAdd entry_symbol chain into non_ironly_hash.
2011-02-24 H.J. LuDon't mark entry symbol IR only.
2011-02-14 Alan Modra * ldmain.c (remove_output): Rename to..
2011-01-22 Richard Sandifordbfd/
2011-01-14 Alan Modra * ldmain.c (main): Flush stdout before and stderr...
2011-01-05 H.J. LuCheck if a bfd is NULL before accessing its flags field.
2010-12-06 H.J. LuDon't add the trailing `\n' for LDPL_ERROR.
2010-12-06 H.J. LuUse putchar for the trailing `\n' in plugin message.
2010-12-06 H.J. LuCall xatexit with plugin_call_cleanup.
2010-12-06 H.J. LuCall plugin_call_cleanup on plugin fatal error.
2010-12-06 H.J. LuAdd a space after `:' in plugin error message.
2010-12-06 H.J. LuAdd `%P' on error in plugin message.
2010-12-06 H.J. LuAdd the trailing `\n' to einfo in plugin.c.
2010-12-06 H.J. LuAdd the trailing `\n' to pluin message.
2010-12-06 H.J. LuProperly convert LTO plugin visibility to ELF visibility.
2010-11-21 H.J. LuRe-indent plugin code.
2010-11-20 H.J. LuSet alignment of common plugin symbol to 1 for For...
2010-11-19 Dave Korn * plugin.c (is_visible_from_outside): New function.
2010-11-05 Dave Korn * plugin.h (plugin_active_plugins_p): New prototype.
2010-11-04 Alan Modra * plugin.c (is_ir_dummy_bfd): Don't segfault on NULL...
2010-10-25 Alan Modra * plugin.c (plugin_get_ir_dummy_bfd): Set bfd_use_rese...
2010-10-20 Dave Korn * plugin.c (get_symbols): Check symbol type correctly.
2010-10-15 Dave KornProvide win32-based dlapi replacements on windows platf...
2010-10-15 Dave KornFix potential use-after-free bugs.
2010-10-14 Dave KornApplied patch series for LD plugin interface (six parts).