aboutsummaryrefslogtreecommitdiff
path: root/ld/plugin.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-10-20 PR ld/13287Alan Modra1-0/+11
2011-10-10 * ldmain.c (main): Move code twiddling various config and link_infoAlan Modra1-8/+4
2011-10-06 PR ld/13329Alan Modra1-36/+51
2011-09-16Check if a symbol is hidden by linker script.H.J. Lu1-0/+4
2011-08-17 PR ld/12762Alan Modra1-10/+22
2011-08-09 PR ld/13066Alan Modra1-6/+5
2011-08-05 PR ld/12762Alan Modra1-5/+7
2011-07-09 PR ld/12942Alan Modra1-1/+11
2011-05-17 PR ld/12760Alan Modra1-6/+34
2011-05-16 PR ld/12760Alan Modra1-3/+8
2011-04-24 PR ld/12365Alan Modra1-112/+36
2011-04-20 PR ld/12365Alan Modra1-2/+66
2011-04-20 PR ld/12365Alan Modra1-29/+10
2011-04-17 PR ld/12365Alan Modra1-89/+124
2011-03-28 * configure.in: Check for windows.h, not Windows.h.Joseph Myers1-1/+1
2011-03-10[PATCH] Respect symbol wrappers when computing symbol resolutions.Dave Korn1-3/+6
2011-03-10[PATCH] Do not use dummy bfd suffix for recognition, make it human-readable i...Dave Korn1-14/+10