about summary refs log tree commit diff
path: root/elf/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Check non-lazy binding with LD_PRELOAD and weak reference hjl/pr23240/fwH.J. Lu2018-06-061-4/+14
* ld.so: Introduce delayed relocation processingFlorian Weimer2018-06-061-1/+1
* 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
* Don't compile non-lib modules as lib modules [BZ #21864]H.J. Lu2017-08-211-0/+1
* ld.so: Introduce struct dl_exceptionFlorian Weimer2017-08-101-2/+3
* Fix missing redirects in testsuite targetsAndreas Schwab2017-08-071-1/+1
* Compile tst-prelink.c without PIE [BZ #21815]H.J. Lu2017-08-041-0/+3
* Run vismain only if linker supports protected data symbolH.J. Lu2017-08-041-0/+2
* Don't include _dl_resolve_conflicts in libc.a [BZ #21742]H.J. Lu2017-07-101-2/+2
* Reduce value of LD_HWCAP_MASK for tst-env-setuid test caseSiddhesh Poyarekar2017-05-191-1/+1
* Suppress internal declarations for most of the testsuite.Zack Weinberg2017-05-111-25/+33
* Rename cppflags-iterator.mk to libof-iterator.mk, remove extra-modules.mk.Zack Weinberg2017-05-091-1/+1
* Ignore and remove LD_HWCAP_MASK for AT_SECURE programs (bug #21209)Siddhesh Poyarekar2017-03-071-1/+2
* tunables: Fix environment variable processing for setuid binaries (bz #21073)Siddhesh Poyarekar2017-02-021-1/+5
* Fix elf/tst-ldconfig-X for cross testing.Joseph Myers2017-01-031-1/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Enhance --enable-tunables to select tunables frontend at build timeSiddhesh Poyarekar2016-12-311-1/+3
* Initialize tunable list with the GLIBC_TUNABLES environment variableSiddhesh Poyarekar2016-12-311-0/+6
* Add framework for tunablesSiddhesh Poyarekar2016-12-311-0/+5
* Link a non-libc-using test with -fno-stack-protector [BZ #7065]Nick Alcock2016-12-261-0/+3
* Ignore __stack_chk_fail* in the rtld mapfile computation [BZ #7065]Nick Alcock2016-12-261-1/+14
* Compile the dynamic linker without stack protection [BZ #7065]Nick Alcock2016-12-261-0/+12
* Bug 11941: ld.so: Improper assert map->l_init_called in dlcloseCarlos O'Donell2016-12-231-2/+12
* support: Introduce new subdirectory for test infrastructureFlorian Weimer2016-12-091-0/+1
* Bug 20918 - Building with --enable-nss-crypt fails tst-linkall-staticCarlos O'Donell2016-12-021-2/+30
* elf/tst-tls-manydynamic: New testFlorian Weimer2016-12-021-2/+15
* Fix new testcase elf/tst-latepthread on s390x.Stefan Liebler2016-12-021-0/+3
* Implement _dl_catch_error, _dl_signal_error in libc.so [BZ #16628]Florian Weimer2016-11-301-5/+16
* Add include/crypt.h.Carlos O'Donell2016-10-281-1/+0
* Fix building tst-linkall-static.Carlos O'Donell2016-10-281-0/+1
* Add test for linking against most static librariesFlorian Weimer2016-10-281-1/+12
* Bug 20292 - Simplify and test _dl_addr_inside_objectCarlos O'Donell2016-09-301-1/+11
* Set NODELETE flag after checking for NULL pointerAurelien Jarno2016-09-031-1/+2
* x86-64: Properly align stack in _dl_tlsdesc_dynamic [BZ #20309]H.J. Lu2016-07-121-0/+7
* Register extra test objectsAndreas Schwab2016-04-131-2/+3
* Report dlsym, dlvsym lookup errors using dlerror [BZ #19509]Florian Weimer2016-03-311-1/+3