summaryrefslogtreecommitdiff
path: root/elf
Commit message (Expand)AuthorAgeFilesLines
* Run tst-prelink test for GLOB_DAT relocH.J. Lu2015-11-153-0/+48
* NaCl: Use open_resource API for shared objectsRoland McGrath2015-11-102-7/+82
* Keep only ELF_RTYPE_CLASS_{PLT|COPY} bits for prelinkH.J. Lu2015-11-071-2/+19
* Always enable pointer guard [BZ #18928]Florian Weimer2015-10-161-11/+4
* Clear DF_1_NODELETE flag only for failed to load library.Maxim Ostapenko2015-08-114-10/+56
* Also use l_tls_dtor_count to decide on object unload (BZ #18657)Siddhesh Poyarekar2015-07-231-1/+8
* hppa/ia64: _dl_symbol_address: add PLT bypass for rtldMike Frysinger2015-07-161-0/+1
* Add comment to clarify how the test can failSiddhesh Poyarekar2015-07-161-0/+2
* Set NODELETE flag when opening already open objects with RTLD_NODELETESiddhesh Poyarekar2015-07-164-7/+96
* Modify several tests to use test-skeleton.cArjun Shankar2015-07-151-2/+5
* Modify elf/tst-audit9.c to use test-skeleton.cArjun Shankar2015-07-151-1/+5
* Factor file identity rules out of generic rtld code.Roland McGrath2015-07-141-10/+8
* Avoid C++ tests when the C++ cannot be linkedAdhemerval Zanella2015-07-141-4/+5
* Provide __libc_fatal for rtld.Roland McGrath2015-07-091-17/+23
* 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-078-5/+130
* Add support for DT_MIPS_RLD_MAP_REL.Matthew Fortune2015-06-261-1/+5
* Support compilers defaulting to PIEH.J. Lu2015-06-251-0/+1
* Align TCB offset to the maximum alignmentH.J. Lu2015-06-241-4/+1
* Don't issue errors on GDB Python filesH.J. Lu2015-06-241-1/+9
* [BZ 18034][AArch64] Lazy TLSDESC relocation data race fixSzabolcs Nagy2015-06-171-3/+5
* Prepare for restoration of .interp section in libpthread.soDmitry V. Levin2015-06-102-10/+4
* BZ#18383: Another test case, with TLS refs and defs in separate TUs.Roland McGrath2015-06-024-3/+113
* Make sure that calloc is called at least onceH.J. Lu2015-05-282-7/+22
* Localplt testing for vector math library and libmvec_hidden_* macro series.Andrew Senkevich2015-05-251-0/+3
* Don't issue an error if DT_PLTRELSZ is missingH.J. Lu2015-05-221-11/+3
* BZ#18383: Add test case for large alignment in TLS blocks.Roland McGrath2015-05-064-3/+102
* elf.h: Add section compression constants and structures.Mark Wielaard2015-05-011-0/+25
* elf.h SHF_EXCLUDE signed int 31 bit shift triggers undefined behaviour.Mark Wielaard2015-04-281-1/+1
* Avoid confusing compiler with dynamically impossible statically invalid deref...Roland McGrath2015-04-171-3/+13
* Fuller check for invalid NSID in _dl_open.roland/dl-nnsRoland McGrath2015-04-171-3/+9
* pldd: Use struct scratch_buffer instead of extend_allocaFlorian Weimer2015-04-082-19/+37
* Add a testcase for copy reloc against protected dataH.J. Lu2015-03-316-0/+680
* Add ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA to x86H.J. Lu2015-03-311-1/+60
* powerpc __tls_get_addr call optimizationAlan Modra2015-03-252-4/+13
* Fix DTV race, assert, DTV_SURPLUS Static TLS limit, and nptl_db garbageAlexandre Oliva2015-03-174-50/+35
* Fix ldconfig segmentation fault with corrupted cache (Bug 18093).Aurelien Jarno2015-03-111-1/+3
* Replace __attribute__((visibility("protected")))H.J. Lu2015-03-063-3/+21
* 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-272-1/+9
* sprof: Make an error message identical to two others, and more accurate.Benno Schulenberg2015-02-251-1/+1
* Fix failure of elf/tst-audit2 when compiled with GCC-5Andreas Schwab2015-02-231-0/+2
* Use alignment macros, pagesize and powerof2.Carlos O'Donell2015-02-171-13/+15
* 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
* Fix segmentation fault when LD_LIBRARY_PATH contains only non-existings pathsBram2015-01-251-3/+3
* Fix recursive dlopen.Carlos O'Donell2015-01-213-14/+25
* Remove divide from _ELF_DYNAMIC_DO_RELOC in elf/dynamic-link.h.Chung-Lin Tang2015-01-091-2/+1