Age | Commit message (Expand) | Author | Files | Lines |
2017-03-09 | ld: Orphan section documentation | Andrew Burgess | 1 | -6/+20 |
2017-02-17 | Fix documentation of the linker's --pop-state command line option. | Nick Clifton | 1 | -0/+1 |
2017-01-30 | MIPS: Add options to control branch ISA checks | Maciej W. Rozycki | 1 | -1/+29 |
2017-01-27 | Update description of the -plugin option used by the linker, ar and nm. | Dilyan Palauzov | 1 | -0/+16 |
2017-01-02 | Update year range in copyright notice of all files. | Alan Modra | 1 | -3/+3 |
2016-12-16 | Implement and document --gc-keep-exported | fincs | 1 | -0/+12 |
2016-11-23 | Fix the linker so that it will not silently generate ELF binaries with invali... | Nick Clifton | 1 | -0/+3 |
2016-11-07 | Fix infinite loop when processing rpath tokens. | Nick Clifton | 1 | -0/+10 |
2016-11-07 | Note that the linker's --compress-debug-sections option overrides the compres... | Nick Clifton | 1 | -11/+22 |
2016-11-04 | ld: Allow EXCLUDE_FILE to be used outside of the section list | Andrew Burgess | 1 | -5/+23 |
2016-10-04 | ld expression section | Alan Modra | 1 | -1/+3 |
2016-09-20 | ld: Extend documentation for EXCLUDE_FILE | Andrew Burgess | 1 | -0/+15 |
2016-09-14 | Add support for disabling automatic generation of .eh_frame_hdr sections in E... | Nick Clifton | 1 | -2/+5 |
2016-08-26 | Add support for stable secure gateway veneers addresses | Thomas Preud'homme | 1 | -0/+12 |
2016-08-04 | 2016-08-04 Thomas Preud'homme <thomas.preudhomme@arm.com> | Thomas Preud'homme | 1 | -0/+7 |
2016-08-04 | 2016-08-04 Thomas Preud'homme <thomas.preudhomme@arm.com> | Thomas Preud'homme | 1 | -0/+6 |
2016-07-15 | Add support for creating ELF import libraries | Thomas Preud'homme | 1 | -10/+10 |
2016-05-03 | [AArch64] Also puts value in place for R_AARCH64_RELATIVE | Jiong Wang | 1 | -0/+5 |
2016-04-18 | Add new NOCROSSREFS_TO linker script command | Matthew Fortune | 1 | -0/+19 |
2016-03-15 | Add -z noreloc-overflow option to x86-64 ld | H.J. Lu | 1 | -0/+5 |
2016-02-26 | Properly implement STT_COMMON | H.J. Lu | 1 | -0/+8 |
2016-02-26 | [x86] Resolve non-PIC undefweak symbols in executable | H.J. Lu | 1 | -0/+6 |
2016-02-11 | Enable -Bsymbolic and -Bsymbolic-functions to PIE | H.J. Lu | 1 | -3/+9 |
2016-01-01 | Copyright update for binutils | Alan Modra | 1 | -3/+3 |
2015-11-05 | DATA_SEGMENT_ALIGN documentation is not consistent with behaviour | Alan Modra | 1 | -1/+2 |
2015-10-29 | fix typo in ld's texinfo | Matthias Klose | 1 | -1/+1 |
2015-10-27 | Add --fix-stm32l4xx-629360 to the ARM linker to enable a link-time workaround... | Laurent Alfonsi | 1 | -0/+42 |
2015-10-22 | Add "-z call-nop=PADDING" option to ld | H.J. Lu | 1 | -0/+14 |
2015-10-21 | Reset x86 Linux targets to not compressing debug sections by default. Enable... | Nick Clifton | 1 | -0/+3 |
2015-10-15 | Fix a typo for "-z noextern-protected-data" | H.J. Lu | 1 | -1/+1 |
2015-09-29 | PR/19014: Fix a spelling mistake in the linker documentation. | Nick Clifton | 1 | -6/+6 |
2015-09-22 | Format ld option items | Alan Modra | 1 | -3/+6 |
2015-09-20 | Add --no-dynamic-linker option to ld, for static PIE use | Rich Felker | 1 | -0/+7 |
2015-09-18 | Add missing PowerPC64 ld --save-restore-funcs doc | Alan Modra | 1 | -0/+10 |
2015-09-18 | Add PowerPC64 ld --tls-get-addr-optimize. | Alan Modra | 1 | -0/+15 |
2015-09-08 | Extend the descriptiopn of how to access linker defined symbols from C. | Nick Clifton | 1 | -0/+13 |
2015-09-04 | ld: Extend options for altering orphan handling behaviour. | Andrew Burgess | 1 | -11/+33 |
2015-09-03 | Fix typo in desription of linker script symbols. | Nick Clifton | 1 | -1/+1 |
2015-09-03 | Fix a typo in the linker documentation: The COFF section .build-id should be ... | Nick Clifton | 1 | -1/+1 |
2015-08-06 | Revert ALIGN changes | Alan Modra | 1 | -1/+1 |
2015-08-04 | ld: Add '--require-defined' command line option. | Andrew Burgess | 1 | -0/+16 |
2015-08-03 | ld/doc: Document that multiple MEMORY commands are allowed. | Andrew Burgess | 1 | -3/+4 |
2015-07-14 | Make default compression gABI compliant | H.J. Lu | 1 | -4/+5 |
2015-07-14 | Fix texinfo problem by adding the required period after an @xref. | Nick Clifton | 1 | -1/+1 |
2015-07-03 | Add experimental support for --gc-sections with COFF and PE based targets. | Kai Tietz | 1 | -1/+3 |
2015-06-12 | Add new ld option: --print-memory-usage | Tristan Gingold | 1 | -0/+15 |
2015-05-14 | Update description of the ASSERT linker script command to note its interation... | Nick Clifton | 1 | -0/+30 |
2015-04-14 | Add --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi] | H.J. Lu | 1 | -0/+16 |
2015-04-14 | Add -z noextern-protected-data to ld for ELF/x86 | H.J. Lu | 1 | -0/+8 |
2015-04-10 | Add documentation about the interation of the ARM assembler's -EB option and ... | Nick Clifton | 1 | -2/+4 |