Update year range in copyright notice of all files.
[external/binutils.git] / ld / plugin.c
2017-01-02 Alan ModraUpdate year range in copyright notice of all files.
2016-10-31 Thomas Preud'hommeInitialize input statement created in add_archive_member
2016-10-05 Alan Modra-Wimplicit-fallthrough error fixes
2016-07-19 Andrew Burgessld: Restore file offset after a plugin fails to claim...
2016-07-16 Alan ModraDon't include libbfd.h outside of bfd, part 6
2016-07-04 H.J. LuWarn and return for duplicated plugin
2016-06-20 Alan ModraPR ld/20276: Set non_ir_ref on common symbol
2016-06-18 H.J. LuRename bfd_plugin_uknown to bfd_plugin_unknown
2016-06-14 Alan ModraDelete bfd_my_archive macro
2016-06-14 Alan ModraSet my_archive for thin archives
2016-05-25 H.J. LuSkip an archive element if not added by linker
2016-05-12 H.J. LuHandle symbols defined/referenced only within IR
2016-03-21 Nick CliftonRemove use of alloca.
2016-01-01 Alan ModraCopyright update for binutils
2015-12-10 Kwok Cheung Yeungld: Fix LTO for MinGW targets
2015-08-19 Alan ModraRemove link_info.pic
2015-08-18 H.J. LuAdd output_type to bfd_link_info
2015-04-11 H.J. LuRemove an extra ';'
2015-02-14 Alan ModraPR ld/17973 LTO file syms
2015-02-11 H.J. LuOutput "warning:" or "error:" in plugin messages
2015-02-11 H.J. LuMerge linker plugin handling into BFD plugin support
2015-02-11 H.J. LuInitialize use_mmap
2015-02-11 H.J. LuUnmap the buffer if plugin didn't claim the file
2015-02-10 H.J. LuAdd the missing HAVE_GETPAGESIZE check in get_view
2015-02-10 H.J. LuAlign offset passed to mmap
2015-02-08 H.J. LuCheck format against bfd_object directly
2015-02-07 H.J. LuReplace entry->the_bfd with ibfd
2015-02-07 H.J. LuUpdate plugin_maybe_claim
2015-02-06 H.J. LuUse mmap and cache the view buffer for get_view
2015-02-06 H.J. LuClose fd only if fd != -1
2015-02-05 H.J. LuAdd plugin_input_file_t
2015-01-29 H.J. LuRemove plugin_active_plugins_p()
2015-01-28 H.J. LuMake plugin_get_ir_dummy_bfd static
2015-01-28 H.J. LuThe initial support for LDPT_GET_VIEW
2015-01-01 Alan ModraChangeLog rotatation and copyright year update
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).