about summary refs log tree commit diff
path: root/elf
Commit message (Expand)AuthorAgeFilesLines
* Call _dl_open_check after relocation [BZ #24259]H.J. Lu2019-07-011-2/+6
* ld.so: Support moving versioned symbols between sonames [BZ #24741]Florian Weimer2019-06-2810-35/+188
* elf: Refuse to dlopen PIE objects [BZ #24323]Florian Weimer2019-06-183-5/+66
* aarch64: add STO_AARCH64_VARIANT_PCS and DT_AARCH64_VARIANT_PCSSzabolcs Nagy2019-06-131-0/+7
* elf: Add tst-ldconfig-bad-aux-cache test [BZ #18093]Alexandra Hájková2019-05-234-0/+122
* Add NT_ARM_PACA_KEYS and NT_ARM_PACG_KEYS from Linux 5.1 to elf.h.Joseph Myers2019-05-201-0/+4
* elf: Fix tst-pldd for non-default --prefix and/or --bindir (BZ#24544)Adhemerval Zanella2019-05-141-1/+5
* elf: Fix elf/tst-pldd with --enable-hardcoded-path-in-tests (BZ#24506)Adhemerval Zanella2019-05-021-3/+17
* elf: Link sotruss-lib.so with BIND_NOW for --enable-bind-nowFlorian Weimer2019-04-261-0/+1
* elf: Fix pldd (BZ#18035)Adhemerval Zanella2019-04-234-108/+189
* Add NT_ARM_PAC_MASK and NT_MIPS_MSA from Linux 5.0 to elf.h.Joseph Myers2019-03-251-0/+3
* Refactor hp-timing rtld usageAdhemerval Zanella2019-03-221-151/+130
* nptl: Remove pthread_clock_gettime pthread_clock_settimeAdhemerval Zanella2019-03-222-10/+0
* Fix output of LD_SHOW_AUXV=1.Stefan Liebler2019-03-131-8/+3
* elf: Add DF_1_KMOD, DF_1_WEAKFILTER, DF_1_NOCOMMON to <elf.h>Florian Weimer2019-03-121-0/+3
* C-SKY: add elf header definition for elfutilsMao Han2019-03-111-2/+13
* elf: Remove remnants of MAP_ANON emulationFlorian Weimer2019-03-041-15/+0
* elf/tst-big-note: Improve accuracy of test [BZ #20419]Florian Weimer2019-03-012-4/+15
* elf: Add tests with a local IFUNC resolver [BZ #23937]Florian Weimer2019-02-286-3/+120
* elf/Makefile: Run IFUNC tests if binutils supports IFUNCH.J. Lu2019-02-271-1/+1
* Add some spaces before '('.Joseph Myers2019-02-271-2/+2
* Break more lines before not after operators.Joseph Myers2019-02-251-2/+2
* 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