summaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)Author
2019-03-04elf: Remove remnants of MAP_ANON emulationFlorian Weimer
2019-03-01elf/tst-big-note: Improve accuracy of test [BZ #20419]Florian Weimer
2019-02-28elf: Add tests with a local IFUNC resolver [BZ #23937]Florian Weimer
2019-02-27elf/Makefile: Run IFUNC tests if binutils supports IFUNCH.J. Lu
2019-02-27Add some spaces before '('.Joseph Myers
2019-02-25Break more lines before not after operators.Joseph Myers
2019-02-22Break some lines before not after operators.Joseph Myers
2019-02-13RISC-V: Fix elfutils testsuite unwind failures.Jim Wilson
2019-02-12elf: Test for LD_AUDIT module returning zero from la_version [BZ #24122]Adhemerval Zanella
2019-02-12elf: Ignore LD_AUDIT interfaces if la_version returns 0 [BZ #24122]Florian Weimer
2019-02-12Add fall-through comments.Joseph Myers
2019-02-06Avoid "inline" after return type in function definitions.Joseph Myers
2019-02-04elf: Implement --preload option for the dynamic linkerDavid Newall
2019-01-25[elf] Revert 8e889c5da3 (BZ#24122)Adhemerval Zanella
2019-01-24elf: Fix LD_AUDIT for modules with invalid version (BZ#24122)Adhemerval Zanella
2019-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-12-19Print cache size and geometry auxv types on LD_SHOW_AUXV=1Tulio Magno Quites Machado Filho
2018-11-30Fix _dl_profile_fixup data-dependency issue (Bug 23690)Tulio Magno Quites Machado Filho
2018-11-29elf/dl-exception.c: Include <_itoa.h> for _itoa prototypeH.J. Lu
2018-11-29_dl_exception_create_format: Support %x/%lx/%zxH.J. Lu
2018-11-29C-SKY: Add dynamic relocations to elf.hMao Han
2018-10-30RISC-V: properly terminate call chain (bug 23125)Andreas Schwab
2018-10-25Add new ELF note types from Linux 4.19 to elf.h.Joseph Myers
2018-10-25elf: Fix the ld flags not be applied to tst-execstack-mod.soZong Li
2018-10-24Add more checks for valid ld.so.cache file (bug 18093)Andreas Schwab
2018-09-26Add missing unwind information to ld.so on powerpc32 (bug 23707)Andreas Schwab
2018-09-25Fix ifunc support with DT_TEXTREL segments (BZ#20480)Adhemerval Zanella
2018-09-12Include most of elf/ modules-names in modules-names-tests.Joseph Myers
2018-08-30Fix test failure with -DNDEBUG.Carlos O'Donell
2018-08-20Add NT_VMCOREDD, AT_MINSIGSTKSZ from Linux 4.18 to elf.h.Joseph Myers
2018-08-02Rename the glibc.tune namespace to glibc.cpuSiddhesh Poyarekar
2018-07-20check-execstack: Permit sysdeps to xfail some libsSamuel Thibault
2018-07-16x86: Support IBT and SHSTK in Intel CET [BZ #21598]H.J. Lu
2018-06-29elf: Accept absolute (SHN_ABS) symbols whose value is zero [BZ #23307]Maciej W. Rozycki
2018-06-29New configure option --disable-crypt.Zack Weinberg
2018-06-27_dl_map_object_deps: Use struct scratch_buffer [BZ #18023]Florian Weimer
2018-06-21Add Andes nds32 dynamic relocations to elf.hVincent Chen
2018-06-21elf.h: Add BPF relocation types.Mark Wielaard
2018-06-12Fix comments in _dl_dst_count and _dl_dst_substitute.Carlos O'Donell
2018-06-12Improve DST handling (Bug 23102, Bug 21942, Bug 18018, Bug 23259).Carlos O'Donell
2018-06-12Avoid cancellable I/O primitives in ld.so.Zack Weinberg
2018-06-08Mark _init and _fini as hidden [BZ #23145]H.J. Lu
2018-05-29static-PIE: Update DT_DEBUG for debugger [BZ #23206]H.J. Lu
2018-05-05Fix BZ 20419. A PT_NOTE in a binary could be arbitratily large, so usingPaul Pluzhnikov
2018-04-23Add NT_PPC_PKEY from Linux 4.16 to elf.h.Joseph Myers
2018-04-04elf: Correct absolute (SHN_ABS) symbol run-time calculation [BZ #19818]Maciej W. Rozycki
2018-04-04elf: Unify symbol address run-time calculation [BZ #19818]Maciej W. Rozycki
2018-03-26RISC-V: add remaining relocationsAndreas Schwab
2018-03-24Add $(tests-execstack-$(have-z-execstack)) after defined [BZ #22998]H.J. Lu