summaryrefslogtreecommitdiff
path: root/bfd/elflink.c
AgeCommit message (Expand)Author
2021-01-17ld/elf: Ignore section symbols when matching linkonce with comdatH.J. Lu
2021-01-16PR26002 undefined symbol VER_NDX_GLOBAL vs. VER_NDX_LOCALAlan Modra
2021-01-13SHF_LINK_ORDER fixup_link_order in ldAlan Modra
2021-01-08elf: Verify section size for mixed ordered/unordered inputsH.J. Lu
2021-01-07ELF: Don't generate unused section symbolsH.J. Lu
2021-01-05is_relocatable_executable --exclude-libs failureAlan Modra
2021-01-04elf: Allow mixed ordered/unordered inputs for non-relocatable linkH.J. Lu
2021-01-04PR26822, How to prevent a STT_FILE with absolute path in the linked imageAlan Modra
2021-01-01Update year range in copyright notice of binutils filesAlan Modra
2020-12-18elf: Copy elf_gnu_osabi_retain only for relocatable linkH.J. Lu
2020-12-16elflink.c constifyAlan Modra
2020-12-15Handle -z unique/-z nounique in ldVivek Das Mohapatra
2020-12-04PR26978, Inconsistency for strong foo@v1 and weak foo@@v1Alan Modra
2020-12-01PR26979, Visibility of undefined foo@v1 should constrain foo@@v1Alan Modra
2020-11-25elf: Get the real kept sectionH.J. Lu
2020-11-20bfd, include, ld, binutils, libctf: CTF should use the dynstr/symNick Alcock
2020-11-18Support SHF_GNU_RETAIN ELF section flagJozef Lawrynowicz
2020-11-02PR26806, Suspected linker bug with LTOAlan Modra
2020-10-02Allow note sections to be discarded when they are linked to another discarded...H.J. Lu
2020-09-12elf: Add -z unique-symbol to avoid duplicated local symbol namesH.J. Lu
2020-09-08PR26580, Size and alignment of commons vs as-needed shared libAlan Modra
2020-09-04Allow plugin syms to mark as-needed shared libs neededAlan Modra
2020-08-27PR26469 UBSAN: elflink.c:8742 shift exponent 6148914691236511722Alan Modra
2020-08-22elf: Keep only one '@' for undefined versioned symbolsH.J. Lu
2020-07-31PR26314, Linking LTO objects with symbols from static and shared librariesAlan Modra
2020-07-29MIPS: Make the IRIX naming of local section symbols consistentMaciej W. Rozycki
2020-07-29MIPS/LD: Set symtab's `sh_info' correctly for IRIX emulationsMaciej W. Rozycki
2020-07-29Don't segfault on discarded section dynsymsAlan Modra
2020-07-28PR25022 testcase segfault for generic ELF linker targetsAlan Modra
2020-07-20PR26265, Spurious 'gc-sections requires ... when --init or --finiAlan Modra
2020-07-15PR26198 MinGW failure to link regular object file and LTO object fileMarkus Böck
2020-06-23ELF: Add _bfd_elf_add_dynamic_tagsH.J. Lu
2020-06-15gold, ld: Implement -z start-stop-visibility=... option.Roland McGrath
2020-06-15PR26103, Assertion failure with symbols defined in link-once sectionsAlan Modra
2020-06-10ELF: Properly handle section symbolsH.J. Lu
2020-06-06ELF: Add target_os to elf_link_hash_table/elf_backend_dataH.J. Lu
2020-06-04ELF: Don't check relocations in non-loaded, non-alloced sectionsH.J. Lu
2020-06-03ELF: Consolidate maybe_set_textrelH.J. Lu
2020-06-03ELF: Copy dyn_relocs in _bfd_elf_link_hash_copy_indirectH.J. Lu
2020-06-03ELF: Consolidate readonly_dynrelocsH.J. Lu
2020-05-27ld: Add --warn-textrel and obsolete --warn-shared-textrelH.J. Lu
2020-05-21Replace "if (x) free (x)" with "free (x)", bfdAlan Modra
2020-05-19Use bfd_get_filename throughout bfdAlan Modra
2020-04-21elf: Strip zero-sized dynamic sectionsH.J. Lu
2020-04-15Unify the behaviour of ld.bfd and ld.gold with respect to warning about unres...Fangrui Song
2020-03-23Mention .tdata in comment in _bfd_elf_tls_setup()Sebastian Huber
2020-03-13Add support for non-contiguous memory regionsChristophe Lyon
2020-03-13Fix several mix up between octets and bytes in ELF program headersChristian Eggers
2020-03-13Fix several mix up between octets and bytes in ELF program headersChristian Eggers
2020-02-26Indent labelsAlan Modra