aboutsummaryrefslogtreecommitdiff
path: root/ld
AgeCommit message (Expand)AuthorFilesLines
2015-04-09Remove BNDPLT and add PARSE_AND_LIST_ARGS_CASE_ZH.J. Lu3-16/+24
2015-04-09Update French translation of ld strings.Nick Clifton2-889/+822
2015-04-08Enable ELF ld_list_options for --enable-targets=allH.J. Lu3-0/+14
2015-04-08Skip empty EMULATION_NAMEH.J. Lu2-3/+8
2015-04-08Add SHF_COMPRESSED support to gas and objcopyH.J. Lu5-2/+64
2015-04-08Add ld_list_optionsH.J. Lu8-119/+195
2015-04-07Add new linker option: --warn-orphan which generates warning messages when o...Nick Clifton10-0/+67
2015-04-07Modify get_reloc_section for targets that map .got.plt to .gotAlan Modra11-9/+23
2015-04-07Cast shift expressionAlan Modra2-1/+6
2015-04-07PowerPC non-PIC to PIC editing for protected var accessAlan Modra2-3/+18
2015-04-06Remove is_zlib_supportedH.J. Lu3-11/+7
2015-04-02Add support for configuring an aarch64-freebsd target.Andrew Turner6-0/+71
2015-04-01Work around a GCC uninitialized warning bugH.J. Lu2-0/+10
2015-04-01[AArch64] Workaround for Cortex A53 erratum 843419Marcus Shawcroft6-1/+179
2015-04-01Add a testcase for PR ld/18176H.J. Lu6-0/+110
2015-04-01Prevent multiple definitions for _HEAP_START, _HEAP_MAX, and _STACK_START whe...Chen Gang2-2/+13
2015-04-01Start of relro segment adjustmentAlan Modra4-17/+33
2015-04-01Yet another warning fixAlan Modra2-1/+6
2015-04-01Fix ld eelf32ppcvxworks.c dependenciesAlan Modra3-50/+51
2015-04-01Fixes for a small number of compiler warningsEd Schouten2-1/+6
2015-03-31Add support for Nuxi CloudABI on x86-64Ed Schouten5-0/+24
2015-03-31Remove --with-zlib from ldH.J. Lu7-99/+20
2015-03-30Properly set sh_info for .rela.plt/rel.plt sectionH.J. Lu3-2/+12
2015-03-27Don't run ld-x86-64/pr18160.d for x86_64-*-nacl*H.J. Lu2-0/+5
2015-03-26[AArch64] Fix branch stubs for BETejas Belagod2-0/+78
2015-03-26Skip gc-sections if relocation is incompatibleH.J. Lu5-0/+47
2015-03-25[AArch64] Implement branch over stub section.Marcus Shawcroft5-47/+59
2015-03-25[AArch64] Remove padding before stub sections.Marcus Shawcroft4-2/+11
2015-03-25Garbage collecting debug sectionsSenthil Kumar Selvaraj4-0/+75
2015-03-23[AArch64] Adjust layout emultempl/aarch64elf.em.Marcus Shawcroft2-1/+6
2015-03-18Use %F instead of %X for einfoChen Gang2-2/+6
2015-03-11Fix ppc32 synthetic symbols when __tls_get_addr_opt stub is generatedAlan Modra13-59/+136
2015-03-05Add extern_protected_data and set it for x86H.J. Lu15-4/+77
2015-03-04Allow MOVK for R_AARCH64_TLSLE_MOVW_TPREL_G{0,1}NCRichard Sandiford4-0/+178
2015-03-02Correct -z nocopyreloc docAlan Modra2-1/+6
2015-02-28Pad only text sections at end by defaultAlan Modra7-10/+17
2015-02-27Fixes a problem with the linker script parser not always handling the ! chara...Nick Clifton2-1/+15
2015-02-27Fix recent h8300 configury changesAlan Modra3-11/+15
2015-02-26[AArch64] Add tiny DESC test cases.Marcus Shawcroft8-0/+103
2015-02-26Add tiny memory model GD test cases.Marcus Shawcroft8-0/+95
2015-02-26Adding tls-tiny-ie test.Marcus Shawcroft4-0/+27
2015-02-26[ARM]Update for Tag_ABI_HardFP_use per EABI docTerry Guo23-15/+104
2015-02-25AVR/ld: Use .avr.prop data during linker relaxation.Andrew Burgess9-0/+89
2015-02-25[SH] Fix clrs, sets, pref insn arch memberships.Oleg Endo22-174/+164
2015-02-24Adds support for generating notes in V850 binaries.Nick Clifton10-5/+82
2015-02-25Add aligned string merge testAlan Modra3-0/+35
2015-02-24This patch modifies the AVR linker script templates to use __<name>_REGION_LE...Senthil Kumar Selvaraj6-11/+49
2015-02-23Add support for the h8300-linux target.Yoshinori Sato8-1/+107
2015-02-23Fixes a problem where "ld -ixxx" would report an error of "ld: bad -rpath opt...Nick Clifton2-1/+6
2015-02-19Use nm/readelf with "failif"H.J. Lu4-0/+25