aboutsummaryrefslogtreecommitdiff
path: root/elf/Makefile
AgeCommit message (Expand)Author
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-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 with scripts/update-copyrights.Joseph Myers
2018-11-29_dl_exception_create_format: Support %x/%lx/%zxH.J. Lu
2018-10-30RISC-V: properly terminate call chain (bug 23125)Andreas Schwab
2018-10-25elf: Fix the ld flags not be applied to tst-execstack-mod.soZong Li
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-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-08Mark _init and _fini as hidden [BZ #23145]H.J. Lu
2018-05-05Fix BZ 20419. A PT_NOTE in a binary could be arbitratily large, so usingPaul Pluzhnikov
2018-04-04elf: Correct absolute (SHN_ABS) symbol run-time calculation [BZ #19818]Maciej W. Rozycki
2018-03-24Add $(tests-execstack-$(have-z-execstack)) after defined [BZ #22998]H.J. Lu
2018-02-21elf: Remove ad-hoc restrictions on dlopen callers [BZ #22787]Florian Weimer
2018-01-04elf: Support dlvsym within libc.soFlorian Weimer
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-19Replece LDFLAGS-* = $(no-pie-ldflag) with tst-*-no-pie = yes [BZ #22630]H.J. Lu
2017-12-15Add --enable-static-pie configure option to build static PIE [BZ #19574]H.J. Lu
2017-12-12Fix testing with nss-crypt.Carlos O'Donell
2017-12-11Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu
2017-11-27Consolidate link map sortingAndreas Schwab
2017-10-04Use $(DEFAULT-LDFLAGS-$(@F)) in +link-static-before-libcH.J. Lu
2017-10-04Add a test for main () in a shared objectH.J. Lu
2017-09-30Add a test for non-PIE static executableH.J. Lu
2017-09-26Skip PT_DYNAMIC segment with p_filesz == 0 [BZ #22101]H.J. Lu
2017-08-21Don't compile non-lib modules as lib modules [BZ #21864]H.J. Lu
2017-08-10ld.so: Introduce struct dl_exceptionFlorian Weimer
2017-08-07Fix missing redirects in testsuite targetsAndreas Schwab
2017-08-04Compile tst-prelink.c without PIE [BZ #21815]H.J. Lu
2017-08-04Run vismain only if linker supports protected data symbolH.J. Lu
2017-07-10Don't include _dl_resolve_conflicts in libc.a [BZ #21742]H.J. Lu
2017-05-19Reduce value of LD_HWCAP_MASK for tst-env-setuid test caseSiddhesh Poyarekar
2017-05-11Suppress internal declarations for most of the testsuite.Zack Weinberg
2017-05-09Rename cppflags-iterator.mk to libof-iterator.mk, remove extra-modules.mk.Zack Weinberg
2017-03-07Ignore and remove LD_HWCAP_MASK for AT_SECURE programs (bug #21209)Siddhesh Poyarekar
2017-02-02tunables: Fix environment variable processing for setuid binaries (bz #21073)Siddhesh Poyarekar
2017-01-03Fix elf/tst-ldconfig-X for cross testing.Joseph Myers
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-31Enhance --enable-tunables to select tunables frontend at build timeSiddhesh Poyarekar
2016-12-31Initialize tunable list with the GLIBC_TUNABLES environment variableSiddhesh Poyarekar
2016-12-31Add framework for tunablesSiddhesh Poyarekar
2016-12-26Link a non-libc-using test with -fno-stack-protector [BZ #7065]Nick Alcock
2016-12-26Ignore __stack_chk_fail* in the rtld mapfile computation [BZ #7065]Nick Alcock