aboutsummaryrefslogtreecommitdiff
path: root/ld
AgeCommit message (Expand)AuthorFilesLines
2021-07-21Allows linker scripts to set the SEC_READONLY flag.Luca Boccassi8-1/+34
2021-07-21Remove `netbsdpe` supportJohn Ericson2-5/+1
2021-07-09ld/NEWS: Clarify -z [no]indirect-extern-accessH.J. Lu1-2/+2
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. Lu25-0/+907
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. Lu6-1/+28
2021-07-07ld: Check archive only for archive memberH.J. Lu1-1/+3
2021-07-06elf/riscv: Fix relaxation with aliases [PR28021]Michael Matz5-0/+117
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. Lu3-8/+29
2021-07-05Updated translations (mainly Ukranian and French) triggered by creation of 2....Nick Clifton3-4363/+4503
2021-07-03Update version number and regenerate filesNick Clifton3-1428/+1505
2021-07-03Add markers for 2.37 branchNick Clifton2-0/+6
2021-06-22RISC-V: Clarify the addends of pc-relative access.Nelson Chu9-0/+103
2021-06-19x86: Count PLT for GOTOFF relocation against IFUNC symbolH.J. Lu6-0/+67
2021-06-19elf: Correct DT_TEXTREL warning in PDEH.J. Lu5-0/+40
2021-06-19elf: Update GNU_PROPERTY_UINT32_[AND|OR]_XXX testsH.J. Lu9-8/+79
2021-06-18ld.texi: Move -z unique-symbol after -z undefs.H.J. Lu2-6/+10
2021-06-18elf: Add GNU_PROPERTY_UINT32_AND_XXX/GNU_PROPERTY_UINT32_OR_XXXH.J. Lu17-0/+218
2021-06-17x86-64: Use $NOPIE_LDFLAGS/$NOPIE_CFLAGS on protected-func-1H.J. Lu2-1/+8
2021-06-17x86-64: Test protected function pointersH.J. Lu5-0/+122
2021-06-17ld: Add ChangeLog entry for -no-pieFangrui Song1-0/+7
2021-06-17ld: Add -no-pieFangrui Song3-0/+11
2021-06-15readelf: report DF_1_PIE as "Position-Independent Executable"Alan Modra2-1/+5
2021-06-11PR27952, Disallow ET_DYN DF_1_PIE linker inputAlan Modra2-1/+8
2021-06-09Fix the creation of archives for Sparc Solaris2 targets by eliminating the su...Nick Clifton2-7/+18
2021-06-03PR2589, ld vs. ld.soAlan Modra2-4/+16
2021-05-31RISC-V: PR27566, Do not relax when data segment phase is exp_seg_relro_adjust.Nelson Chu7-0/+82
2021-05-28x86: Restore PC16 relocation overflow checkH.J. Lu3-0/+8
2021-05-26x86: Propery check PC16 reloc overflow in 16-bit mode instructionsH.J. Lu7-0/+64
2021-05-26x86-64: Add ilp32-12 to check R_X86_64_32 for x32H.J. Lu4-0/+19
2021-05-14RISC-V: Check the overflow for %pcrel_lo addend more strictly.Nelson Chu7-7/+38
2021-05-13ld: Add -Bno-symbolicFangrui Song6-0/+30
2021-05-12arm: fix fallout from recent thumb2 detection patchRichard Earnshaw2-1/+6
2021-05-11x86-64/ELF: Fix "clear src_mask for all reloc types" test caseRoland McGrath2-1/+6
2021-05-11Prevent libdel.dll.a from being installed on Windows based systems.Nick Clifton3-0/+9
2021-05-10Enable linker garbage collection for the PRU target.Dimitar Dimitrov8-7/+17
2021-05-10PRU: Add alignment for resource table, and allow sizes of memory regions to b...Dimitar Dimitrov2-2/+14
2021-05-08support generating multi-html pages in parallelMike Frysinger3-7/+24
2021-05-08generate single html manual page by defaultMike Frysinger3-2/+7
2021-05-07x86-64/ELF: clear src_mask for all reloc typesJan Beulich3-0/+16
2021-05-07When computing section link order for a relocateable link, ignore section sizes.Nick Clifton2-6/+14
2021-05-07multiple definition warnings from script symbolsAlan Modra3-4/+14
2021-05-07Re: elf: Always append ".COUNT" to local symbolsAlan Modra3-4/+7
2021-05-06or1k: Support large plt_relocs when generating plt entriesStafford Horne7-0/+122
2021-05-06libctf, ld: fix test results for upstream GCCNick Alcock13-19/+81
2021-05-05elf: Always append ".COUNT" to local symbolsH.J. Lu9-1/+74
2021-05-05PowerPC undefweak testcaseAlan Modra5-0/+28