summaryrefslogtreecommitdiff
path: root/ld/plugin.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Applied patch series for LD plugin interface (six parts).Dave Korn2010-10-141-0/+795