summaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)Author
2016-10-09Merge branch 't/tls' into refs/top-bases/tschwinge/Roger_WhittakerSamuel Thibault
2016-08-20Merge branch 'baseline' into refs/top-bases/tschwinge/Roger_WhittakerSamuel Thibault
2016-01-31Revert "elf/elf.h: Add new 386 and X86_64 relocations from binutils."Mark Wielaard
2016-01-31elf/elf.h: Add new 386 and X86_64 relocations from binutils.Mark Wielaard
2016-01-07Make shebang interpreter directives consistentMarko Myllynen
2016-01-04Update copyright dates not handled by scripts/update-copyrights.Joseph Myers
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-11-24Implement "make update-all-abi"Florian Weimer
2015-11-14Run tst-prelink test for GLOB_DAT relocH.J. Lu
2015-11-10NaCl: Use open_resource API for shared objectsRoland McGrath
2015-11-09ld.so: Add original DSO name if overridden by audit module [BZ #18251]Florian Weimer
2015-11-07Keep only ELF_RTYPE_CLASS_{PLT|COPY} bits for prelinkH.J. Lu
2015-10-29_dl_fini: Rewrite to use VLA instead of extend_allocaFlorian Weimer
2015-10-27Add AT_PLATFORM to _dl_aux_init ()Carlos Eduardo Seo
2015-10-20Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers
2015-10-19Remove gnu_unique_object configure test.Joseph Myers
2015-10-16Convert 703 function definitions to prototype style.Joseph Myers
2015-10-15Mark internal _dl_XXX functions hiddenH.J. Lu
2015-10-15Always enable pointer guard [BZ #18928]Florian Weimer
2015-09-25[BZ #17250] Fix static dlopen default library search pathMaciej W. Rozycki
2015-09-18Fix error messages in elf/tst-dlmopen1.c.Carlos O'Donell
2015-09-18Use ALIGN_* macros in _dl_map_object_from_fd.Carlos O'Donell
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers
2015-09-03Mark elf/tst-protected1[ab] as XFAIL.Roland McGrath
2015-08-19Fix dynamic linker issue with bind-nowPetar Jovanovic
2015-08-19Fix -Wundef warnings in elf/tst-execstack.c.Joseph Myers
2015-08-11Clear DF_1_NODELETE flag only for failed to load library.Maxim Ostapenko
2015-08-06Modify several tests to use test-skeleton.cArjun Shankar
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