aboutsummaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)AuthorFilesLines
2017-12-15Add --enable-static-pie configure option to build static PIE [BZ #19574]H.J. Lu5-6/+72
2017-12-15Remove redundant mention of SXID_ERASESiddhesh Poyarekar1-10/+1
2017-12-14elf: Count components of the expanded path in _dl_init_path [BZ #22607]Florian Weimer1-9/+4
2017-12-14elf: Compute correct array size in _dl_init_paths [BZ #22606]Florian Weimer1-7/+7
2017-12-12Fix testing with nss-crypt.Carlos O'Donell1-1/+1
2017-12-11Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu1-22/+22
2017-12-10elf/rtld.c (init_tls): Add missing new line to the _dl_fatal_printf call [BZ ...Aurelien Jarno1-1/+1
2017-12-05Add elision tunablesRogerio Alves1-0/+34
2017-11-28Properly compute offsets of note descriptor and next note [BZ #22370]H.J. Lu3-14/+48
2017-11-27Consolidate link map sortingAndreas Schwab6-213/+138
2017-11-13ld.so: Add architecture specific fieldsH.J. Lu1-0/+1
2017-11-03Mark lazy tlsdesc helper functions unused to avoid warningsSzabolcs Nagy1-0/+2
2017-10-30Assume that _DIRENT_HAVE_D_TYPE is always defined.Florian Weimer1-15/+2
2017-10-04Use $(DEFAULT-LDFLAGS-$(@F)) in +link-static-before-libcH.J. Lu1-1/+2
2017-10-04Add a test for main () in a shared objectH.J. Lu3-2/+53
2017-10-03ld.so: Replace (&bootstrap_map) with BOOTSTRAP_MAPH.J. Lu1-1/+2
2017-10-01Move hidden_proto (__dl_iterate_phdr) to include/link.h [BZ #18822]H.J. Lu1-1/+0
2017-09-30Add a test for non-PIE static executableH.J. Lu2-1/+5
2017-09-27Fix range check in do_tunable_update_valAlexey Makhalov1-11/+4
2017-09-26Skip PT_DYNAMIC segment with p_filesz == 0 [BZ #22101]H.J. Lu3-3/+50
2017-09-10Fix $(error) use in MakefileSamuel Thibault1-2/+2
2017-08-31elf: Remove internal_function attributeFlorian Weimer23-52/+5
2017-08-31dlfcn: Remove internal_function attributeFlorian Weimer1-2/+0
2017-08-21Don't compile non-lib modules as lib modules [BZ #21864]H.J. Lu1-0/+1
2017-08-21Mark __libc_multiple_libcs with attribute_hidden [BZ #18822]H.J. Lu2-3/+2
2017-08-18Add NT_GNU_PROPERTY_TYPE_0 macrosH.J. Lu1-0/+56
2017-08-16ldd: never run file directlyAndreas Schwab1-13/+1
2017-08-15powerpc: Add values from Linux 4.8 to <elf.h>Gustavo Romero1-0/+16
2017-08-14_dl_init: Remove internal_function attributeFlorian Weimer1-1/+0
2017-08-14_dl_start: Remove internal_function attributeFlorian Weimer1-1/+1
2017-08-14_dl_fini: Remove internal_function attributeFlorian Weimer1-1/+0
2017-08-13ld.so: Remove internal_function attribute from various functionsFlorian Weimer4-9/+0
2017-08-13NPTL: Remove internal_function from stack marking functionsFlorian Weimer1-2/+1
2017-08-10ld.so: Introduce struct dl_exceptionFlorian Weimer9-218/+347
2017-08-08i386: Add <startup.h> [BZ #21913]H.J. Lu1-0/+1
2017-08-07Fix missing redirects in testsuite targetsAndreas Schwab1-1/+1
2017-08-04Compile tst-prelink.c without PIE [BZ #21815]H.J. Lu1-0/+3
2017-08-04Run vismain only if linker supports protected data symbolH.J. Lu1-0/+2
2017-07-24tunables: Use direct syscall for access (BZ#21744)Adhemerval Zanella1-0/+2
2017-07-17powerpc: Fix float128 IFUNC relocations [BZ #21707]Tulio Magno Quites Machado Filho1-1/+3
2017-07-10Don't include _dl_resolve_conflicts in libc.a [BZ #21742]H.J. Lu1-2/+2
2017-07-06Add per-thread cache to mallocDJ Delorie1-0/+12
2017-06-30tunables, aarch64: New tunable to override cpuSiddhesh Poyarekar2-20/+21
2017-06-27Fix elf/loadtest.c build with GCC 8.Joseph Myers1-6/+10
2017-06-21x86: Rename glibc.tune.ifunc to glibc.tune.hwcapsH.J. Lu1-4/+0
2017-06-20Move x86 specific tunables to x86/dl-tunables.listH.J. Lu1-12/+0
2017-06-20tunables: Add IFUNC selection and cache sizesH.J. Lu1-0/+16
2017-06-19ld.so: Reject overly long LD_AUDIT path elementsFlorian Weimer1-15/+95
2017-06-19ld.so: Reject overly long LD_PRELOAD path elementsFlorian Weimer1-16/+66
2017-06-19CVE-2017-1000366: Ignore LD_LIBRARY_PATH for AT_SECURE=1 programs [BZ #21624]Florian Weimer1-1/+2