about summary refs log tree commit diff
path: root/elf
Commit message (Expand)AuthorAgeFilesLines
* Fix comments in _dl_dst_count and _dl_dst_substitute.Carlos O'Donell2018-06-121-6/+8
* Improve DST handling (Bug 23102, Bug 21942, Bug 18018, Bug 23259).Carlos O'Donell2018-06-123-93/+135
* Avoid cancellable I/O primitives in ld.so.Zack Weinberg2018-06-124-28/+30
* Mark _init and _fini as hidden [BZ #23145]H.J. Lu2018-06-081-1/+14
* static-PIE: Update DT_DEBUG for debugger [BZ #23206]H.J. Lu2018-05-291-0/+16
* Fix BZ 20419. A PT_NOTE in a binary could be arbitratily large, so usingPaul Pluzhnikov2018-05-054-4/+77
* Add NT_PPC_PKEY from Linux 4.16 to elf.h.Joseph Myers2018-04-231-0/+2
* elf: Correct absolute (SHN_ABS) symbol run-time calculation [BZ #19818]Maciej W. Rozycki2018-04-045-2/+90
* elf: Unify symbol address run-time calculation [BZ #19818]Maciej W. Rozycki2018-04-043-9/+6
* RISC-V: add remaining relocationsAndreas Schwab2018-03-261-12/+56
* Add $(tests-execstack-$(have-z-execstack)) after defined [BZ #22998]H.J. Lu2018-03-241-1/+2
* Add SHT_X86_64_UNWIND to elf.h (bug 20079).Joseph Myers2018-03-191-0/+3
* hurd: add gscope supportSamuel Thibault2018-03-111-0/+3
* ldconfig: Sync temporary files to disk before renaming them [BZ #20890]Florian Weimer2018-02-211-3/+7
* elf: Remove ad-hoc restrictions on dlopen callers [BZ #22787]Florian Weimer2018-02-215-105/+1
* Add elf.h NT_* macros from Linux 4.15 (bug 14890).Joseph Myers2018-02-061-0/+9
* Use ADDRIDX with DT_GNU_HASHH.J. Lu2018-02-053-10/+4
* Add DT_SYMTAB_SHNDX from gABIH.J. Lu2018-02-051-1/+2
* Add support for the RISC-V-specific ELF flagsPalmer Dabbelt2018-01-252-0/+14
* Add NT_ARM_SVE to elf.hAlan Hayward2018-01-151-0/+2
* Synchronize DF_1_* flags with binutils (Bug 22707)Carlos O'Donell2018-01-131-0/+2
* Add RISC-V dynamic relocations to elf.hPalmer Dabbelt2018-01-061-0/+14
* elf: Support dlvsym within libc.soFlorian Weimer2018-01-047-6/+303
* elf: check for rpath emptiness before making a copy of itDmitry V. Levin2018-01-011-10/+8
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2018-01-015-5/+5
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-01139-139/+139
* elf: Check for empty tokens before dynamic string token expansion [BZ #22625]Aurelien Jarno2017-12-301-16/+33
* elf: remove redundant is_path argumentDmitry V. Levin2017-12-273-22/+18
* elf: remove redundant code from is_dstDmitry V. Levin2017-12-271-5/+3
* elf: remove redundant code from _dl_dst_substituteDmitry V. Levin2017-12-271-20/+1
* elf: remove redundant __libc_enable_secure check from fillin_rpathDmitry V. Levin2017-12-191-30/+3
* Replece LDFLAGS-* = $(no-pie-ldflag) with tst-*-no-pie = yes [BZ #22630]H.J. Lu2017-12-191-3/+3
* ld.so: Examine GLRO to detect inactive loader [BZ #20204]Florian Weimer2017-12-182-4/+6
* elf: do not substitute dst in $LD_LIBRARY_PATH twice [BZ #22627]Dmitry V. Levin2017-12-181-19/+1
* ldconfig: set LC_COLLATE to C [BZ #22505]Aurelien Jarno2017-12-161-0/+4
* Fix tst-leaks1 (bug 14681)Carlos O'Donell2017-12-151-3/+18
* Add --enable-static-pie configure option to build static PIE [BZ #19574]H.J. Lu2017-12-155-6/+72
* Remove redundant mention of SXID_ERASESiddhesh Poyarekar2017-12-151-10/+1
* elf: Count components of the expanded path in _dl_init_path [BZ #22607]Florian Weimer2017-12-141-9/+4
* elf: Compute correct array size in _dl_init_paths [BZ #22606]Florian Weimer2017-12-141-7/+7
* Fix testing with nss-crypt.Carlos O'Donell2017-12-121-1/+1
* Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu2017-12-111-22/+22
* elf/rtld.c (init_tls): Add missing new line to the _dl_fatal_printf call [BZ ...Aurelien Jarno2017-12-101-1/+1
* Add elision tunablesRogerio Alves2017-12-051-0/+34
* Properly compute offsets of note descriptor and next note [BZ #22370]H.J. Lu2017-11-283-14/+48
* Consolidate link map sortingAndreas Schwab2017-11-276-213/+138
* ld.so: Add architecture specific fieldsH.J. Lu2017-11-131-0/+1
* Mark lazy tlsdesc helper functions unused to avoid warningsSzabolcs Nagy2017-11-031-0/+2
* Assume that _DIRENT_HAVE_D_TYPE is always defined.Florian Weimer2017-10-301-15/+2
* Use $(DEFAULT-LDFLAGS-$(@F)) in +link-static-before-libcH.J. Lu2017-10-041-1/+2