about summary refs log tree commit diff
path: root/elf/Makefile
Commit message (Expand)AuthorAgeFilesLines
* WIP delayed IFUNC relocation fw/bug21041Florian Weimer2017-01-241-1/+1
* 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
* ldconfig: Do not remove stale symbolic links with -X [BZ #19610]Florian Weimer2016-03-071-1/+6
* Enable --localedir to set message catalog directory (Bug 14259)Carlos O'Donell2016-02-241-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Implement "make update-all-abi"Florian Weimer2015-11-241-0/+1
* Run tst-prelink test for GLOB_DAT relocH.J. Lu2015-11-141-0/+17
* ld.so: Add original DSO name if overridden by audit module [BZ #18251]Florian Weimer2015-11-091-2/+16
* Mark elf/tst-protected1[ab] as XFAIL.Roland McGrath2015-09-031-0/+7
* Fix -Wundef warnings in elf/tst-execstack.c.Joseph Myers2015-08-191-0/+1
* Clear DF_1_NODELETE flag only for failed to load library.Maxim Ostapenko2015-08-111-2/+9
* Set NODELETE flag when opening already open objects with RTLD_NODELETESiddhesh Poyarekar2015-07-161-2/+4
* Avoid C++ tests when the C++ cannot be linkedAdhemerval Zanella2015-07-141-4/+5
* BZ#18383: Conditionalize test-xfail-tst-tlsalign{,-static} on ARM assembler bug.Roland McGrath2015-07-081-4/+0
* Fix some places to use $(LN_S) makefile variable.Roland McGrath2015-07-081-2/+1
* Add forced deletion support to _dl_close_workerPavel Kopyl2015-07-071-2/+15
* Support compilers defaulting to PIEH.J. Lu2015-06-251-0/+1
* Align TCB offset to the maximum alignmentH.J. Lu2015-06-241-4/+1
* Prepare for restoration of .interp section in libpthread.soDmitry V. Levin2015-06-101-9/+3
* BZ#18383: Another test case, with TLS refs and defs in separate TUs.Roland McGrath2015-06-021-3/+10
* Make sure that calloc is called at least onceH.J. Lu2015-05-281-1/+2
* Localplt testing for vector math library and libmvec_hidden_* macro series.Andrew Senkevich2015-05-251-0/+3
* BZ#18383: Add test case for large alignment in TLS blocks.Roland McGrath2015-05-061-3/+9
* Add a testcase for copy reloc against protected dataH.J. Lu2015-03-311-0/+7
* Avoid more C++ tests.Roland McGrath2015-03-041-3/+2
* Fix parallel build errorAndreas Schwab2015-03-021-1/+1
* Compile vismain with -fPIE and link with -pieH.J. Lu2015-02-271-1/+4
* Fix failure of elf/tst-audit2 when compiled with GCC-5Andreas Schwab2015-02-231-0/+2
* Support after-link variable to run a final step on binaries.Roland McGrath2015-02-121-0/+1