aboutsummaryrefslogtreecommitdiff
path: root/elf/Makefile
AgeCommit message (Expand)AuthorFilesLines
2022-04-25elf: Support DT_RELR relative relocation formatFangrui Song1-0/+91
2021-08-27elf: Drop elf/tls-macros.h in favor of __thread and tls_model attributes [BZ ...Fangrui Song1-2/+2
2021-08-27Extend elf/unload8 to test an additional load/unload patternStan Shebs1-1/+1
2021-08-27Make multi-arch ifunc support work with clangStan Shebs1-2/+6
2021-08-27Add workaround for clang link failure in elf/tst-unique4Stan Shebs1-0/+5
2021-08-27Work around a make 3.81 segfault with clangStan Shebs1-1/+3
2021-08-27Fix stack overflow with huge PT_NOTE segment [BZ #20419]Paul Pluzhnikov1-2/+7
2018-03-29Add basic testsuite for dlopen_with_offsetStan Shebs1-0/+9
2018-02-27Add workarounds for clang and lld problemsStan Shebs1-0/+6
2018-02-14Add a --with-lld option to choose LLVMs lld linkerStan Shebs1-1/+2
2018-01-22Stub out execstack problemStan Shebs1-0/+2
2018-01-18Skip execstack test, depends on nested functionStan Shebs1-0/+2
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
2017-11-27Consolidate link map sortingAndreas Schwab1-1/+1
2017-10-04Use $(DEFAULT-LDFLAGS-$(@F)) in +link-static-before-libcH.J. Lu1-1/+2
2017-10-04Add a test for main () in a shared objectH.J. Lu1-2/+9
2017-09-30Add a test for non-PIE static executableH.J. Lu1-1/+4
2017-09-26Skip PT_DYNAMIC segment with p_filesz == 0 [BZ #22101]H.J. Lu1-1/+8
2017-08-21Don't compile non-lib modules as lib modules [BZ #21864]H.J. Lu1-0/+1
2017-08-10ld.so: Introduce struct dl_exceptionFlorian Weimer1-2/+3
2017-08-07Fix missing redirects in testsuite targetsAndreas Schwab1-1/+1
2017-08-04Compile tst-prelink.c without PIE [BZ #21815]H.J. Lu1-0/+3
2017-08-04Run vismain only if linker supports protected data symbolH.J. Lu1-0/+2
2017-07-10Don't include _dl_resolve_conflicts in libc.a [BZ #21742]H.J. Lu1-2/+2
2017-05-19Reduce value of LD_HWCAP_MASK for tst-env-setuid test caseSiddhesh Poyarekar1-1/+1
2017-05-11Suppress internal declarations for most of the testsuite.Zack Weinberg1-25/+33
2017-05-09Rename cppflags-iterator.mk to libof-iterator.mk, remove extra-modules.mk.Zack Weinberg1-1/+1
2017-03-07Ignore and remove LD_HWCAP_MASK for AT_SECURE programs (bug #21209)Siddhesh Poyarekar1-1/+2
2017-02-02tunables: Fix environment variable processing for setuid binaries (bz #21073)Siddhesh Poyarekar1-1/+5
2017-01-03Fix elf/tst-ldconfig-X for cross testing.Joseph Myers1-1/+2
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-12-31Enhance --enable-tunables to select tunables frontend at build timeSiddhesh Poyarekar1-1/+3
2016-12-31Initialize tunable list with the GLIBC_TUNABLES environment variableSiddhesh Poyarekar1-0/+6
2016-12-31Add framework for tunablesSiddhesh Poyarekar1-0/+5
2016-12-26Link a non-libc-using test with -fno-stack-protector [BZ #7065]Nick Alcock1-0/+3
2016-12-26Ignore __stack_chk_fail* in the rtld mapfile computation [BZ #7065]Nick Alcock1-1/+14
2016-12-26Compile the dynamic linker without stack protection [BZ #7065]Nick Alcock1-0/+12
2016-12-23Bug 11941: ld.so: Improper assert map->l_init_called in dlcloseCarlos O'Donell1-2/+12
2016-12-09support: Introduce new subdirectory for test infrastructureFlorian Weimer1-0/+1
2016-12-02Bug 20918 - Building with --enable-nss-crypt fails tst-linkall-staticCarlos O'Donell1-2/+30
2016-12-02elf/tst-tls-manydynamic: New testFlorian Weimer1-2/+15
2016-12-02Fix new testcase elf/tst-latepthread on s390x.Stefan Liebler1-0/+3
2016-11-30Implement _dl_catch_error, _dl_signal_error in libc.so [BZ #16628]Florian Weimer1-5/+16
2016-10-28Add include/crypt.h.Carlos O'Donell1-1/+0
2016-10-28Fix building tst-linkall-static.Carlos O'Donell1-0/+1