aboutsummaryrefslogtreecommitdiff
path: root/ld/plugin.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-03-04Report plugin symbols for --verbose=N.H.J. Lu1-7/+15
2011-02-26Add entry_symbol chain into non_ironly_hash.H.J. Lu1-2/+9
2011-02-24Don't mark entry symbol IR only.H.J. Lu1-2/+4
2011-02-14 * ldmain.c (remove_output): Rename to..Alan Modra1-6/+1
2011-01-22bfd/Richard Sandiford1-0/+2
2011-01-14 * ldmain.c (main): Flush stdout before and stderr after printingAlan Modra1-1/+3
2011-01-05Check if a bfd is NULL before accessing its flags field.H.J. Lu1-1/+2
2010-12-06Don't add the trailing `\n' for LDPL_ERROR.H.J. Lu1-2/+2
2010-12-06Use putchar for the trailing `\n' in plugin message.H.J. Lu1-1/+1
2010-12-06Call xatexit with plugin_call_cleanup.H.J. Lu1-6/+10
2010-12-06Call plugin_call_cleanup on plugin fatal error.H.J. Lu1-0/+3
2010-12-06Add a space after `:' in plugin error message.H.J. Lu1-1/+2
2010-12-06Add `%P' on error in plugin message.H.J. Lu1-1/+1
2010-12-06Add the trailing `\n' to einfo in plugin.c.H.J. Lu1-6/+6
2010-12-06Add the trailing `\n' to pluin message.H.J. Lu1-1/+3
2010-12-06Properly convert LTO plugin visibility to ELF visibility.H.J. Lu1-4/+25
2010-11-21Re-indent plugin code.H.J. Lu1-95/+97
2010-11-20Set alignment of common plugin symbol to 1 for For ELF targets.H.J. Lu1-0/+3
2010-11-19 * plugin.c (is_visible_from_outside): New function.Dave Korn1-8/+54
2010-11-05 * plugin.h (plugin_active_plugins_p): New prototype.Dave Korn1-6/+18
2010-11-04 * plugin.c (is_ir_dummy_bfd): Don't segfault on NULL abfd.Alan Modra1-1/+5
2010-10-25 * plugin.c (plugin_get_ir_dummy_bfd): Set bfd_use_reserved_id.Alan Modra1-5/+7
2010-10-20 * plugin.c (get_symbols): Check symbol type correctly.Dave Korn1-1/+1