summaryrefslogtreecommitdiff
path: root/ld/plugin.c
AgeCommit message (Expand)Author
2018-01-03Update year range in copyright notice of binutils filesAlan Modra
2017-10-12ld whitespace fixesAlan Modra
2017-10-11ld internationalization fixesAlan Modra
2017-05-16Rename non_ir_ref to non_ir_ref_regularAlan Modra
2017-05-16non_ir_ref_dynamicAlan Modra
2017-04-20Handle symbol defined in IR and referenced in DSOH.J. Lu
2017-01-02Update year range in copyright notice of all files.Alan Modra
2016-10-31Initialize input statement created in add_archive_memberThomas Preud'homme
2016-10-06-Wimplicit-fallthrough error fixesAlan Modra
2016-07-19ld: Restore file offset after a plugin fails to claim a fileAndrew Burgess
2016-07-16Don't include libbfd.h outside of bfd, part 6Alan Modra
2016-07-04Warn and return for duplicated pluginH.J. Lu
2016-06-20PR ld/20276: Set non_ir_ref on common symbolAlan Modra
2016-06-18Rename bfd_plugin_uknown to bfd_plugin_unknownH.J. Lu
2016-06-14Delete bfd_my_archive macroAlan Modra
2016-06-14Set my_archive for thin archivesAlan Modra
2016-05-25Skip an archive element if not added by linkerH.J. Lu
2016-05-12Handle symbols defined/referenced only within IRH.J. Lu
2016-03-21Remove use of alloca.Nick Clifton
2016-01-01Copyright update for binutilsAlan Modra
2015-12-10ld: Fix LTO for MinGW targetsKwok Cheung Yeung
2015-08-19Remove link_info.picAlan Modra
2015-08-18Add output_type to bfd_link_infoH.J. Lu
2015-04-11Remove an extra ';'H.J. Lu
2015-02-14PR ld/17973 LTO file symsAlan Modra
2015-02-11Output "warning:" or "error:" in plugin messagesH.J. Lu
2015-02-11Merge linker plugin handling into BFD plugin supportH.J. Lu
2015-02-10Initialize use_mmapH.J. Lu
2015-02-10Unmap the buffer if plugin didn't claim the fileH.J. Lu
2015-02-10Add the missing HAVE_GETPAGESIZE check in get_viewH.J. Lu
2015-02-10Align offset passed to mmapH.J. Lu
2015-02-08Check format against bfd_object directlyH.J. Lu
2015-02-07Replace entry->the_bfd with ibfdH.J. Lu
2015-02-07Update plugin_maybe_claimH.J. Lu
2015-02-06Use mmap and cache the view buffer for get_viewH.J. Lu
2015-02-05Close fd only if fd != -1H.J. Lu
2015-02-05Add plugin_input_file_tH.J. Lu
2015-01-29Remove plugin_active_plugins_p()H.J. Lu
2015-01-28Make plugin_get_ir_dummy_bfd staticH.J. Lu
2015-01-28The initial support for LDPT_GET_VIEWH.J. Lu
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra
2014-08-14Simplify is_ir_dummy_bfd testAlan Modra
2014-08-12Fix build breakage when ld plugins disabledAlan Modra
2014-08-12Change ld "notice" interface for better handling of indirect symbolsAlan Modra
2014-08-12Fix non-plugin warning symbol handlingAlan Modra
2014-08-06PR14918, lto always links in libgcc_s.soAlan Modra
2014-07-03Reload --as-needed libraries inside groupsAlan Modra
2014-03-05Update copyright yearsAlan Modra
2013-10-09ld/Roland McGrath
2013-02-192013-02-19 Sandra Loosemore <sandra@codesourcery.com>Sandra Loosemore