summaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)Author
2015-07-23Also use l_tls_dtor_count to decide on object unload (BZ #18657)Siddhesh Poyarekar
2015-07-16hppa/ia64: _dl_symbol_address: add PLT bypass for rtldMike Frysinger
2015-07-16Add comment to clarify how the test can failSiddhesh Poyarekar
2015-07-16Set NODELETE flag when opening already open objects with RTLD_NODELETESiddhesh Poyarekar
2015-07-15Modify several tests to use test-skeleton.cArjun Shankar
2015-07-15Modify elf/tst-audit9.c to use test-skeleton.cArjun Shankar
2015-07-14Factor file identity rules out of generic rtld code.Roland McGrath
2015-07-14Avoid C++ tests when the C++ cannot be linkedAdhemerval Zanella
2015-07-09Provide __libc_fatal for rtld.Roland McGrath
2015-07-08BZ#18383: Conditionalize test-xfail-tst-tlsalign{,-static} on ARM assembler bug.Roland McGrath
2015-07-08Fix some places to use $(LN_S) makefile variable.Roland McGrath
2015-07-07Add forced deletion support to _dl_close_workerPavel Kopyl
2015-06-26Add support for DT_MIPS_RLD_MAP_REL.Matthew Fortune
2015-06-25Support compilers defaulting to PIEH.J. Lu
2015-06-24Align TCB offset to the maximum alignmentH.J. Lu
2015-06-24Don't issue errors on GDB Python filesH.J. Lu
2015-06-17[BZ 18034][AArch64] Lazy TLSDESC relocation data race fixSzabolcs Nagy
2015-06-10Prepare for restoration of .interp section in libpthread.soDmitry V. Levin
2015-06-02BZ#18383: Another test case, with TLS refs and defs in separate TUs.Roland McGrath
2015-05-28Make sure that calloc is called at least onceH.J. Lu
2015-05-25Localplt testing for vector math library and libmvec_hidden_* macro series.Andrew Senkevich
2015-05-22Don't issue an error if DT_PLTRELSZ is missingH.J. Lu
2015-05-06BZ#18383: Add test case for large alignment in TLS blocks.Roland McGrath
2015-05-01elf.h: Add section compression constants and structures.Mark Wielaard
2015-04-28elf.h SHF_EXCLUDE signed int 31 bit shift triggers undefined behaviour.Mark Wielaard
2015-04-17Avoid confusing compiler with dynamically impossible statically invalid deref...Roland McGrath
2015-04-17Fuller check for invalid NSID in _dl_open.Roland McGrath
2015-04-08pldd: Use struct scratch_buffer instead of extend_allocaFlorian Weimer
2015-03-31Add a testcase for copy reloc against protected dataH.J. Lu
2015-03-31Add ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA to x86H.J. Lu
2015-03-25powerpc __tls_get_addr call optimizationAlan Modra
2015-03-17Fix DTV race, assert, DTV_SURPLUS Static TLS limit, and nptl_db garbageAlexandre Oliva
2015-03-11Fix ldconfig segmentation fault with corrupted cache (Bug 18093).Aurelien Jarno
2015-03-06Replace __attribute__((visibility("protected")))H.J. Lu
2015-03-04Avoid more C++ tests.Roland McGrath
2015-03-02Fix parallel build errorAndreas Schwab
2015-02-27Compile vismain with -fPIE and link with -pieH.J. Lu
2015-02-25sprof: Make an error message identical to two others, and more accurate.Benno Schulenberg
2015-02-23Fix failure of elf/tst-audit2 when compiled with GCC-5Andreas Schwab
2015-02-17Use alignment macros, pagesize and powerof2.Carlos O'Donell
2015-02-12Support after-link variable to run a final step on binaries.Roland McGrath
2015-02-06Clean up sysdep-dl-routines variable.Roland McGrath
2015-01-25Fix segmentation fault when LD_LIBRARY_PATH contains only non-existings pathsBram
2015-01-21Fix recursive dlopen.Carlos O'Donell
2015-01-09Remove divide from _ELF_DYNAMIC_DO_RELOC in elf/dynamic-link.h.Chung-Lin Tang
2015-01-08Add -Wno-trampolines as neededRichard Henderson
2015-01-08Add Nios II definitions to elf/elf.h.Chung-Lin Tang
2015-01-02Update copyright dates not handled by scripts/update-copyrights.Joseph Myers
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-12-31Add support for MIPS O32 FPXX and .MIPS.abiflagsMatthew Fortune