aboutsummaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)AuthorFilesLines
2018-05-05Fix BZ 20419. A PT_NOTE in a binary could be arbitratily large, so usingPaul Pluzhnikov4-4/+77
2018-04-23Add NT_PPC_PKEY from Linux 4.16 to elf.h.Joseph Myers1-0/+2
2018-04-04elf: Correct absolute (SHN_ABS) symbol run-time calculation [BZ #19818]Maciej W. Rozycki5-2/+90
2018-04-04elf: Unify symbol address run-time calculation [BZ #19818]Maciej W. Rozycki3-9/+6
2018-03-26RISC-V: add remaining relocationsAndreas Schwab1-12/+56
2018-03-24Add $(tests-execstack-$(have-z-execstack)) after defined [BZ #22998]H.J. Lu1-1/+2
2018-03-19Add SHT_X86_64_UNWIND to elf.h (bug 20079).Joseph Myers1-0/+3
2018-03-11hurd: add gscope supportSamuel Thibault1-0/+3
2018-02-21ldconfig: Sync temporary files to disk before renaming them [BZ #20890]Florian Weimer1-3/+7
2018-02-21elf: Remove ad-hoc restrictions on dlopen callers [BZ #22787]Florian Weimer5-105/+1
2018-02-06Add elf.h NT_* macros from Linux 4.15 (bug 14890).Joseph Myers1-0/+9
2018-02-05Use ADDRIDX with DT_GNU_HASHH.J. Lu3-10/+4
2018-02-05Add DT_SYMTAB_SHNDX from gABIH.J. Lu1-1/+2
2018-01-25Add support for the RISC-V-specific ELF flagsPalmer Dabbelt2-0/+14
2018-01-15Add NT_ARM_SVE to elf.hAlan Hayward1-0/+2
2018-01-13Synchronize DF_1_* flags with binutils (Bug 22707)Carlos O'Donell1-0/+2
2018-01-06Add RISC-V dynamic relocations to elf.hPalmer Dabbelt1-0/+14
2018-01-04elf: Support dlvsym within libc.soFlorian Weimer7-6/+303
2018-01-01elf: check for rpath emptiness before making a copy of itDmitry V. Levin1-10/+8
2018-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers5-5/+5
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers139-139/+139
2017-12-30elf: Check for empty tokens before dynamic string token expansion [BZ #22625]Aurelien Jarno1-16/+33
2017-12-27elf: remove redundant is_path argumentDmitry V. Levin3-22/+18
2017-12-27elf: remove redundant code from is_dstDmitry V. Levin1-5/+3
2017-12-27elf: remove redundant code from _dl_dst_substituteDmitry V. Levin1-20/+1
2017-12-19elf: remove redundant __libc_enable_secure check from fillin_rpathDmitry V. Levin1-30/+3
2017-12-19Replece LDFLAGS-* = $(no-pie-ldflag) with tst-*-no-pie = yes [BZ #22630]H.J. Lu1-3/+3
2017-12-18ld.so: Examine GLRO to detect inactive loader [BZ #20204]Florian Weimer2-4/+6
2017-12-18elf: do not substitute dst in $LD_LIBRARY_PATH twice [BZ #22627]Dmitry V. Levin1-19/+1
2017-12-16ldconfig: set LC_COLLATE to C [BZ #22505]Aurelien Jarno1-0/+4
2017-12-15Fix tst-leaks1 (bug 14681)Carlos O'Donell1-3/+18
2017-12-15Add --enable-static-pie configure option to build static PIE [BZ #19574]H.J. Lu5-6/+72
2017-12-15Remove redundant mention of SXID_ERASESiddhesh Poyarekar1-10/+1
2017-12-14elf: Count components of the expanded path in _dl_init_path [BZ #22607]Florian Weimer1-9/+4
2017-12-14elf: Compute correct array size in _dl_init_paths [BZ #22606]Florian Weimer1-7/+7
2017-12-12Fix testing with nss-crypt.Carlos O'Donell1-1/+1
2017-12-11Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu1-22/+22
2017-12-10elf/rtld.c (init_tls): Add missing new line to the _dl_fatal_printf call [BZ ...Aurelien Jarno1-1/+1
2017-12-05Add elision tunablesRogerio Alves1-0/+34
2017-11-28Properly compute offsets of note descriptor and next note [BZ #22370]H.J. Lu3-14/+48
2017-11-27Consolidate link map sortingAndreas Schwab6-213/+138
2017-11-13ld.so: Add architecture specific fieldsH.J. Lu1-0/+1
2017-11-03Mark lazy tlsdesc helper functions unused to avoid warningsSzabolcs Nagy1-0/+2
2017-10-30Assume that _DIRENT_HAVE_D_TYPE is always defined.Florian Weimer1-15/+2
2017-10-04Use $(DEFAULT-LDFLAGS-$(@F)) in +link-static-before-libcH.J. Lu1-1/+2
2017-10-04Add a test for main () in a shared objectH.J. Lu3-2/+53
2017-10-03ld.so: Replace (&bootstrap_map) with BOOTSTRAP_MAPH.J. Lu1-1/+2
2017-10-01Move hidden_proto (__dl_iterate_phdr) to include/link.h [BZ #18822]H.J. Lu1-1/+0
2017-09-30Add a test for non-PIE static executableH.J. Lu2-1/+5
2017-09-27Fix range check in do_tunable_update_valAlexey Makhalov1-11/+4