summaryrefslogtreecommitdiff
path: root/ld/plugin.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Report plugin symbols for --verbose=N.H.J. Lu2011-03-041-7/+15
* Add entry_symbol chain into non_ironly_hash.H.J. Lu2011-02-261-2/+9
* Don't mark entry symbol IR only.H.J. Lu2011-02-241-2/+4
* * ldmain.c (remove_output): Rename to..Alan Modra2011-02-141-6/+1
* bfd/Richard Sandiford2011-01-221-0/+2
* * ldmain.c (main): Flush stdout before and stderr after printingAlan Modra2011-01-141-1/+3
* Check if a bfd is NULL before accessing its flags field.H.J. Lu2011-01-051-1/+2
* Don't add the trailing `\n' for LDPL_ERROR.H.J. Lu2010-12-061-2/+2
* Use putchar for the trailing `\n' in plugin message.H.J. Lu2010-12-061-1/+1
* Call xatexit with plugin_call_cleanup.H.J. Lu2010-12-061-6/+10
* Call plugin_call_cleanup on plugin fatal error.H.J. Lu2010-12-061-0/+3
* Add a space after `:' in plugin error message.H.J. Lu2010-12-061-1/+2
* Add `%P' on error in plugin message.H.J. Lu2010-12-061-1/+1
* Add the trailing `\n' to einfo in plugin.c.H.J. Lu2010-12-061-6/+6
* Add the trailing `\n' to pluin message.H.J. Lu2010-12-061-1/+3
* Properly convert LTO plugin visibility to ELF visibility.H.J. Lu2010-12-061-4/+25
* Re-indent plugin code.H.J. Lu2010-11-211-95/+97
* Set alignment of common plugin symbol to 1 for For ELF targets.H.J. Lu2010-11-201-0/+3
* * plugin.c (is_visible_from_outside): New function.Dave Korn2010-11-191-8/+54
* * plugin.h (plugin_active_plugins_p): New prototype.Dave Korn2010-11-051-6/+18
* * plugin.c (is_ir_dummy_bfd): Don't segfault on NULL abfd.Alan Modra2010-11-041-1/+5
* * plugin.c (plugin_get_ir_dummy_bfd): Set bfd_use_reserved_id.Alan Modra2010-10-251-5/+7
* * plugin.c (get_symbols): Check symbol type correctly.Dave Korn2010-10-201-1/+1
* Provide win32-based dlapi replacements on windows platforms without dlfcn.h.Dave Korn2010-10-151-0/+28
* Fix potential use-after-free bugs.Dave Korn2010-10-151-3/+5