summaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)Author
2017-12-19elf: remove redundant __libc_enable_secure check from fillin_rpathDmitry V. Levin
2017-12-19Replece LDFLAGS-* = $(no-pie-ldflag) with tst-*-no-pie = yes [BZ #22630]H.J. Lu
2017-12-18ld.so: Examine GLRO to detect inactive loader [BZ #20204]Florian Weimer
2017-12-18elf: do not substitute dst in $LD_LIBRARY_PATH twice [BZ #22627]Dmitry V. Levin
2017-12-16ldconfig: set LC_COLLATE to C [BZ #22505]Aurelien Jarno
2017-12-15Fix tst-leaks1 (bug 14681)Carlos O'Donell
2017-12-15Add --enable-static-pie configure option to build static PIE [BZ #19574]H.J. Lu
2017-12-15Remove redundant mention of SXID_ERASESiddhesh Poyarekar
2017-12-14elf: Count components of the expanded path in _dl_init_path [BZ #22607]Florian Weimer
2017-12-14elf: Compute correct array size in _dl_init_paths [BZ #22606]Florian Weimer
2017-12-12Fix testing with nss-crypt.Carlos O'Donell
2017-12-11Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu
2017-12-10elf/rtld.c (init_tls): Add missing new line to the _dl_fatal_printf call [BZ ...Aurelien Jarno
2017-12-05Add elision tunablesRogerio Alves
2017-11-28Properly compute offsets of note descriptor and next note [BZ #22370]H.J. Lu
2017-11-27Consolidate link map sortingAndreas Schwab
2017-11-13ld.so: Add architecture specific fieldsH.J. Lu
2017-11-03Mark lazy tlsdesc helper functions unused to avoid warningsSzabolcs Nagy
2017-10-30Assume that _DIRENT_HAVE_D_TYPE is always defined.Florian Weimer
2017-10-04Use $(DEFAULT-LDFLAGS-$(@F)) in +link-static-before-libcH.J. Lu
2017-10-04Add a test for main () in a shared objectH.J. Lu
2017-10-03ld.so: Replace (&bootstrap_map) with BOOTSTRAP_MAPH.J. Lu
2017-10-01Move hidden_proto (__dl_iterate_phdr) to include/link.h [BZ #18822]H.J. Lu
2017-09-30Add a test for non-PIE static executableH.J. Lu
2017-09-27Fix range check in do_tunable_update_valAlexey Makhalov
2017-09-26Skip PT_DYNAMIC segment with p_filesz == 0 [BZ #22101]H.J. Lu
2017-09-10Fix $(error) use in MakefileSamuel Thibault
2017-08-31elf: Remove internal_function attributeFlorian Weimer
2017-08-31dlfcn: Remove internal_function attributeFlorian Weimer
2017-08-21Don't compile non-lib modules as lib modules [BZ #21864]H.J. Lu
2017-08-21Mark __libc_multiple_libcs with attribute_hidden [BZ #18822]H.J. Lu
2017-08-18Add NT_GNU_PROPERTY_TYPE_0 macrosH.J. Lu
2017-08-16ldd: never run file directlyAndreas Schwab
2017-08-15powerpc: Add values from Linux 4.8 to <elf.h>Gustavo Romero
2017-08-14_dl_init: Remove internal_function attributeFlorian Weimer
2017-08-14_dl_start: Remove internal_function attributeFlorian Weimer
2017-08-14_dl_fini: Remove internal_function attributeFlorian Weimer
2017-08-13ld.so: Remove internal_function attribute from various functionsFlorian Weimer
2017-08-13NPTL: Remove internal_function from stack marking functionsFlorian Weimer
2017-08-10ld.so: Introduce struct dl_exceptionFlorian Weimer
2017-08-08i386: Add <startup.h> [BZ #21913]H.J. Lu
2017-08-07Fix missing redirects in testsuite targetsAndreas Schwab
2017-08-04Compile tst-prelink.c without PIE [BZ #21815]H.J. Lu
2017-08-04Run vismain only if linker supports protected data symbolH.J. Lu
2017-07-24tunables: Use direct syscall for access (BZ#21744)Adhemerval Zanella
2017-07-17powerpc: Fix float128 IFUNC relocations [BZ #21707]Tulio Magno Quites Machado Filho
2017-07-10Don't include _dl_resolve_conflicts in libc.a [BZ #21742]H.J. Lu
2017-07-06Add per-thread cache to mallocDJ Delorie
2017-06-30tunables, aarch64: New tunable to override cpuSiddhesh Poyarekar
2017-06-27Fix elf/loadtest.c build with GCC 8.Joseph Myers