aboutsummaryrefslogtreecommitdiff
path: root/ld
AgeCommit message (Expand)AuthorFilesLines
2015-11-20MIPS/LD: Fix little-endian `mti' and `img' ELF emulationsMaciej W. Rozycki2-1/+7
2015-11-19Account for .tbss alignment when adjusting start of relroAlan Modra2-5/+16
2015-11-16Fixes an invalid warning about memory region overflow on the ARM.Nick Clifton2-0/+21
2015-11-14Bump version to 2.26.51Tristan Gingold2-10/+14
2015-11-13Add markers for release 2.26Tristan Gingold2-0/+7
2015-11-12Revert "[LD][AARCH64]Add TLSIE relaxation support under large memory model."Marcus Shawcroft4-40/+0
2015-11-11Add assembler, disassembler and linker support for power9.Peter Bergner4-0/+40
2015-11-05Regenerate ld/Makefile.inAlan Modra2-0/+6
2015-11-05DATA_SEGMENT_ALIGN documentation is not consistent with behaviourAlan Modra2-1/+7
2015-11-03[LD][AARCH64]Add test cases for big-endian.Renlin Li24-0/+316
2015-10-30Updated (simplified) Chinese translations for ld, bfd, binutils and gold.Nick Clifton2-3/+7
2015-10-29Also check GOTPCRELXH.J. Lu2-1/+5
2015-10-292015-10-29 Catherine Moore <clm@codesourcery.com>Catherine Moore6-3/+124
2015-10-29Add support for AArch64 CloudABI binaries.Ed Schouten6-0/+71
2015-10-29Fix reporting of command line options that need an argument, but which occur ...Nick Clifton2-4/+32
2015-10-29Re: Orphan output section with multiple input sectionsAlan Modra7-18/+76
2015-10-29fix typo in ld's texinfoMatthias Klose2-1/+5
2015-10-28Add a test for PR ld/19162H.J. Lu5-0/+23
2015-10-28Orphan output section with multiple input sectionsAlan Modra2-14/+37
2015-10-27Add --fix-stm32l4xx-629360 to the ARM linker to enable a link-time workaround...Laurent Alfonsi18-2/+996
2015-10-27xfail pr19161 test on hppa-linuxAlan Modra2-1/+6
2015-10-27Evaluate __start_* and __stop_* symbol PROVIDE expressions earlyAlan Modra3-9/+32
2015-10-26Check symbol defined by assignment in linker scriptH.J. Lu9-0/+72
2015-10-26Properly convert address load of __start_XXX/__stop_XXXH.J. Lu20-0/+70
2015-10-23Add a test for PR ld/19167H.J. Lu5-0/+28
2015-10-22Always keep sections marked with SEC_KEEPH.J. Lu5-0/+49
2015-10-22Properly check --enable-compressed-debug-sections={yes,all}H.J. Lu3-2/+8
2015-10-22Allow mmix-knuth-mmixware adjustments to objcopy --extract-symbols test.Hans-Peter Nilsson2-1/+22
2015-10-22Handle --enable-compressed-debug-sections=ld,gasH.J. Lu3-12/+18
2015-10-22Add "-z call-nop=PADDING" option to ldH.J. Lu46-0/+658
2015-10-22Add R_X86_64_[REX_]GOTPCRELX support to gas and ldH.J. Lu17-4/+390
2015-10-22Add R_386_GOT32X support to gas and ldH.J. Lu36-5/+519
2015-10-22S/390: ifunc: Enable the ifunc tests.Andreas Krebbel2-2/+7
2015-10-21Extend description of the --enable-compressed-debug-sections configure option...Nick Clifton3-3/+4
2015-10-21Reset x86 Linux targets to not compressing debug sections by default. Enable...Nick Clifton8-2/+73
2015-10-19Add test to ensure that ternary linker script operators copy symbol flags.Simon Dardis4-0/+30
2015-10-16Convert mov to lea for loading address of local common symbolH.J. Lu12-0/+30
2015-10-15Fix a typo for "-z noextern-protected-data"H.J. Lu2-1/+5
2015-10-15objcopy --extract-symbol testcaseAlan Modra7-65/+44
2015-10-15When evaluating a ternary operator in a linker script, copy the symbol flags.Simon Dardis2-11/+41
2015-10-14Updated Chinese translation for the linker (again!)Nick Clifton2-6/+10
2015-10-13Updated Chinese translation for the linker.Nick Clifton2-691/+1051
2015-10-12Skip the unversioned definition after the default versionH.J. Lu5-0/+34
2015-10-07New ARC implementation.Nick Clifton23-16/+1560
2015-10-05Don't re-export common symbolsH.J. Lu3-2/+16
2015-10-04Enable IAMCU and PEI for Solaris2/x86H.J. Lu2-2/+6
2015-10-02[LD][AARCH64]Add TLSIE relaxation support under large memory model.Renlin Li4-0/+40
2015-10-02[LD][AARCH64]Add TLSDESC support for large memory model.Renlin Li8-0/+145
2015-10-02[BFD][AARCH64]Add TLSGD relaxation support under large memory model.Renlin Li6-0/+81
2015-10-02[Binutils][AARCH64]Add TLS IE large memory support.Renlin Li4-0/+41