aboutsummaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)AuthorFilesLines
2016-12-31tunables: Use correct unused attributeFlorian Weimer1-1/+1
2016-12-31Enhance --enable-tunables to select tunables frontend at build timeSiddhesh Poyarekar3-2/+18
2016-12-31Initialize tunable list with the GLIBC_TUNABLES environment variableSiddhesh Poyarekar2-1/+134
2016-12-31Add framework for tunablesSiddhesh Poyarekar9-0/+539
2016-12-26Link a non-libc-using test with -fno-stack-protector [BZ #7065]Nick Alcock1-0/+3
2016-12-26Ignore __stack_chk_fail* in the rtld mapfile computation [BZ #7065]Nick Alcock1-1/+14
2016-12-26Compile the dynamic linker without stack protection [BZ #7065]Nick Alcock2-0/+14
2016-12-26Do not stack-protect ifunc resolvers [BZ #7065]Nick Alcock5-0/+11
2016-12-23Bug 11941: ld.so: Improper assert map->l_init_called in dlcloseCarlos O'Donell5-8/+201
2016-12-21Remove unused function _dl_tls_setupFlorian Weimer2-34/+2
2016-12-09support: Introduce new subdirectory for test infrastructureFlorian Weimer1-0/+1
2016-12-02Bug 20918 - Building with --enable-nss-crypt fails tst-linkall-staticCarlos O'Donell2-2/+32
2016-12-02elf/tst-tls-manydynamic: New testFlorian Weimer4-2/+245
2016-12-02Fix new testcase elf/tst-latepthread on s390x.Stefan Liebler1-0/+3
2016-11-30ld.so: Remove __libc_memalignFlorian Weimer2-13/+9
2016-11-30Implement _dl_catch_error, _dl_signal_error in libc.so [BZ #16628]Florian Weimer12-286/+428
2016-11-23elf: Assume TLS is initialized in _dl_map_object_from_fdFlorian Weimer1-47/+7
2016-10-28Add include/crypt.h.Carlos O'Donell1-1/+0
2016-10-28Fix building tst-linkall-static.Carlos O'Donell1-0/+1
2016-10-28Add test for linking against most static librariesFlorian Weimer2-1/+57
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