summaryrefslogtreecommitdiff
path: root/elf
Commit message (Expand)AuthorAgeFilesLines
* elf/elf.h: Add missing Meta relocationsWill Newton2016-07-191-0/+15
* elf: Define missing Meta architecture specific relocationsKhem Raj2016-07-181-0/+47
* x86-64: Properly align stack in _dl_tlsdesc_dynamic [BZ #20309]H.J. Lu2016-07-123-0/+115
* Treat STV_HIDDEN and STV_INTERNAL symbols as STB_LOCALMaciej W. Rozycki2016-07-013-1/+7
* elf.h: Add declarations for BPFRichard Henderson2016-06-281-1/+7
* elf.h: Sync with the gabi webpageRichard Henderson2016-06-281-83/+192
* Reduce number of mmap calls from __libc_memalign in ld.soH.J. Lu2016-04-231-7/+5
* Register extra test objectsAndreas Schwab2016-04-131-2/+3
* Allow overriding of CFLAGS as well as CPPFLAGS for rtld.Nick Alcock2016-04-091-1/+1
* Fix tst-dlsym-error buildAdhemerval Zanella2016-03-311-0/+1
* Report dlsym, dlvsym lookup errors using dlerror [BZ #19509]Florian Weimer2016-03-313-2/+116
* ldconfig: Do not remove stale symbolic links with -X [BZ #19610]Florian Weimer2016-03-073-4/+72
* sln: use stat64Hongjiu Zhang2016-03-071-2/+2
* Enable --localedir to set message catalog directory (Bug 14259)Carlos O'Donell2016-02-241-2/+2
* elf.h: Add NT_ARM_SYSTEM_CALL constant.Mark Wielaard2016-02-191-0/+1
* elf/elf.h: Add new 386 and X86_64 relocations from binutils.Mark Wielaard2016-02-191-3/+12
* Revert "elf/elf.h: Add new 386 and X86_64 relocations from binutils."Mark Wielaard2016-01-311-12/+3
* elf/elf.h: Add new 386 and X86_64 relocations from binutils.Mark Wielaard2016-01-311-3/+12
* Make shebang interpreter directives consistentMarko Myllynen2016-01-073-3/+3
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2016-01-045-5/+5
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-04109-109/+109
* Implement "make update-all-abi"Florian Weimer2015-11-241-0/+1
* Run tst-prelink test for GLOB_DAT relocH.J. Lu2015-11-143-0/+48
* NaCl: Use open_resource API for shared objectsRoland McGrath2015-11-102-7/+82
* ld.so: Add original DSO name if overridden by audit module [BZ #18251]Florian Weimer2015-11-0913-7/+372
* Keep only ELF_RTYPE_CLASS_{PLT|COPY} bits for prelinkH.J. Lu2015-11-071-2/+19
* _dl_fini: Rewrite to use VLA instead of extend_allocaFlorian Weimer2015-10-291-104/+89
* Add AT_PLATFORM to _dl_aux_init ()Carlos Eduardo Seo2015-10-271-0/+3
* Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers2015-10-201-5/+2
* Remove gnu_unique_object configure test.Joseph Myers2015-10-196-14/+0
* Convert 703 function definitions to prototype style.Joseph Myers2015-10-161-5/+2
* Mark internal _dl_XXX functions hiddenH.J. Lu2015-10-152-2/+3
* Always enable pointer guard [BZ #18928]Florian Weimer2015-10-151-11/+4
* [BZ #17250] Fix static dlopen default library search pathMaciej W. Rozycki2015-09-251-1/+0
* Fix error messages in elf/tst-dlmopen1.c.Carlos O'Donell2015-09-181-3/+4
* Use ALIGN_* macros in _dl_map_object_from_fd.Carlos O'Donell2015-09-181-4/+4
* Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers2015-09-087-7/+7
* Mark elf/tst-protected1[ab] as XFAIL.Roland McGrath2015-09-031-0/+7
* Fix dynamic linker issue with bind-nowPetar Jovanovic2015-08-191-6/+8
* Fix -Wundef warnings in elf/tst-execstack.c.Joseph Myers2015-08-191-0/+1
* Clear DF_1_NODELETE flag only for failed to load library.Maxim Ostapenko2015-08-114-10/+56
* Modify several tests to use test-skeleton.cArjun Shankar2015-08-063-6/+15
* Also use l_tls_dtor_count to decide on object unload (BZ #18657)Siddhesh Poyarekar2015-07-231-1/+8
* hppa/ia64: _dl_symbol_address: add PLT bypass for rtldMike Frysinger2015-07-161-0/+1
* Add comment to clarify how the test can failSiddhesh Poyarekar2015-07-161-0/+2
* Set NODELETE flag when opening already open objects with RTLD_NODELETESiddhesh Poyarekar2015-07-164-7/+96
* Modify several tests to use test-skeleton.cArjun Shankar2015-07-151-2/+5
* Modify elf/tst-audit9.c to use test-skeleton.cArjun Shankar2015-07-151-1/+5
* Factor file identity rules out of generic rtld code.Roland McGrath2015-07-141-10/+8
* Avoid C++ tests when the C++ cannot be linkedAdhemerval Zanella2015-07-141-4/+5