aboutsummaryrefslogtreecommitdiff
path: root/ld
AgeCommit message (Expand)AuthorFilesLines
2021-01-04elf: Allow mixed ordered/unordered inputs for non-relocatable linkH.J. Lu16-1/+256
2021-01-04PR26822, How to prevent a STT_FILE with absolute path in the linked imageAlan Modra38-73/+114
2021-01-01PR27116, Spelling errors found by Debian style checkerAlan Modra5-4/+10
2021-01-01Update year range in copyright notice of binutils filesAlan Modra342-401/+405
2021-01-01ChangeLog rotationAlan Modra2-4544/+4558
2020-12-31PR27128, nm -P portable output format regressionAlan Modra8-0/+111
2020-12-24SHF_GNU_RETAIN 7a and 7b testsAlan Modra3-4/+11
2020-12-24PR27100, final link failed: bad valueAlan Modra10-9/+38
2020-12-23x86-64: Add Intel LAM property supportH.J. Lu23-7/+385
2020-12-18ld: Build and install only unversioned libdepH.J. Lu3-11/+28
2020-12-18elf: Copy elf_gnu_osabi_retain only for relocatable linkH.J. Lu4-0/+33
2020-12-16ld: Skip libdep plugin if not all plugin hooks are availableH.J. Lu5-20/+32
2020-12-16constify elfNN_bedAlan Modra6-23/+26
2020-12-15Document -z unique/-z nounique in the ld man page and help outputVivek Das Mohapatra3-0/+16
2020-12-15Handle -z unique/-z nounique in ldVivek Das Mohapatra2-0/+9
2020-12-14Add a plugin for processing static library dependencies.Howard Chu7-1524/+2180
2020-12-14PR26836, memory leak in parse_argsAlan Modra2-0/+10
2020-12-14Fix a use of an uninitialised variable in the bfd linker.Nick Clifton2-1/+7
2020-12-14Solaris 11.4 ld build failureAlan Modra2-4/+9
2020-12-05VAX/BFD: Do not warn about GOT addend mismatches if no GOT entry is madeMaciej W. Rozycki15-2/+238
2020-12-04x86-64: Convert load to mov only for GOTPCRELX relocationsH.J. Lu6-0/+84
2020-12-04PR26978, Inconsistency for strong foo@v1 and weak foo@@v1Alan Modra5-0/+37
2020-12-03IBM Z: Add support for HLASM extended mnemonicsAndreas Krebbel2-5/+10
2020-12-03VAX/LD/testsuite: Wrap excessively long linesMaciej W. Rozycki2-3/+11
2020-12-02testsuite/ld-elf/pr26936.d: Pass -W.Hans-Peter Nilsson2-1/+5
2020-12-01arc: Enable -Ttext-segmentH.J. Lu2-0/+9
2020-12-01tic6x elf testsuite fixAlan Modra3-3/+9
2020-12-01PR26979, Visibility of undefined foo@v1 should constrain foo@@v1Alan Modra7-0/+44
2020-11-30ld: Xfail PR ld/26936 test if not supportedH.J. Lu2-0/+13
2020-11-28PR26907, segment contains empty SHT_NOBITS sectionAlan Modra4-0/+31
2020-11-27ELF: Support .noinit and .persistent sectionsJozef Lawrynowicz15-18/+145
2020-11-26PR26936 testsuite fixesAlan Modra3-3/+23
2020-11-25elf: Get the real kept sectionH.J. Lu5-0/+43
2020-11-25Duplicate output sections in scriptsAlan Modra3-42/+45
2020-11-24ld/x86-64: Add PR gold/26939 testsH.J. Lu5-0/+40
2020-11-23s390x: Set .got sh_entsize only if .got size > 0H.J. Lu4-0/+38
2020-11-23ld: Make ARC's tls_ie-01 test more flexibleShahab Vahedi2-7/+60
2020-11-21RISC-V: Relax PCREL to GPREL while doing other relaxations is dangerous.Nelson Chu5-1/+55
2020-11-20libctf, ld: properly deduplicate function typesNick Alcock2-1/+7
2020-11-20ld, ctf: new and adjusted CTF tests due to func info / object data sectionsNick Alcock26-45/+1191
2020-11-20bfd, include, ld, binutils, libctf: CTF should use the dynstr/symNick Alcock20-99/+187
2020-11-20libctf, include, binutils, gdb, ld: rename ctf_file_t to ctf_dict_tNick Alcock6-12/+25
2020-11-20Fix SHF_GNU_RETAIN testsuite falloutJozef Lawrynowicz5-9/+19
2020-11-18PowerPC paranioa testing of symbol merging involving comdat groupsAlan Modra10-0/+85
2020-11-18Support SHF_GNU_RETAIN ELF section flagJozef Lawrynowicz22-0/+363
2020-11-17PR26882, --enable-textrel-check=warning test failures on powerpcAlan Modra8-9/+24
2020-11-16Update the Spanish translation for the ld/ subdirectory.Nick Clifton2-1781/+2031
2020-11-16ld: Fix the tls_ie-01 test for arcShahab Vahedi2-4/+11
2020-11-14x86: Ignore CS/DS/ES/SS segment-override prefixes in 64-bit modeBorislav Petkov5-4/+10
2020-11-13elf: Set rel_from_abs to 1 for __ehdr_startH.J. Lu5-0/+29