about summary refs log tree commit diff
path: root/elf/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Add --disable-major-minor-libraries configure option fw/no-symlinksFlorian Weimer2019-11-281-1/+7
* Remove all loaded objects if dlopen fails, ignoring NODELETE [BZ #20839]Florian Weimer2019-11-271-2/+13
* Lazy binding failures during dlopen/dlclose must be fatal [BZ #24304]Florian Weimer2019-11-271-2/+13
* Compile elf/rtld.c with -fno-tree-loop-distribute-patterns.Sandra Loosemore2019-11-261-0/+6
* Properly initialize audit cookie for the dynamic loader [BZ #25157]Florian Weimer2019-11-151-2/+13
* Rename and split elf/tst-dlopen-aout collection of testsFlorian Weimer2019-10-171-10/+22
* elf: Assign TLS modid later during dlopen [BZ #24930]Florian Weimer2019-10-041-2/+6
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* elf: Self-dlopen failure with explict loader invocation [BZ #24900]Florian Weimer2019-08-151-1/+3
* elf: Support elf/tst-dlopen-aout in more configurationsFlorian Weimer2019-08-121-5/+1
* ld.so: Support moving versioned symbols between sonames [BZ #24741]Florian Weimer2019-06-281-2/+26
* elf: Refuse to dlopen PIE objects [BZ #24323]Florian Weimer2019-06-181-1/+3
* elf: Add tst-ldconfig-bad-aux-cache test [BZ #18093]Alexandra Hájková2019-05-231-0/+3
* 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-231-0/+1
* elf/tst-big-note: Improve accuracy of test [BZ #20419]Florian Weimer2019-03-011-2/+7
* elf: Add tests with a local IFUNC resolver [BZ #23937]Florian Weimer2019-02-281-3/+9
* elf/Makefile: Run IFUNC tests if binutils supports IFUNCH.J. Lu2019-02-271-1/+1
* RISC-V: Fix elfutils testsuite unwind failures.Jim Wilson2019-02-131-1/+1
* elf: Test for LD_AUDIT module returning zero from la_version [BZ #24122]Adhemerval Zanella2019-02-121-2/+7
* elf: Implement --preload option for the dynamic linkerDavid Newall2019-02-041-1/+11
* [elf] Revert 8e889c5da3 (BZ#24122)Adhemerval Zanella2019-01-251-7/+2
* elf: Fix LD_AUDIT for modules with invalid version (BZ#24122)Adhemerval Zanella2019-01-241-2/+7
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* _dl_exception_create_format: Support %x/%lx/%zxH.J. Lu2018-11-291-1/+2
* RISC-V: properly terminate call chain (bug 23125)Andreas Schwab2018-10-301-1/+3
* elf: Fix the ld flags not be applied to tst-execstack-mod.soZong Li2018-10-251-1/+1
* Add missing unwind information to ld.so on powerpc32 (bug 23707)Andreas Schwab2018-09-261-2/+5
* Fix ifunc support with DT_TEXTREL segments (BZ#20480)Adhemerval Zanella2018-09-251-0/+4
* Include most of elf/ modules-names in modules-names-tests.Joseph Myers2018-09-121-0/+4
* 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-161-0/+2
* elf: Accept absolute (SHN_ABS) symbols whose value is zero [BZ #23307]Maciej W. Rozycki2018-06-291-2/+6
* New configure option --disable-crypt.Zack Weinberg2018-06-291-8/+19
* Mark _init and _fini as hidden [BZ #23145]H.J. Lu2018-06-081-1/+14
* Fix BZ 20419. A PT_NOTE in a binary could be arbitratily large, so usingPaul Pluzhnikov2018-05-051-2/+6
* elf: Correct absolute (SHN_ABS) symbol run-time calculation [BZ #19818]Maciej W. Rozycki2018-04-041-2/+6
* Add $(tests-execstack-$(have-z-execstack)) after defined [BZ #22998]H.J. Lu2018-03-241-1/+2
* elf: Remove ad-hoc restrictions on dlopen callers [BZ #22787]Florian Weimer2018-02-211-2/+1
* elf: Support dlvsym within libc.soFlorian Weimer2018-01-041-3/+13
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Replece LDFLAGS-* = $(no-pie-ldflag) with tst-*-no-pie = yes [BZ #22630]H.J. Lu2017-12-191-3/+3
* Add --enable-static-pie configure option to build static PIE [BZ #19574]H.J. Lu2017-12-151-3/+4
* 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
* Consolidate link map sortingAndreas Schwab2017-11-271-1/+1
* Use $(DEFAULT-LDFLAGS-$(@F)) in +link-static-before-libcH.J. Lu2017-10-041-1/+2
* Add a test for main () in a shared objectH.J. Lu2017-10-041-2/+9
* Add a test for non-PIE static executableH.J. Lu2017-09-301-1/+4
* Skip PT_DYNAMIC segment with p_filesz == 0 [BZ #22101]H.J. Lu2017-09-261-1/+8