aboutsummaryrefslogtreecommitdiff
path: root/ld/ldelf.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-10-20PR30984, assertion fail elf.c:8485Alan Modra1-0/+1
2023-08-30elf: Don't merge sections with different SHF_LINK_ORDERH.J. Lu1-1/+6
2023-08-09Rename bfd_bread and bfd_bwriteAlan Modra1-2/+2
2023-08-03ld: sprintf sanitizer null destination pointerAlan Modra1-4/+7
2023-04-20PR30343 infrastructureAlan Modra1-1/+2
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-05-26ld: add --package-metadataLuca Boccassi1-2/+133
2022-03-09ld: Add a before_plugin_all_symbols_read hookH.J. Lu1-175/+210
2022-01-28Set __ehdr_start rel_from_abs earlierAlan Modra1-1/+0
2022-01-18tweak __ehdr_start visibility and flags for check_relocsAlan Modra1-5/+0
2022-01-14PR28751 mbind2a / mbind2b regressions on powerpc*-linuxAlan Modra1-2/+9
2022-01-12ld: Initial DT_RELR supportH.J. Lu1-0/+9
2022-01-05elf: Set p_align to the minimum page size if possibleH.J. Lu1-0/+3
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-12-01elf: Discard input .note.gnu.build-id sectionsH.J. Lu1-1/+14
2021-10-21-Waddress warning in ldelf.cAlan Modra1-1/+0
2021-06-11PR27952, Disallow ET_DYN DF_1_PIE linker inputAlan Modra1-1/+3
2021-04-12convert elf_link_hash macros to inline functionsAlan Modra1-1/+1
2021-03-31Use bool in ldAlan Modra1-55/+55
2021-03-22Add startswith function and use it instead of CONST_STRNEQ.Martin Liska1-8/+8
2021-03-05elf/x86-64: Subtract __ImageBase for R_AMD64_IMAGEBASEH.J. Lu1-0/+8
2021-01-28PR27259, SHF_LINK_ORDER self-linkAlan Modra1-7/+14
2021-01-13SHF_LINK_ORDER fixup_link_order in ldAlan Modra1-4/+4
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-11-13elf: Set rel_from_abs to 1 for __ehdr_startH.J. Lu1-0/+2
2020-09-15elf: Check bfd_target_elf_flavour on input firstH.J. Lu1-1/+2
2020-07-29Don't assert at ldwrite.c:212Alan Modra1-0/+1
2020-07-23PR ld/26288: Allow the use of `--just-symbols' with ET_EXEC inputMaciej W. Rozycki1-1/+2
2020-07-23PR ld/26288: Revert obsolete part of PR ld/26047 fixMaciej W. Rozycki1-7/+0
2020-06-23PR 22843: ld, gold: Add --dependency-file option.Roland McGrath1-1/+3
2020-05-28Have the linker fail if any attempt to link in an executable is made.Nick Clifton1-1/+12
2020-05-28Stop the linker from accepting executable ELF files as inputs to other links.Nick Clifton1-0/+7
2020-05-21Replace "if (x) free (x)" with "free (x)", ldAlan Modra1-2/+1
2020-03-11Don't merge sections with differing MASKPROC or MASKOS flagsAlan Modra1-4/+4
2020-02-26PR25593, --as-needed breaks DT_NEEDED order with linker pluginAlan Modra1-0/+19
2020-02-06ELF: Discard a section if any of its linked-to sections has been discardedH.J. Lu1-0/+29
2020-01-29PR25477, ld 2.34 tries to load ${prefix}/etc/ld.so.confAlan Modra1-4/+4
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-12-26Avoid ubsan bug complaining about &p->fieldAlan Modra1-3/+3
2019-10-03bfd, ld: add CTF section linkingNick Alcock1-0/+1
2019-09-23elf bfd.h tidyAlan Modra1-0/+1
2019-09-20bfd macro conversion to inline functionsAlan Modra1-5/+3
2019-09-19bfd_section_* macrosAlan Modra1-3/+3
2019-09-16PR25002, ld/ldelf.c missing safe-ctype.h includeAlan Modra1-0/+1
2019-09-11Rename elf32.em to elf.emAlan Modra1-1/+1
2019-09-11Move elf32.em and elf-generic.em functionsAlan Modra1-0/+2135