summaryrefslogtreecommitdiff
path: root/ld/ld.texinfo
AgeCommit message (Expand)Author
2015-10-21Reset x86 Linux targets to not compressing debug sections by default. Enable...Nick Clifton
2015-10-15Fix a typo for "-z noextern-protected-data"H.J. Lu
2015-09-29PR/19014: Fix a spelling mistake in the linker documentation.Nick Clifton
2015-09-22Format ld option itemsAlan Modra
2015-09-20Add --no-dynamic-linker option to ld, for static PIE useRich Felker
2015-09-18Add missing PowerPC64 ld --save-restore-funcs docAlan Modra
2015-09-18Add PowerPC64 ld --tls-get-addr-optimize.Alan Modra
2015-09-08Extend the descriptiopn of how to access linker defined symbols from C.Nick Clifton
2015-09-04ld: Extend options for altering orphan handling behaviour.Andrew Burgess
2015-09-03Fix typo in desription of linker script symbols.Nick Clifton
2015-09-03Fix a typo in the linker documentation: The COFF section .build-id should be ...Nick Clifton
2015-08-06Revert ALIGN changesAlan Modra
2015-08-04ld: Add '--require-defined' command line option.Andrew Burgess
2015-08-03ld/doc: Document that multiple MEMORY commands are allowed.Andrew Burgess
2015-07-14Make default compression gABI compliantH.J. Lu
2015-07-14Fix texinfo problem by adding the required period after an @xref.Nick Clifton
2015-07-03Add experimental support for --gc-sections with COFF and PE based targets.Kai Tietz
2015-06-12Add new ld option: --print-memory-usageTristan Gingold
2015-05-14Update description of the ASSERT linker script command to note its interation...Nick Clifton
2015-04-14Add --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi]H.J. Lu
2015-04-14Add -z noextern-protected-data to ld for ELF/x86H.J. Lu
2015-04-10Add documentation about the interation of the ARM assembler's -EB option and ...Nick Clifton
2015-04-07Add new linker option: --warn-orphan which generates warning messages when o...Nick Clifton
2015-03-02Correct -z nocopyreloc docAlan Modra
2015-02-13Correct ld.texinfo cross referenceAlan Modra
2015-02-06Document -z text, -z notext and -z textoffH.J. Lu
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra
2014-11-24PowerPC64 --plt-alignAlan Modra
2014-11-18Add -z bndplt to generate BND prefix in PLT entriesIgor Zamyatin
2014-10-24[AArch64] Cortex-A53 erratum 835769 linker workaroundJiong Wang
2014-10-15ld.texinfo: "=" path-prefix forces sysroot in scripts not only SEARCH_DIRHans-Peter Nilsson
2014-10-15ld.texinfo: Clarify that sysroot affects "=" expansion.Hans-Peter Nilsson
2014-08-20Enabling the HIGH_ENTROPY_VA flag allows the operating system to useNick Clifton
2014-08-18PR 17287, DT_NEEDED of unneeded libraries affects --as-neededAlan Modra
2014-08-08 * ldlang.h (struct lang_input_statement_flags): Add pushedUlrich Drepper
2014-06-26Change the default behaviour of the PE targeted linker so that timestamps areLinda Zhang
2014-04-09Remove remaining default manifest support.Nick Clifton
2014-04-08Add support for generating and inserting build IDs into COFF binaries.Jon TURNEY
2014-04-04Document optional comma in linker script.Cary Coutant
2014-03-212014-03-21 Christopher Faylor <me.binutils2014@cgf.cx>Chris Faylor
2014-03-05Update copyright yearsAlan Modra
2014-02-27This patch adds support for ARM PLT entries that support a full 32-bit offset...Yuri Gribov
2014-02-27This patch adds a default manifest in to the final links performed by the Cyg...Nick Clifton
2014-02-02Fix ALIGN_WITH_INPUTSebastian Huber
2014-01-30Nios II CALL26 linker relaxationSandra Loosemore
2014-01-22Make assignments to dot keep an empty output section.Alan Modra
2014-01-10Don't adjust LOAD segment to match GNU_RELRO segmentAlan Modra
2013-12-13Add support for Andes NDS32:Kuan-Lin Chen
2013-12-11Remove shared object from -Ttext-segmentH.J. Lu
2013-11-22 * windres.c (define_resource): Use zero for timestamp, makingCory Fields