Age | Commit message (Expand) | Author | Files | Lines |
2013-10-09 | ld/ | Roland McGrath | 1 | -6/+4 |
2013-02-19 | 2013-02-19 Sandra Loosemore <sandra@codesourcery.com> | Sandra Loosemore | 1 | -1/+2 |
2013-02-16 | Don't add DT_NEEDED for references from the dummy bfd | H.J. Lu | 1 | -1/+8 |
2013-02-16 | Also trace symbol from the IR bfd | H.J. Lu | 1 | -4/+4 |
2012-12-03 | Improve plugin error handling | H.J. Lu | 1 | -13/+17 |
2012-10-22 | * plugin.c (plugin_load_plugins): Warning fix. | Alan Modra | 1 | -2/+4 |
2012-06-14 | Handle link_info.pie in ld plugin | H.J. Lu | 1 | -1/+3 |
2012-03-05 | * ldlang.h (struct lang_input_statement_flags): New, extract from.. | Alan Modra | 1 | -4/+4 |
2011-10-20 | PR ld/13287 | Alan Modra | 1 | -0/+11 |
2011-10-10 | * ldmain.c (main): Move code twiddling various config and link_info | Alan Modra | 1 | -8/+4 |
2011-10-06 | PR ld/13329 | Alan Modra | 1 | -36/+51 |
2011-09-16 | Check if a symbol is hidden by linker script. | H.J. Lu | 1 | -0/+4 |
2011-08-17 | PR ld/12762 | Alan Modra | 1 | -10/+22 |
2011-08-09 | PR ld/13066 | Alan Modra | 1 | -6/+5 |
2011-08-05 | PR ld/12762 | Alan Modra | 1 | -5/+7 |
2011-07-09 | PR ld/12942 | Alan Modra | 1 | -1/+11 |
2011-05-17 | PR ld/12760 | Alan Modra | 1 | -6/+34 |
2011-05-16 | PR ld/12760 | Alan Modra | 1 | -3/+8 |
2011-04-24 | PR ld/12365 | Alan Modra | 1 | -112/+36 |
2011-04-20 | PR ld/12365 | Alan Modra | 1 | -2/+66 |
2011-04-20 | PR ld/12365 | Alan Modra | 1 | -29/+10 |
2011-04-17 | PR ld/12365 | Alan Modra | 1 | -89/+124 |
2011-03-28 | * configure.in: Check for windows.h, not Windows.h. | Joseph Myers | 1 | -1/+1 |
2011-03-10 | [PATCH] Respect symbol wrappers when computing symbol resolutions. | Dave Korn | 1 | -3/+6 |
2011-03-10 | [PATCH] Do not use dummy bfd suffix for recognition, make it human-readable i... | Dave Korn | 1 | -14/+10 |
2011-03-04 | Report plugin symbols for --verbose=N. | H.J. Lu | 1 | -7/+15 |
2011-02-26 | Add entry_symbol chain into non_ironly_hash. | H.J. Lu | 1 | -2/+9 |
2011-02-24 | Don't mark entry symbol IR only. | H.J. Lu | 1 | -2/+4 |
2011-02-14 | * ldmain.c (remove_output): Rename to.. | Alan Modra | 1 | -6/+1 |
2011-01-22 | bfd/ | Richard Sandiford | 1 | -0/+2 |
2011-01-14 | * ldmain.c (main): Flush stdout before and stderr after printing | Alan Modra | 1 | -1/+3 |
2011-01-05 | Check if a bfd is NULL before accessing its flags field. | H.J. Lu | 1 | -1/+2 |
2010-12-06 | Don't add the trailing `\n' for LDPL_ERROR. | H.J. Lu | 1 | -2/+2 |
2010-12-06 | Use putchar for the trailing `\n' in plugin message. | H.J. Lu | 1 | -1/+1 |
2010-12-06 | Call xatexit with plugin_call_cleanup. | H.J. Lu | 1 | -6/+10 |
2010-12-06 | Call plugin_call_cleanup on plugin fatal error. | H.J. Lu | 1 | -0/+3 |
2010-12-06 | Add a space after `:' in plugin error message. | H.J. Lu | 1 | -1/+2 |
2010-12-06 | Add `%P' on error in plugin message. | H.J. Lu | 1 | -1/+1 |
2010-12-06 | Add the trailing `\n' to einfo in plugin.c. | H.J. Lu | 1 | -6/+6 |
2010-12-06 | Add the trailing `\n' to pluin message. | H.J. Lu | 1 | -1/+3 |
2010-12-06 | Properly convert LTO plugin visibility to ELF visibility. | H.J. Lu | 1 | -4/+25 |
2010-11-21 | Re-indent plugin code. | H.J. Lu | 1 | -95/+97 |
2010-11-20 | Set alignment of common plugin symbol to 1 for For ELF targets. | H.J. Lu | 1 | -0/+3 |
2010-11-19 | * plugin.c (is_visible_from_outside): New function. | Dave Korn | 1 | -8/+54 |
2010-11-05 | * plugin.h (plugin_active_plugins_p): New prototype. | Dave Korn | 1 | -6/+18 |
2010-11-04 | * plugin.c (is_ir_dummy_bfd): Don't segfault on NULL abfd. | Alan Modra | 1 | -1/+5 |
2010-10-25 | * plugin.c (plugin_get_ir_dummy_bfd): Set bfd_use_reserved_id. | Alan Modra | 1 | -5/+7 |
2010-10-20 | * plugin.c (get_symbols): Check symbol type correctly. | Dave Korn | 1 | -1/+1 |
2010-10-15 | Provide win32-based dlapi replacements on windows platforms without dlfcn.h. | Dave Korn | 1 | -0/+28 |
2010-10-15 | Fix potential use-after-free bugs. | Dave Korn | 1 | -3/+5 |