about summary refs log tree commit diff
path: root/elf
Commit message (Expand)AuthorAgeFilesLines
* Run tst-prelink test for GLOB_DAT reloc hjl/pr19178/masterH.J. Lu2015-11-103-0/+48
* ld.so: Add original DSO name if overridden by audit module [BZ #18251]Florian Weimer2015-11-0913-7/+372
* Keep only ELF_RTYPE_CLASS_{PLT|COPY} bits for prelinkH.J. Lu2015-11-071-2/+19
* _dl_fini: Rewrite to use VLA instead of extend_allocaFlorian Weimer2015-10-291-104/+89
* Add AT_PLATFORM to _dl_aux_init ()Carlos Eduardo Seo2015-10-271-0/+3
* Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers2015-10-201-5/+2
* Remove gnu_unique_object configure test.Joseph Myers2015-10-196-14/+0
* Convert 703 function definitions to prototype style.Joseph Myers2015-10-161-5/+2
* Mark internal _dl_XXX functions hiddenH.J. Lu2015-10-152-2/+3
* Always enable pointer guard [BZ #18928]Florian Weimer2015-10-151-11/+4
* [BZ #17250] Fix static dlopen default library search pathMaciej W. Rozycki2015-09-251-1/+0
* Fix error messages in elf/tst-dlmopen1.c.Carlos O'Donell2015-09-181-3/+4
* Use ALIGN_* macros in _dl_map_object_from_fd.Carlos O'Donell2015-09-181-4/+4
* Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers2015-09-087-7/+7
* Mark elf/tst-protected1[ab] as XFAIL.Roland McGrath2015-09-031-0/+7
* Fix dynamic linker issue with bind-nowPetar Jovanovic2015-08-191-6/+8
* 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-114-10/+56
* Modify several tests to use test-skeleton.cArjun Shankar2015-08-063-6/+15
* 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 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