Age | Commit message (Expand) | Author | Files | Lines |
2016-12-22 | Do not add padding if an output section is marked as ignored | Igor Kudrin | 1 | -1/+2 |
2016-11-27 | Fix spelling in comments in C source files (ld) | Ambrogino Modigliani | 1 | -2/+2 |
2016-11-04 | ld: Allow EXCLUDE_FILE to be used outside of the section list | Andrew Burgess | 1 | -16/+43 |
2016-10-11 | Always descend into output section statements in lang_do_assignments | Alan Modra | 1 | -15/+23 |
2016-10-07 | Pass link_info to _bfd_merge_private_bfd_data | Alan Modra | 1 | -1/+1 |
2016-09-30 | Make bfd_error_handler_type like vprintf | Alan Modra | 1 | -1/+2 |
2016-08-31 | Ignore symbols defined in SHF_EXCLUDE sections | Alan Modra | 1 | -0/+6 |
2016-07-16 | Don't include libbfd.h outside of bfd, part 4 | Alan Modra | 1 | -6/+6 |
2016-07-16 | Don't include libbfd.h outside of bfd, part 1 | Alan Modra | 1 | -1/+0 |
2016-06-14 | Formatting fixes. | Alan Modra | 1 | -86/+95 |
2016-06-14 | Delete bfd_my_archive macro | Alan Modra | 1 | -4/+4 |
2016-05-04 | Pass %E to einfo when bfd_section == NULL | H.J. Lu | 1 | -1/+1 |
2016-04-21 | Add support for non-ELF targets to check their relocs. | Nick Clifton | 1 | -5/+6 |
2016-04-20 | Move ELF relocation check after lang_gc_sections | H.J. Lu | 1 | -0/+24 |
2016-04-18 | Add new NOCROSSREFS_TO linker script command | Matthew Fortune | 1 | -0/+10 |
2016-04-08 | PR18452, ld allows overlapping sections | Alan Modra | 1 | -19/+26 |
2016-04-08 | Show sizes in linker map in target machine address units | Dan Gisselquist | 1 | -4/+6 |
2016-03-31 | More cases of missing TO_ADDR in ldlang.c | Alan Modra | 1 | -14/+12 |
2016-03-30 | PR18452, ld allows overlapping sections | Alan Modra | 1 | -45/+104 |
2016-03-30 | Missing TO_ADDR | Alan Modra | 1 | -1/+1 |
2016-03-30 | Use consistent test for .tbss sections in ldlang.c | Alan Modra | 1 | -12/+8 |
2016-03-22 | Improve COFF/PE linker garbage collection by preventing the removal of sectio... | Nick Clifton | 1 | -25/+24 |
2016-03-18 | Fix possible failure in the AVR linker tests. | Senthil Kumar Selvaraj | 1 | -3/+23 |
2016-01-01 | Copyright update for binutils | Alan Modra | 1 | -1/+1 |
2015-11-19 | Account for .tbss alignment when adjusting start of relro | Alan Modra | 1 | -5/+10 |
2015-10-29 | Re: Orphan output section with multiple input sections | Alan Modra | 1 | -3/+3 |
2015-10-27 | Evaluate __start_* and __stop_* symbol PROVIDE expressions early | Alan Modra | 1 | -7/+19 |
2015-09-18 | Delay converting linker script defined symbols from absolute | Alan Modra | 1 | -0/+3 |
2015-09-04 | ld: Extend options for altering orphan handling behaviour. | Andrew Burgess | 1 | -21/+50 |
2015-08-18 | Add output_type to bfd_link_info | H.J. Lu | 1 | -20/+23 |
2015-08-04 | ld: Add '--require-defined' command line option. | Andrew Burgess | 1 | -0/+52 |
2015-06-12 | Add new ld option: --print-memory-usage | Tristan Gingold | 1 | -0/+38 |
2015-04-22 | Rewrite relro adjusting code | Alan Modra | 1 | -39/+34 |
2015-04-10 | Mark _init and _fini for --gc-sections | Alan Modra | 1 | -0/+16 |
2015-04-07 | Cast shift expression | Alan Modra | 1 | -1/+1 |
2015-04-01 | Start of relro segment adjustment | Alan Modra | 1 | -16/+17 |
2015-02-27 | Fixes a problem with the linker script parser not always handling the ! chara... | Nick Clifton | 1 | -1/+9 |
2015-02-14 | PR ld/17973 LTO file syms | Alan Modra | 1 | -1/+0 |
2015-01-29 | Remove plugin_active_plugins_p() | H.J. Lu | 1 | -1/+1 |
2015-01-28 | PowerPC64 changes for xlc | Alan Modra | 1 | -1/+0 |
2015-01-28 | Allow symbols in MEMORY region specification | Senthil Kumar Selvaraj | 1 | -0/+36 |
2015-01-20 | ld: Don't evaluate unneeded PROVIDE expressions. | Andrew Burgess | 1 | -2/+10 |
2015-01-19 | Fix garbage collection of common symbols | Alan Modra | 1 | -3/+3 |
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 | -71/+0 |
2014-10-15 | If "=" is the first character in a ldscript input file, force a sysroot prefix. | Hans-Peter Nilsson | 1 | -0/+20 |
2014-10-13 | Run eh_frame optimisation for relocatable link | Alan Modra | 1 | -2/+1 |
2014-08-14 | Linker part of PR16563 fix | Alan Modra | 1 | -7/+35 |
2014-08-13 | Fix non-ELF build breakage | Alan Modra | 1 | -2/+2 |
2014-08-12 | Fix build breakage when ld plugins disabled | Alan Modra | 1 | -1/+3 |