about summary refs log tree commit diff
path: root/elf/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clean up sysdep-dl-routines variable.Roland McGrath2015-02-061-2/+2
* Add -Wno-trampolines as neededRichard Henderson2015-01-081-0/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Remove NOT_IN_libcSiddhesh Poyarekar2014-11-241-5/+1
* Remove IS_IN_rtldSiddhesh Poyarekar2014-11-241-1/+1
* Remove IS_IN_ldconfigSiddhesh Poyarekar2014-11-241-1/+1
* Define IN_MODULE for translation units that define NOT_IN_libcSiddhesh Poyarekar2014-11-241-0/+1
* Remove IN_LIBSiddhesh Poyarekar2014-11-241-1/+1
* Add new macro IN_MODULE to identify module in which source is builtSiddhesh Poyarekar2014-11-191-1/+6
* Run check-localpltk/textrel/execstack over ld.so.Carlos O'Donell2014-11-061-1/+2
* Remove CFLAGS for interp.cSiddhesh Poyarekar2014-09-161-3/+10
* Include .interp section only for libc.soSiddhesh Poyarekar2014-09-161-2/+1
* [BZ #16046] dl_iterate_phdr static executable testMaciej W. Rozycki2014-06-201-1/+1
* Use $(rtld-prefix) more consistently.Joseph Myers2014-06-181-2/+1
* Remove redundant C locale settings.Joseph Myers2014-06-071-1/+0