summaryrefslogtreecommitdiff
path: root/bfd/elflink.c
Commit message (Expand)AuthorAgeFilesLines
* elf: Don't set version info on unversioned symbolsH.J. Lu2021-09-191-1/+2
* SHT_SYMTAB_SHNDX handlingAlan Modra2021-09-021-14/+10
* PTR_ADD and NPTR_ADD for bfd.hAlan Modra2021-09-021-11/+12
* ld: Change indirect symbol from IR to undefinedH.J. Lu2021-08-271-6/+17
* elf: Add GNU_PROPERTY_1_NEEDED checkH.J. Lu2021-07-081-0/+4
* ld: Limit cache size and add --max-cache-size=SIZEH.J. Lu2021-07-081-23/+67
* elf: Correct DT_TEXTREL warning in PDEH.J. Lu2021-06-191-0/+3
* PR27952, Disallow ET_DYN DF_1_PIE linker inputAlan Modra2021-06-111-0/+2
* elf: Always append ".COUNT" to local symbolsH.J. Lu2021-05-051-20/+19
* convert elf_link_hash macros to inline functionsAlan Modra2021-04-121-14/+14
* elf_backend_archive_symbol_lookupAlan Modra2021-04-121-14/+14
* C99 bfd configuryAlan Modra2021-04-051-2/+0
* Use startswith more for strncmp function calls.Martin Liska2021-04-011-5/+5
* Use bool in bfdAlan Modra2021-03-311-887/+887
* asan: linker.c:2294:8: runtime error: load of value 253Alan Modra2021-03-301-3/+3
* ELF output symbol hooks int vs. bfd_booleanAlan Modra2021-03-291-13/+4
* Add startswith function and use it instead of CONST_STRNEQ.Martin Liska2021-03-221-7/+7
* elf: Handle .gnu.debuglto_.debug_* sectionsH.J. Lu2021-03-181-24/+54
* --gc-sections with groups and start/stop symsAlan Modra2021-03-031-2/+6
* PR27451, -z start_stop_gcAlan Modra2021-03-011-2/+9
* PR27441, inconsistency in weak definitionsAlan Modra2021-02-251-3/+8
* PR27311, (symbol from plugin): undefined reference, hidden symAlan Modra2021-02-041-0/+1
* Re: PR27311, ld.bfd (symbol from plugin): undefined referenceAlan Modra2021-02-031-15/+9
* PR27311 again, ld.bfd (symbol from plugin): undefined referenceAlan Modra2021-02-031-1/+5
* PR27311, ld.bfd (symbol from plugin): undefined referenceAlan Modra2021-02-021-7/+10
* PR27271, c6x-uclinux-ld segfaults linking ld-uClibc-1.0.37.soAlan Modra2021-01-291-0/+2
* PR27259, SHF_LINK_ORDER self-linkAlan Modra2021-01-281-8/+16
* ld/elf: Ignore section symbols when matching linkonce with comdatH.J. Lu2021-01-171-1/+5
* PR26002 undefined symbol VER_NDX_GLOBAL vs. VER_NDX_LOCALAlan Modra2021-01-161-1/+1
* SHF_LINK_ORDER fixup_link_order in ldAlan Modra2021-01-131-194/+0
* elf: Verify section size for mixed ordered/unordered inputsH.J. Lu2021-01-081-0/+8
* ELF: Don't generate unused section symbolsH.J. Lu2021-01-071-31/+30
* is_relocatable_executable --exclude-libs failureAlan Modra2021-01-051-1/+6
* elf: Allow mixed ordered/unordered inputs for non-relocatable linkH.J. Lu2021-01-041-19/+64
* PR26822, How to prevent a STT_FILE with absolute path in the linked imageAlan Modra2021-01-041-5/+7
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* elf: Copy elf_gnu_osabi_retain only for relocatable linkH.J. Lu2020-12-181-1/+3
* elflink.c constifyAlan Modra2020-12-161-1/+1
* Handle -z unique/-z nounique in ldVivek Das Mohapatra2020-12-151-1/+4
* PR26978, Inconsistency for strong foo@v1 and weak foo@@v1Alan Modra2020-12-041-32/+51
* PR26979, Visibility of undefined foo@v1 should constrain foo@@v1Alan Modra2020-12-011-7/+17
* elf: Get the real kept sectionH.J. Lu2020-11-251-4/+15
* bfd, include, ld, binutils, libctf: CTF should use the dynstr/symNick Alcock2020-11-201-8/+30
* Support SHF_GNU_RETAIN ELF section flagJozef Lawrynowicz2020-11-181-1/+11
* PR26806, Suspected linker bug with LTOAlan Modra2020-11-021-17/+30
* Allow note sections to be discarded when they are linked to another discarded...H.J. Lu2020-10-021-1/+2
* elf: Add -z unique-symbol to avoid duplicated local symbol namesH.J. Lu2020-09-121-41/+166
* PR26580, Size and alignment of commons vs as-needed shared libAlan Modra2020-09-081-40/+34
* Allow plugin syms to mark as-needed shared libs neededAlan Modra2020-09-041-10/+2
* PR26469 UBSAN: elflink.c:8742 shift exponent 6148914691236511722Alan Modra2020-08-271-8/+45