aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite
AgeCommit message (Expand)AuthorFilesLines
2021-10-28ASSERT in empty output section with addressAlan Modra4-0/+22
2021-10-25libctf, ld: handle nonrepresentable types betterNick Alcock2-0/+32
2021-10-25binutils, ld: make objdump --ctf's parameter optionalNick Alcock31-31/+31
2021-10-24LoongArch ld supportliuzhensong12-1/+945
2021-10-22RISC-V: Added ld testcase for pcgp relaxation.Lewis Revill5-2/+36
2021-10-22RISC-V: Don't separate pcgp relaxation to another relax pass.Lewis Revill6-32/+32
2021-10-16ld: Adjust pr28158.rd for glibc 2.34H.J. Lu1-1/+1
2021-09-22Fix x86 "FAIL: TLS -fno-pic -shared"Alan Modra1-1/+1
2021-09-21Change the linker's heuristic for computing the entry point for binaries so t...Nick Clifton19-19/+19
2021-09-19elf: Don't set version info on unversioned symbolsH.J. Lu6-0/+71
2021-09-15arc: Fix got-weak linker testClaudiu Zissulescu1-3/+3
2021-09-14arc: Fix potential invalid pointer access when fixing got symbols.Claudiu Zissulescu2-0/+19
2021-09-03ld testsuite tidyAlan Modra16-111/+91
2021-09-03CC_FOR_TARGET et alAlan Modra29-315/+320
2021-08-27ld: Change indirect symbol from IR to undefinedH.J. Lu7-0/+46
2021-08-24Real programmers don't configure gcc using --with-ldAlan Modra1-1/+5
2021-08-14ld script fill pattern expressionAlan Modra1-3/+5
2021-08-13ld script lower-case absolute and sizeof_headersAlan Modra1-1/+1
2021-08-11ld: Update the pass and fail strings of PR ld/28138 testH.J. Lu1-4/+4
2021-08-11Deprecate a.out support for NetBSD targets.John Ericson3-5/+5
2021-08-05Re: elf: Treat undefined version as hiddenAlan Modra2-5/+5
2021-08-04elf: Treat undefined version as hiddenH.J. Lu15-12/+62
2021-07-28ld: Run tmpdir/pr28138 only for native buildH.J. Lu1-30/+34
2021-07-28bfd: Close the file descriptor if there is no archive fdH.J. Lu9-0/+92
2021-07-26Fix ld test case that assumes --enable-textrel-checkRoland McGrath1-1/+1
2021-07-24Revert: PowerPC: Don't generate unused section symbolsAlan Modra15-23/+159
2021-07-24Re: ld script expression parsingAlan Modra2-1/+9
2021-07-21Allows linker scripts to set the SEC_READONLY flag.Luca Boccassi3-0/+21
2021-07-21Remove `netbsdpe` supportJohn Ericson1-2/+1
2021-07-08elf: Limits 2 GNU_PROPERTY_1_NEEDED tests to Linux/x86H.J. Lu2-10/+2
2021-07-08elf: Add GNU_PROPERTY_1_NEEDED checkH.J. Lu21-0/+881
2021-07-08elf: Add GNU_PROPERTY_1_NEEDEDH.J. Lu2-0/+32
2021-07-08x86-64: Disallow PC reloc against weak undefined symbols in PIEH.J. Lu1-10/+1
2021-07-08ld: Limit cache size and add --max-cache-size=SIZEH.J. Lu1-1/+2
2021-07-06elf/riscv: Fix relaxation with aliases [PR28021]Michael Matz4-0/+108
2021-07-06RISC-V: Add PT_RISCV_ATTRIBUTES and add it to PHDR.Kito Cheng4-1/+30
2021-07-05ld: Cache and reuse the IR archive file descriptorH.J. Lu2-0/+11
2021-06-22RISC-V: Clarify the addends of pc-relative access.Nelson Chu8-0/+89
2021-06-19x86: Count PLT for GOTOFF relocation against IFUNC symbolH.J. Lu5-0/+58
2021-06-19elf: Correct DT_TEXTREL warning in PDEH.J. Lu4-0/+33
2021-06-19elf: Update GNU_PROPERTY_UINT32_[AND|OR]_XXX testsH.J. Lu8-8/+65
2021-06-18elf: Add GNU_PROPERTY_UINT32_AND_XXX/GNU_PROPERTY_UINT32_OR_XXXH.J. Lu16-0/+199
2021-06-17x86-64: Use $NOPIE_LDFLAGS/$NOPIE_CFLAGS on protected-func-1H.J. Lu1-1/+2
2021-06-17x86-64: Test protected function pointersH.J. Lu4-0/+114
2021-06-15readelf: report DF_1_PIE as "Position-Independent Executable"Alan Modra1-1/+1
2021-06-09Fix the creation of archives for Sparc Solaris2 targets by eliminating the su...Nick Clifton1-7/+12
2021-05-31RISC-V: PR27566, Do not relax when data segment phase is exp_seg_relro_adjust.Nelson Chu5-0/+56
2021-05-28x86: Restore PC16 relocation overflow checkH.J. Lu2-0/+2
2021-05-26x86: Propery check PC16 reloc overflow in 16-bit mode instructionsH.J. Lu6-0/+54
2021-05-26x86-64: Add ilp32-12 to check R_X86_64_32 for x32H.J. Lu3-0/+13