aboutsummaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)AuthorFilesLines
2016-04-23Reduce number of mmap calls from __libc_memalign in ld.soH.J. Lu1-7/+5
2016-04-13Register extra test objectsAndreas Schwab1-2/+3
2016-04-09Allow overriding of CFLAGS as well as CPPFLAGS for rtld.Nick Alcock1-1/+1
2016-03-31Fix tst-dlsym-error buildAdhemerval Zanella1-0/+1
2016-03-31Report dlsym, dlvsym lookup errors using dlerror [BZ #19509]Florian Weimer3-2/+116
2016-03-07ldconfig: Do not remove stale symbolic links with -X [BZ #19610]Florian Weimer3-4/+72
2016-03-07sln: use stat64Hongjiu Zhang1-2/+2
2016-02-24Enable --localedir to set message catalog directory (Bug 14259)Carlos O'Donell1-2/+2
2016-02-19elf.h: Add NT_ARM_SYSTEM_CALL constant.Mark Wielaard1-0/+1
2016-02-19elf/elf.h: Add new 386 and X86_64 relocations from binutils.Mark Wielaard1-3/+12
2016-01-31Revert "elf/elf.h: Add new 386 and X86_64 relocations from binutils."Mark Wielaard1-12/+3
2016-01-31elf/elf.h: Add new 386 and X86_64 relocations from binutils.Mark Wielaard1-3/+12
2016-01-07Make shebang interpreter directives consistentMarko Myllynen3-3/+3
2016-01-04Update copyright dates not handled by scripts/update-copyrights.Joseph Myers5-5/+5
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers109-109/+109
2015-11-24Implement "make update-all-abi"Florian Weimer1-0/+1
2015-11-14Run tst-prelink test for GLOB_DAT relocH.J. Lu3-0/+48
2015-11-10NaCl: Use open_resource API for shared objectsRoland McGrath2-7/+82
2015-11-09ld.so: Add original DSO name if overridden by audit module [BZ #18251]Florian Weimer13-7/+372
2015-11-07Keep only ELF_RTYPE_CLASS_{PLT|COPY} bits for prelinkH.J. Lu1-2/+19
2015-10-29_dl_fini: Rewrite to use VLA instead of extend_allocaFlorian Weimer1-104/+89
2015-10-27Add AT_PLATFORM to _dl_aux_init ()Carlos Eduardo Seo1-0/+3
2015-10-20Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers1-5/+2
2015-10-19Remove gnu_unique_object configure test.Joseph Myers6-14/+0
2015-10-16Convert 703 function definitions to prototype style.Joseph Myers1-5/+2
2015-10-15Mark internal _dl_XXX functions hiddenH.J. Lu2-2/+3
2015-10-15Always enable pointer guard [BZ #18928]Florian Weimer1-11/+4
2015-09-25[BZ #17250] Fix static dlopen default library search pathMaciej W. Rozycki1-1/+0
2015-09-18Fix error messages in elf/tst-dlmopen1.c.Carlos O'Donell1-3/+4
2015-09-18Use ALIGN_* macros in _dl_map_object_from_fd.Carlos O'Donell1-4/+4
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers7-7/+7
2015-09-03Mark elf/tst-protected1[ab] as XFAIL.Roland McGrath1-0/+7
2015-08-19Fix dynamic linker issue with bind-nowPetar Jovanovic1-6/+8
2015-08-19Fix -Wundef warnings in elf/tst-execstack.c.Joseph Myers1-0/+1
2015-08-11Clear DF_1_NODELETE flag only for failed to load library.Maxim Ostapenko4-10/+56
2015-08-06Modify several tests to use test-skeleton.cArjun Shankar3-6/+15
2015-07-23Also use l_tls_dtor_count to decide on object unload (BZ #18657)Siddhesh Poyarekar1-1/+8
2015-07-16hppa/ia64: _dl_symbol_address: add PLT bypass for rtldMike Frysinger1-0/+1
2015-07-16Add comment to clarify how the test can failSiddhesh Poyarekar1-0/+2
2015-07-16Set NODELETE flag when opening already open objects with RTLD_NODELETESiddhesh Poyarekar4-7/+96
2015-07-15Modify several tests to use test-skeleton.cArjun Shankar1-2/+5
2015-07-15Modify elf/tst-audit9.c to use test-skeleton.cArjun Shankar1-1/+5
2015-07-14Factor file identity rules out of generic rtld code.Roland McGrath1-10/+8
2015-07-14Avoid C++ tests when the C++ cannot be linkedAdhemerval Zanella1-4/+5
2015-07-09Provide __libc_fatal for rtld.Roland McGrath1-17/+23
2015-07-08BZ#18383: Conditionalize test-xfail-tst-tlsalign{,-static} on ARM assembler bug.Roland McGrath1-4/+0
2015-07-08Fix some places to use $(LN_S) makefile variable.Roland McGrath1-2/+1
2015-07-07Add forced deletion support to _dl_close_workerPavel Kopyl8-5/+130
2015-06-26Add support for DT_MIPS_RLD_MAP_REL.Matthew Fortune1-1/+5
2015-06-25Support compilers defaulting to PIEH.J. Lu1-0/+1