aboutsummaryrefslogtreecommitdiff
path: root/ld/plugin.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-10-31Initialize input statement created in add_archive_memberThomas Preud'homme1-0/+1
2016-10-06-Wimplicit-fallthrough error fixesAlan Modra1-0/+2
2016-07-19ld: Restore file offset after a plugin fails to claim a fileAndrew Burgess1-0/+5
2016-07-16Don't include libbfd.h outside of bfd, part 6Alan Modra1-37/+16
2016-07-04Warn and return for duplicated pluginH.J. Lu1-0/+13
2016-06-20PR ld/20276: Set non_ir_ref on common symbolAlan Modra1-13/+23
2016-06-18Rename bfd_plugin_uknown to bfd_plugin_unknownH.J. Lu1-1/+1
2016-06-14Delete bfd_my_archive macroAlan Modra1-3/+3
2016-06-14Set my_archive for thin archivesAlan Modra1-3/+6
2016-05-25Skip an archive element if not added by linkerH.J. Lu1-2/+0
2016-05-12Handle symbols defined/referenced only within IRH.J. Lu1-1/+18
2016-03-21Remove use of alloca.Nick Clifton1-5/+7
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-12-10ld: Fix LTO for MinGW targetsKwok Cheung Yeung1-2/+4
2015-08-19Remove link_info.picAlan Modra1-5/+4
2015-08-18Add output_type to bfd_link_infoH.J. Lu1-5/+5
2015-04-11Remove an extra ';'H.J. Lu1-1/+1
2015-02-14PR ld/17973 LTO file symsAlan Modra1-4/+12
2015-02-11Output "warning:" or "error:" in plugin messagesH.J. Lu1-4/+8
2015-02-11Merge linker plugin handling into BFD plugin supportH.J. Lu1-32/+73
2015-02-10Initialize use_mmapH.J. Lu1-0/+1
2015-02-10Unmap the buffer if plugin didn't claim the fileH.J. Lu1-12/+41
2015-02-10Add the missing HAVE_GETPAGESIZE check in get_viewH.J. Lu1-0/+4
2015-02-10Align offset passed to mmapH.J. Lu1-3/+12
2015-02-08Check format against bfd_object directlyH.J. Lu1-1/+1
2015-02-07Replace entry->the_bfd with ibfdH.J. Lu1-1/+1
2015-02-07Update plugin_maybe_claimH.J. Lu1-21/+64
2015-02-06Use mmap and cache the view buffer for get_viewH.J. Lu1-19/+70
2015-02-05Close fd only if fd != -1H.J. Lu1-3/+6
2015-02-05Add plugin_input_file_tH.J. Lu1-16/+105
2015-01-29Remove plugin_active_plugins_p()H.J. Lu1-8/+0
2015-01-28Make plugin_get_ir_dummy_bfd staticH.J. Lu1-2/+6
2015-01-28The initial support for LDPT_GET_VIEWH.J. Lu1-0/+13
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-08-14Simplify is_ir_dummy_bfd testAlan Modra1-8/+3
2014-08-12Fix build breakage when ld plugins disabledAlan Modra1-9/+0
2014-08-12Change ld "notice" interface for better handling of indirect symbolsAlan Modra1-14/+19
2014-08-12Fix non-plugin warning symbol handlingAlan Modra1-0/+1
2014-08-06PR14918, lto always links in libgcc_s.soAlan Modra1-0/+11
2014-07-03Reload --as-needed libraries inside groupsAlan Modra1-4/+2
2014-03-05Update copyright yearsAlan Modra1-1/+1
2013-10-09ld/Roland McGrath1-6/+4
2013-02-192013-02-19 Sandra Loosemore <sandra@codesourcery.com>Sandra Loosemore1-1/+2
2013-02-16Don't add DT_NEEDED for references from the dummy bfdH.J. Lu1-1/+8
2013-02-16Also trace symbol from the IR bfdH.J. Lu1-4/+4
2012-12-03Improve plugin error handlingH.J. Lu1-13/+17
2012-10-22 * plugin.c (plugin_load_plugins): Warning fix.Alan Modra1-2/+4
2012-06-14Handle link_info.pie in ld pluginH.J. Lu1-1/+3
2012-03-05 * ldlang.h (struct lang_input_statement_flags): New, extract from..Alan Modra1-4/+4