Age | Commit message (Expand) | Author | Files | Lines |
2015-04-11 | Remove an extra ';' | H.J. Lu | 1 | -1/+1 |
2015-02-14 | PR ld/17973 LTO file syms | Alan Modra | 1 | -4/+12 |
2015-02-11 | Output "warning:" or "error:" in plugin messages | H.J. Lu | 1 | -4/+8 |
2015-02-11 | Merge linker plugin handling into BFD plugin support | H.J. Lu | 1 | -32/+73 |
2015-02-10 | Initialize use_mmap | H.J. Lu | 1 | -0/+1 |
2015-02-10 | Unmap the buffer if plugin didn't claim the file | H.J. Lu | 1 | -12/+41 |
2015-02-10 | Add the missing HAVE_GETPAGESIZE check in get_view | H.J. Lu | 1 | -0/+4 |
2015-02-10 | Align offset passed to mmap | H.J. Lu | 1 | -3/+12 |
2015-02-08 | Check format against bfd_object directly | H.J. Lu | 1 | -1/+1 |
2015-02-07 | Replace entry->the_bfd with ibfd | H.J. Lu | 1 | -1/+1 |
2015-02-07 | Update plugin_maybe_claim | H.J. Lu | 1 | -21/+64 |
2015-02-06 | Use mmap and cache the view buffer for get_view | H.J. Lu | 1 | -19/+70 |
2015-02-05 | Close fd only if fd != -1 | H.J. Lu | 1 | -3/+6 |
2015-02-05 | Add plugin_input_file_t | H.J. Lu | 1 | -16/+105 |
2015-01-29 | Remove plugin_active_plugins_p() | H.J. Lu | 1 | -8/+0 |
2015-01-28 | Make plugin_get_ir_dummy_bfd static | H.J. Lu | 1 | -2/+6 |
2015-01-28 | The initial support for LDPT_GET_VIEW | H.J. Lu | 1 | -0/+13 |
2015-01-02 | ChangeLog rotatation and copyright year update | Alan Modra | 1 | -1/+1 |
2014-08-14 | Simplify is_ir_dummy_bfd test | Alan Modra | 1 | -8/+3 |
2014-08-12 | Fix build breakage when ld plugins disabled | Alan Modra | 1 | -9/+0 |
2014-08-12 | Change ld "notice" interface for better handling of indirect symbols | Alan Modra | 1 | -14/+19 |
2014-08-12 | Fix non-plugin warning symbol handling | Alan Modra | 1 | -0/+1 |
2014-08-06 | PR14918, lto always links in libgcc_s.so | Alan Modra | 1 | -0/+11 |
2014-07-03 | Reload --as-needed libraries inside groups | Alan Modra | 1 | -4/+2 |
2014-03-05 | Update copyright years | Alan Modra | 1 | -1/+1 |
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 |