Age | Commit message (Expand) | Author | Files | Lines |
2016-05-25 | Skip an archive element if not added by linker | H.J. Lu | 1 | -1/+11 |
2016-02-26 | [x86] Resolve non-PIC undefweak symbols in executable | H.J. Lu | 1 | -0/+1 |
2016-01-01 | Copyright update for binutils | Alan Modra | 1 | -1/+1 |
2015-10-21 | Reset x86 Linux targets to not compressing debug sections by default. Enable... | Nick Clifton | 1 | -0/+3 |
2015-09-24 | Relative DT_RPATH/DT_RUNPATH vs. sysroot capable ld. | Alan Modra | 1 | -9/+1 |
2015-08-18 | Add output_type to bfd_link_info | H.J. Lu | 1 | -3/+4 |
2015-06-12 | Add new ld option: --print-memory-usage | Tristan Gingold | 1 | -0/+2 |
2015-04-14 | Add --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi] | H.J. Lu | 1 | -0/+7 |
2015-04-14 | Add -z noextern-protected-data to ld for ELF/x86 | H.J. Lu | 1 | -0/+1 |
2015-03-18 | Use %F instead of %X for einfo | Chen Gang | 1 | -2/+2 |
2015-02-07 | Update plugin_maybe_claim | H.J. Lu | 1 | -21/+4 |
2015-01-29 | Remove plugin_active_plugins_p() | H.J. Lu | 1 | -1/+1 |
2015-01-02 | ChangeLog rotatation and copyright year update | Alan Modra | 1 | -1/+1 |
2014-12-23 | Move support code for linker script DEFINED to ldexp.c | Alan Modra | 1 | -0/+2 |
2014-09-15 | Add support for MIPS R6. | Andrew Bennett | 1 | -1/+3 |
2014-08-12 | Change ld "notice" interface for better handling of indirect symbols | Alan Modra | 1 | -3/+3 |
2014-06-13 | Don't call bfd_link_hash_table_free | Alan Modra | 1 | -4/+0 |
2014-06-13 | Make bfd.link_next field a union | Alan Modra | 1 | -1/+1 |
2014-05-10 | Fix freeing of link_info.hash | Hans-Peter Nilsson | 1 | -0/+4 |
2014-04-09 | Remove remaining default manifest support. | Nick Clifton | 1 | -0/+7 |
2014-04-08 | Add support for generating and inserting build IDs into COFF binaries. | Jon TURNEY | 1 | -0/+7 |
2014-03-27 | Scan all input files for symbol reference warning | H.J. Lu | 1 | -17/+26 |
2014-03-05 | Update copyright years | Alan Modra | 1 | -1/+1 |
2014-01-22 | Display the reference causing a shared library to be needed | Alan Modra | 1 | -1/+2 |
2013-10-09 | PR ld/16028 | Nick Clifton | 1 | -0/+1 |
2013-06-22 | * configure.ac (mips*-*-bsd*, mips*-*-ultrix*, mips*-*-osf*) | Richard Sandiford | 1 | -1/+1 |
2013-05-02 | * archures.c: Add some more MSP430 machine numbers. | Nick Clifton | 1 | -5/+3 |
2012-12-03 | Improve plugin error handling | H.J. Lu | 1 | -2/+1 |
2012-11-15 | * ldmain.c (main): Add start_sbrk set to sbrk(0) on entry. | Simon Baldwin | 1 | -1/+4 |
2012-10-24 | Move disable_target_specific_optimizations to bfd_link_info | H.J. Lu | 1 | -2/+2 |
2012-10-22 | include/ | Alan Modra | 1 | -20/+26 |
2012-07-13 | PR ld/14357 | Nick Clifton | 1 | -4/+4 |
2012-04-26 | Make bfd asserts cause linker errors. | Hans-Peter Nilsson | 1 | -0/+18 |
2012-03-05 | * ldlang.h (struct lang_input_statement_flags): New, extract from.. | Alan Modra | 1 | -14/+2 |
2012-02-17 | PR ld/13343 | Alan Modra | 1 | -2/+2 |
2011-10-10 | * ldmain.c (main): Move code twiddling various config and link_info | Alan Modra | 1 | -66/+6 |
2011-09-15 | Support thin archive member for LTO. | H.J. Lu | 1 | -5/+5 |
2011-08-22 | * ldmain.c (add_DT_NEEDED_for_dynamic): Default to FALSE. | Michael Matz | 1 | -1/+1 |
2011-08-04 | Replace remove_output with ld_cleanup in comments. | H.J. Lu | 1 | -2/+2 |
2011-07-16 | Implement ld --print-output-format. | Roland McGrath | 1 | -1/+4 |
2011-05-23 | * ldmisc.c (vfinfo): Add %H. | Alan Modra | 1 | -3/+3 |
2011-05-17 | PR ld/12760 | Alan Modra | 1 | -2/+4 |
2011-04-24 | PR ld/12365 | Alan Modra | 1 | -3/+7 |
2011-04-20 | PR ld/12365 | Alan Modra | 1 | -20/+3 |
2011-04-20 | PR ld/12365 | Alan Modra | 1 | -13/+74 |
2011-04-17 | PR ld/12365 | Alan Modra | 1 | -24/+6 |
2011-03-10 | [PATCH] Revise linker plugin API to better preserve link order. | Dave Korn | 1 | -0/+1 |
2011-02-14 | * ldmain.c (remove_output): Rename to.. | Alan Modra | 1 | -9/+8 |
2011-01-14 | * ldmain.c (main): Flush stdout before and stderr after printing | Alan Modra | 1 | -1/+3 |
2010-12-06 | Call xatexit with plugin_call_cleanup. | H.J. Lu | 1 | -7/+0 |