aboutsummaryrefslogtreecommitdiff
path: root/ld
AgeCommit message (Expand)AuthorFilesLines
2017-06-16Rewrite __start and __stop symbol handlingAlan Modra21-224/+296
2017-06-16[AArch64] Use SYMBOL_REFERENCES_LOCAL in one symbol checkJiong Wang6-14/+35
2017-06-15Correct "ld --help" to display "-z stack-size=SIZE"H.J. Lu2-1/+6
2017-06-15[AArch64] Allow COPY relocation eliminationJiong Wang7-0/+82
2017-06-14Fix address violation when disassembling a corrupt binary.Nick Clifton2-3/+8
2017-06-14xfail pr20022.d on targets without dynamic relocs in .textH.J. Lu2-0/+8
2017-06-14Skip PR ld/21562 tests on targets with leading char or without --gc-sectionsH.J. Lu15-0/+105
2017-06-14Add size to bar in ld-gc/pr20022a.sH.J. Lu2-0/+5
2017-06-14Skip sizeof/startof tests on targets with leading charH.J. Lu5-0/+24
2017-06-14Move location of .jumptables section and add .hightext section to AVR linker ...Georg-Johann Lay2-5/+18
2017-06-14Accept more epiphany targetsSebastian Huber2-1/+5
2017-06-13ld: Don't define __start_SECNAME/__stop_SECNAME for -rH.J. Lu4-4/+41
2017-06-13ld: Add tests for .startof.SECNAME/.sizeof.SECNAMEH.J. Lu5-0/+37
2017-06-13Always define referenced __start_SECNAME/__stop_SECNAMEH.J. Lu34-79/+381
2017-06-13Replace multiple AVR scripts with a single, customizable linker script.Georg-Johann Lay22-283/+181
2017-06-13ld: Add tests for -UrH.J. Lu5-0/+51
2017-06-13[LD][Testsuite] Add --no-dynamic-linker option to dynamic-1 rdynamic-1 test c...Renlin Li2-2/+7
2017-06-09x86-64: Add some x32 ELF property testsH.J. Lu10-4/+94
2017-06-09Revert "[AArch64] Allow COPY relocation elimination"Jiong Wang4-19/+0
2017-06-08[ARC] Fixed TLS for IE model.Cupertino Miranda2-2/+6
2017-06-08x86: Dump local IFUNC functions in the map fileH.J. Lu4-2/+10
2017-06-08clH.J. Lu1-0/+10
2017-06-08[AArch64] Allow COPY relocation eliminationJiong Wang4-0/+19
2017-06-07Fix a number of pr21529 testcase failuresAlan Modra2-4/+6
2017-06-06ld: Fix spelling mistake in comment.Andrew Burgess2-1/+5
2017-06-06ld: Allow section groups to be resolved as part of a relocatable linkAndrew Burgess13-4/+112
2017-06-05Add a testcase for PR ld/21529H.J. Lu4-1/+29
2017-06-05Fix --enable-new-dtags config supportAlan Modra6-7/+15
2017-06-05Introduce --enable-new-dtags configure option.Slava Barinov5-5/+60
2017-06-02x86: Remove linker option: -z prefix-nopH.J. Lu5-29/+9
2017-06-01PPC64_OPT_LOCALENTRYAlan Modra5-26/+57
2017-05-31PowerPC64 ld help quotingAlan Modra2-2/+6
2017-05-22[AArch64, ld] Support ILP32 triplet aarch64*-linux-gnu_ilp32Jiong Wang2-0/+14
2017-05-19x86: Add GC testcases with property sectionsH.J. Lu11-0/+108
2017-05-19Update avrxmega3 linker emulation to support avrxmega2 devices with flash mem...eorg-Johann Lay3-1/+61
2017-05-18Treat a prefix of "$SYSROOT" in the same way as "=" when parsing linker searc...Nick Clifton6-8/+40
2017-05-18fix changelog typoAlan Modra1-1/+2
2017-05-18Don't compare boolean values against TRUE or FALSEAlan Modra5-4/+11
2017-05-18pr20882 testcaseAlan Modra5-13/+12
2017-05-17Mark debug sections referenced by kept debug sectionsH.J. Lu6-0/+47
2017-05-16Fix commit 0a7d38897b9fb1ec7a064ca3347cbac3ba49e5acH.J. Lu1-18/+22
2017-05-16Run PR ld/21481 tests only if IFUNC is supportedH.J. Lu2-18/+24
2017-05-16Rename non_ir_ref to non_ir_ref_regularAlan Modra2-4/+8
2017-05-16non_ir_ref_dynamicAlan Modra2-30/+41
2017-05-15MIPS16e2: Add new MIPS16e2 relaxation GAS and LD testsMaciej W. Rozycki10-0/+162
2017-05-15Add .debug_gdb_scripts section to PE linker scripts.Nick Clifton3-0/+26
2017-05-12x86: Merge X86_ISA_1_USED/X86_ISA_1_NEEDED propertiesH.J. Lu7-0/+131
2017-05-11x86-64: Rename .plt.bnd to .plt.secH.J. Lu16-19/+38
2017-05-11x86: Generate PLT relocations for -z nowH.J. Lu17-171/+205
2017-05-10i386: Set CHECK_RELOCS_AFTER_OPEN_INPUT to yesH.J. Lu4-0/+11