summaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)Author
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
2017-06-21x86: Rename glibc.tune.ifunc to glibc.tune.hwcapsH.J. Lu
2017-06-20Move x86 specific tunables to x86/dl-tunables.listH.J. Lu
2017-06-20tunables: Add IFUNC selection and cache sizesH.J. Lu
2017-06-19ld.so: Reject overly long LD_AUDIT path elementsFlorian Weimer
2017-06-19ld.so: Reject overly long LD_PRELOAD path elementsFlorian Weimer
2017-06-19CVE-2017-1000366: Ignore LD_LIBRARY_PATH for AT_SECURE=1 programs [BZ #21624]Florian Weimer
2017-06-16Remove _dl_out_of_memory from elf/VersionsH.J. Lu
2017-06-14PowerPC64 ELFv2 PPC64_OPT_LOCALENTRYAlan Modra
2017-06-08ld.so: Consolidate 2 strtouls into _dl_strtoul [BZ #21528]H.J. Lu
2017-06-07Make LD_HWCAP_MASK usable for static binariesSiddhesh Poyarekar
2017-06-07tunables: Use glibc.tune.hwcap_mask tunable instead of _dl_hwcap_maskSiddhesh Poyarekar
2017-06-07tunables: Add LD_HWCAP_MASK to tunablesSiddhesh Poyarekar
2017-06-07tunables: Clean up hooks to get and set tunablesSiddhesh Poyarekar