aboutsummaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)AuthorFilesLines
2016-09-30Bug 20292 - Simplify and test _dl_addr_inside_objectCarlos O'Donell5-35/+309
2016-09-21[PR19826] fix non-LE TLS in static programsAlexandre Oliva2-0/+10
2016-09-21sln: Preprocessor cleanupsFlorian Weimer1-15/+0
2016-09-03Set NODELETE flag after checking for NULL pointerAurelien Jarno3-7/+81
2016-08-03elf: Do not use memalign for TCB/TLS blocks allocation [BZ #17730]Florian Weimer1-36/+53
2016-08-03elf: Avoid using memalign for TLS allocations [BZ #17730]Florian Weimer1-29/+46
2016-08-03elf: dl-minimal malloc needs to respect fundamental alignmentFlorian Weimer1-1/+2
2016-07-19elf/elf.h: Add missing Meta relocationsWill Newton1-0/+15
2016-07-18elf: Define missing Meta architecture specific relocationsKhem Raj1-0/+47
2016-07-12x86-64: Properly align stack in _dl_tlsdesc_dynamic [BZ #20309]H.J. Lu3-0/+115
2016-07-01Treat STV_HIDDEN and STV_INTERNAL symbols as STB_LOCALMaciej W. Rozycki3-1/+7
2016-06-28elf.h: Add declarations for BPFRichard Henderson1-1/+7
2016-06-28elf.h: Sync with the gabi webpageRichard Henderson1-83/+192
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