summaryrefslogtreecommitdiff
path: root/ld/plugin.c
Commit message (Expand)AuthorAgeFilesLines
* Remove an extra ';'H.J. Lu2015-04-111-1/+1
* PR ld/17973 LTO file symsAlan Modra2015-02-141-4/+12
* Output "warning:" or "error:" in plugin messagesH.J. Lu2015-02-111-4/+8
* Merge linker plugin handling into BFD plugin supportH.J. Lu2015-02-111-32/+73
* Initialize use_mmapH.J. Lu2015-02-101-0/+1
* Unmap the buffer if plugin didn't claim the fileH.J. Lu2015-02-101-12/+41
* Add the missing HAVE_GETPAGESIZE check in get_viewH.J. Lu2015-02-101-0/+4
* Align offset passed to mmapH.J. Lu2015-02-101-3/+12
* Check format against bfd_object directlyH.J. Lu2015-02-081-1/+1
* Replace entry->the_bfd with ibfdH.J. Lu2015-02-071-1/+1
* Update plugin_maybe_claimH.J. Lu2015-02-071-21/+64
* Use mmap and cache the view buffer for get_viewH.J. Lu2015-02-061-19/+70
* Close fd only if fd != -1H.J. Lu2015-02-051-3/+6
* Add plugin_input_file_tH.J. Lu2015-02-051-16/+105
* Remove plugin_active_plugins_p()H.J. Lu2015-01-291-8/+0
* Make plugin_get_ir_dummy_bfd staticH.J. Lu2015-01-281-2/+6
* The initial support for LDPT_GET_VIEWH.J. Lu2015-01-281-0/+13
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* Simplify is_ir_dummy_bfd testAlan Modra2014-08-141-8/+3
* Fix build breakage when ld plugins disabledAlan Modra2014-08-121-9/+0
* Change ld "notice" interface for better handling of indirect symbolsAlan Modra2014-08-121-14/+19
* Fix non-plugin warning symbol handlingAlan Modra2014-08-121-0/+1
* PR14918, lto always links in libgcc_s.soAlan Modra2014-08-061-0/+11
* Reload --as-needed libraries inside groupsAlan Modra2014-07-031-4/+2
* Update copyright yearsAlan Modra2014-03-051-1/+1
* ld/Roland McGrath2013-10-091-6/+4
* 2013-02-19 Sandra Loosemore <sandra@codesourcery.com>Sandra Loosemore2013-02-191-1/+2
* Don't add DT_NEEDED for references from the dummy bfdH.J. Lu2013-02-161-1/+8
* Also trace symbol from the IR bfdH.J. Lu2013-02-161-4/+4
* Improve plugin error handlingH.J. Lu2012-12-031-13/+17
* * plugin.c (plugin_load_plugins): Warning fix.Alan Modra2012-10-221-2/+4
* Handle link_info.pie in ld pluginH.J. Lu2012-06-141-1/+3
* * ldlang.h (struct lang_input_statement_flags): New, extract from..Alan Modra2012-03-051-4/+4
* PR ld/13287Alan Modra2011-10-201-0/+11
* * ldmain.c (main): Move code twiddling various config and link_infoAlan Modra2011-10-101-8/+4
* PR ld/13329Alan Modra2011-10-061-36/+51
* Check if a symbol is hidden by linker script.H.J. Lu2011-09-161-0/+4
* PR ld/12762Alan Modra2011-08-171-10/+22
* PR ld/13066Alan Modra2011-08-091-6/+5
* PR ld/12762Alan Modra2011-08-051-5/+7
* PR ld/12942Alan Modra2011-07-091-1/+11
* PR ld/12760Alan Modra2011-05-171-6/+34
* PR ld/12760Alan Modra2011-05-161-3/+8
* PR ld/12365Alan Modra2011-04-241-112/+36
* PR ld/12365Alan Modra2011-04-201-2/+66
* PR ld/12365Alan Modra2011-04-201-29/+10
* PR ld/12365Alan Modra2011-04-171-89/+124
* * configure.in: Check for windows.h, not Windows.h.Joseph Myers2011-03-281-1/+1
* [PATCH] Respect symbol wrappers when computing symbol resolutions.Dave Korn2011-03-101-3/+6
* [PATCH] Do not use dummy bfd suffix for recognition, make it human-readable i...Dave Korn2011-03-101-14/+10