summaryrefslogtreecommitdiff
path: root/elf
Commit message (Expand)AuthorAgeFilesLines
* Break some lines before not after operators.Joseph Myers2019-02-226-21/+21
* RISC-V: Fix elfutils testsuite unwind failures.Jim Wilson2019-02-132-4/+26
* elf: Test for LD_AUDIT module returning zero from la_version [BZ #24122]Adhemerval Zanella2019-02-123-2/+128
* elf: Ignore LD_AUDIT interfaces if la_version returns 0 [BZ #24122]Florian Weimer2019-02-121-162/+200
* Add fall-through comments.Joseph Myers2019-02-123-0/+6
* Avoid "inline" after return type in function definitions.Joseph Myers2019-02-063-5/+3
* elf: Implement --preload option for the dynamic linkerDavid Newall2019-02-043-6/+74
* [elf] Revert 8e889c5da3 (BZ#24122)Adhemerval Zanella2019-01-254-153/+7
* elf: Fix LD_AUDIT for modules with invalid version (BZ#24122)Adhemerval Zanella2019-01-244-7/+153
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2019-01-015-5/+5
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-01154-154/+154
* Print cache size and geometry auxv types on LD_SHOW_AUXV=1Tulio Magno Quites Machado Filho2018-12-191-29/+39
* Fix _dl_profile_fixup data-dependency issue (Bug 23690)Tulio Magno Quites Machado Filho2018-11-301-5/+43
* elf/dl-exception.c: Include <_itoa.h> for _itoa prototypeH.J. Lu2018-11-291-0/+1
* _dl_exception_create_format: Support %x/%lx/%zxH.J. Lu2018-11-293-1/+145
* C-SKY: Add dynamic relocations to elf.hMao Han2018-11-291-1/+66
* RISC-V: properly terminate call chain (bug 23125)Andreas Schwab2018-10-302-1/+41
* Add new ELF note types from Linux 4.19 to elf.h.Joseph Myers2018-10-251-0/+2
* elf: Fix the ld flags not be applied to tst-execstack-mod.soZong Li2018-10-251-1/+1
* Add more checks for valid ld.so.cache file (bug 18093)Andreas Schwab2018-10-242-1/+9
* Add missing unwind information to ld.so on powerpc32 (bug 23707)Andreas Schwab2018-09-263-2/+74
* Fix ifunc support with DT_TEXTREL segments (BZ#20480)Adhemerval Zanella2018-09-253-12/+57
* Include most of elf/ modules-names in modules-names-tests.Joseph Myers2018-09-121-0/+4
* Fix test failure with -DNDEBUG.Carlos O'Donell2018-08-301-6/+6
* Add NT_VMCOREDD, AT_MINSIGSTKSZ from Linux 4.18 to elf.h.Joseph Myers2018-08-201-0/+4
* Rename the glibc.tune namespace to glibc.cpuSiddhesh Poyarekar2018-08-023-3/+3
* check-execstack: Permit sysdeps to xfail some libsSamuel Thibault2018-07-201-1/+1
* x86: Support IBT and SHSTK in Intel CET [BZ #21598]H.J. Lu2018-07-164-25/+49
* elf: Accept absolute (SHN_ABS) symbols whose value is zero [BZ #23307]Maciej W. Rozycki2018-06-295-2/+71
* New configure option --disable-crypt.Zack Weinberg2018-06-292-9/+22
* _dl_map_object_deps: Use struct scratch_buffer [BZ #18023]Florian Weimer2018-06-271-12/+16
* Add Andes nds32 dynamic relocations to elf.hVincent Chen2018-06-211-0/+10
* elf.h: Add BPF relocation types.Mark Wielaard2018-06-211-1/+2
* 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