OSDN Git Service

bfd/
[pf3gnuchains/sourceware.git] / ld / plugin.c
2011-03-10 davek[PATCH] Respect symbol wrappers when computing symbol...
2011-03-10 davek[PATCH] Do not use dummy bfd suffix for recognition...
2011-03-05 hjlReport plugin symbols for --verbose=N.
2011-02-26 hjlAdd entry_symbol chain into non_ironly_hash.
2011-02-25 hjlDon't mark entry symbol IR only.
2011-02-14 amodra * ldmain.c (remove_output): Rename to..
2011-01-22 rsandifobfd/
2011-01-14 amodra * ldmain.c (main): Flush stdout before and stderr...
2011-01-05 hjlCheck if a bfd is NULL before accessing its flags field.
2010-12-07 hjlDon't add the trailing `\n' for LDPL_ERROR.
2010-12-07 hjlUse putchar for the trailing `\n' in plugin message.
2010-12-06 hjlCall xatexit with plugin_call_cleanup.
2010-12-06 hjlCall plugin_call_cleanup on plugin fatal error.
2010-12-06 hjlAdd a space after `:' in plugin error message.
2010-12-06 hjlAdd `%P' on error in plugin message.
2010-12-06 hjlAdd the trailing `\n' to einfo in plugin.c.
2010-12-06 hjlAdd the trailing `\n' to pluin message.
2010-12-06 hjlProperly convert LTO plugin visibility to ELF visibility.
2010-11-22 hjlRe-indent plugin code.
2010-11-21 hjlSet alignment of common plugin symbol to 1 for For...
2010-11-19 davek * plugin.c (is_visible_from_outside): New function.
2010-11-05 davek * plugin.h (plugin_active_plugins_p): New prototype.
2010-11-04 amodra * plugin.c (is_ir_dummy_bfd): Don't segfault on NULL...
2010-10-25 amodra * plugin.c (plugin_get_ir_dummy_bfd): Set bfd_use_rese...
2010-10-21 davek * plugin.c (get_symbols): Check symbol type correctly.
2010-10-16 davekProvide win32-based dlapi replacements on windows platf...
2010-10-16 davekFix potential use-after-free bugs.
2010-10-14 davekApplied patch series for LD plugin interface (six parts).