aboutsummaryrefslogtreecommitdiff
path: root/elf/Makefile
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-12-19Fix test isolation for elf/tst-ifunc-fault-lazy, elf/tst-ifunc-fault-bindnowFlorian Weimer1-4/+3
2019-12-13dlopen: Fix issues related to NODELETE handling and relocationsFlorian Weimer1-2/+64
2019-12-03Expand $(as-needed) and $(no-as-needed) throughout the build systemFlorian Weimer1-24/+24
2019-12-02elf: Do not run IFUNC resolvers for LD_DEBUG=unused [BZ #24214]Florian Weimer1-0/+16
2019-12-02elf/tst-dlopenfail: Disable --no-as-needed for tst-dlopenfailmod1.soFlorian Weimer1-2/+5
2019-11-27Remove all loaded objects if dlopen fails, ignoring NODELETE [BZ #20839]Florian Weimer1-2/+13
2019-11-27Lazy binding failures during dlopen/dlclose must be fatal [BZ #24304]Florian Weimer1-2/+13
2019-11-26Compile elf/rtld.c with -fno-tree-loop-distribute-patterns.Sandra Loosemore1-0/+6
2019-11-15Properly initialize audit cookie for the dynamic loader [BZ #25157]Florian Weimer1-2/+13
2019-10-17Rename and split elf/tst-dlopen-aout collection of testsFlorian Weimer1-10/+22
2019-10-04elf: Assign TLS modid later during dlopen [BZ #24930]Florian Weimer1-2/+6
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-08-15elf: Self-dlopen failure with explict loader invocation [BZ #24900]Florian Weimer1-1/+3
2019-08-12elf: Support elf/tst-dlopen-aout in more configurationsFlorian Weimer1-5/+1
2019-06-28ld.so: Support moving versioned symbols between sonames [BZ #24741]Florian Weimer1-2/+26
2019-06-18elf: Refuse to dlopen PIE objects [BZ #24323]Florian Weimer1-1/+3
2019-05-23elf: Add tst-ldconfig-bad-aux-cache test [BZ #18093]Alexandra Hájková1-0/+3
2019-04-26elf: Link sotruss-lib.so with BIND_NOW for --enable-bind-nowFlorian Weimer1-0/+1
2019-04-23elf: Fix pldd (BZ#18035)Adhemerval Zanella1-0/+1
2019-03-01elf/tst-big-note: Improve accuracy of test [BZ #20419]Florian Weimer1-2/+7
2019-02-28elf: Add tests with a local IFUNC resolver [BZ #23937]Florian Weimer1-3/+9
2019-02-27elf/Makefile: Run IFUNC tests if binutils supports IFUNCH.J. Lu1-1/+1
2019-02-13RISC-V: Fix elfutils testsuite unwind failures.Jim Wilson1-1/+1
2019-02-12elf: Test for LD_AUDIT module returning zero from la_version [BZ #24122]Adhemerval Zanella1-2/+7
2019-02-04elf: Implement --preload option for the dynamic linkerDavid Newall1-1/+11
2019-01-25[elf] Revert 8e889c5da3 (BZ#24122)Adhemerval Zanella1-7/+2
2019-01-24elf: Fix LD_AUDIT for modules with invalid version (BZ#24122)Adhemerval Zanella1-2/+7
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-11-29_dl_exception_create_format: Support %x/%lx/%zxH.J. Lu1-1/+2
2018-10-30RISC-V: properly terminate call chain (bug 23125)Andreas Schwab1-1/+3
2018-10-25elf: Fix the ld flags not be applied to tst-execstack-mod.soZong Li1-1/+1
2018-09-26Add missing unwind information to ld.so on powerpc32 (bug 23707)Andreas Schwab1-2/+5
2018-09-25Fix ifunc support with DT_TEXTREL segments (BZ#20480)Adhemerval Zanella1-0/+4
2018-09-12Include most of elf/ modules-names in modules-names-tests.Joseph Myers1-0/+4
2018-07-20check-execstack: Permit sysdeps to xfail some libsSamuel Thibault1-1/+1
2018-07-16x86: Support IBT and SHSTK in Intel CET [BZ #21598]H.J. Lu1-0/+2
2018-06-29elf: Accept absolute (SHN_ABS) symbols whose value is zero [BZ #23307]Maciej W. Rozycki1-2/+6
2018-06-29New configure option --disable-crypt.Zack Weinberg1-8/+19
2018-06-08Mark _init and _fini as hidden [BZ #23145]H.J. Lu1-1/+14
2018-05-05Fix BZ 20419. A PT_NOTE in a binary could be arbitratily large, so usingPaul Pluzhnikov1-2/+6
2018-04-04elf: Correct absolute (SHN_ABS) symbol run-time calculation [BZ #19818]Maciej W. Rozycki1-2/+6
2018-03-24Add $(tests-execstack-$(have-z-execstack)) after defined [BZ #22998]H.J. Lu1-1/+2
2018-02-21elf: Remove ad-hoc restrictions on dlopen callers [BZ #22787]Florian Weimer1-2/+1
2018-01-04elf: Support dlvsym within libc.soFlorian Weimer1-3/+13
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-12-19Replece LDFLAGS-* = $(no-pie-ldflag) with tst-*-no-pie = yes [BZ #22630]H.J. Lu1-3/+3
2017-12-15Add --enable-static-pie configure option to build static PIE [BZ #19574]H.J. Lu1-3/+4
2017-12-12Fix testing with nss-crypt.Carlos O'Donell1-1/+1
2017-12-11Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu1-22/+22