aboutsummaryrefslogtreecommitdiff
path: root/ld
AgeCommit message (Expand)AuthorFilesLines
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
2017-05-10x86-64: Use .plt.bnd for IFUNC function addressH.J. Lu4-0/+89
2017-05-10[ARC] Object attributes.Claudiu Zissulescu23-1/+130
2017-05-09Support pe-bigobj-x86-64 as an output format in 64-bit PE based linkers.Awson2-0/+16
2017-05-09ld.texinfo, use "affects" instead of "effects"Alan Modra2-1/+5
2017-05-08x86-64: Improve PLT generation and synthetic PLT symbolsH.J. Lu30-91/+948
2017-05-08i386: Improve PLT generation and synthetic PLT symbolsH.J. Lu11-2/+259
2017-05-08Make import libraries relocatable objectsThomas Preud'homme3-1/+18
2017-05-04Fix PR21404 - assertion fail when calculating symbol sizeSenthil Kumar Selvaraj17-0/+217
2017-05-03MIPS16/GAS: Relax 32-bit non-PIC PC-relative synthetic instructionsMaciej W. Rozycki10-0/+167
2017-05-03Adjust testsuite/ld-elf/pr21384.dH.J. Lu2-0/+6
2017-05-03MIPS16/GAS: Fix absolute references with PC-relative synthetic instructionsMaciej W. Rozycki11-0/+90
2017-05-02x86: Add -Wl,--no-as-needed to some TLS testsH.J. Lu3-3/+10
2017-05-02Add a test for PR ld/21384H.J. Lu5-0/+47
2017-05-01x86: Run GNU2 TLS tests with working GNU2 TLS supportH.J. Lu4-0/+81
2017-04-28x86: Add run-time tests for -mtls-dialect=gnu2H.J. Lu8-0/+223
2017-04-28ELF: Add run-time tests for -z nowH.J. Lu5-0/+298
2017-04-27x86: Create dynamic sections in create_dynamic_sectionsH.J. Lu3-3/+13
2017-04-26x86: Add DT_PLTRELSZ/DT_PLTREL/DT_JMPREL for PLT relocationH.J. Lu5-0/+27
2017-04-26PR ld/21334: Always call `_bfd_elf_link_renumber_dynsyms' if requiredMaciej W. Rozycki6-0/+69
2017-04-24x86-64: Force symbol dynamic if it isn't undefined weakH.J. Lu3-1/+13
2017-04-24i386: Skip pr12570 tests for nacl targetsH.J. Lu3-0/+7
2017-04-24i386: Set ELF_MAXPAGESIZE to 0x1000 for VxWorksH.J. Lu2-1/+6
2017-04-24ld: fix regressions with rett instructions in sparc tests.Jose E. Marchesi4-3/+10
2017-04-21i386: Avoid dynamic symbol with GOT reference in PIEH.J. Lu2-5/+6
2017-04-21Require --no-dynamic-linker with -static -E/--dynamic-listH.J. Lu9-7/+31
2017-04-20Skip PIE indirect5 and indirect6 tests on i386H.J. Lu2-8/+22
2017-04-20MIPS/LD/testsuite: Join `__ehdr_start' testsMaciej W. Rozycki2-2/+5
2017-04-20Handle symbol defined in IR and referenced in DSOH.J. Lu5-6/+61
2017-04-19x86-64: Handle undefined IFUNC symbol with -z nowH.J. Lu2-0/+14
2017-04-19Implement -z dynamic-undefined-weakAlan Modra7-45/+144
2017-04-17Put soname in the version definition sectionH.J. Lu6-0/+46
2017-04-17Undo dynamic symbol state after regular object sym type mismatchAlan Modra7-0/+125