aboutsummaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)AuthorFilesLines
2023-03-27elf: Take into account ${sysconfdir} in elf/tst-ldconfig-p.shRomain Geissler2-6/+7
2023-03-27Fix tst-glibc-hwcaps-prepend-cache with custom configure prefix valueRomain Geissler1-3/+7
2023-03-27Fix tst-ldconfig-ld_so_conf-update with custom configure prefix valueRomain Geissler1-5/+8
2023-03-27Remove --with-default-link configure optionAdhemerval Zanella Netto1-2/+0
2023-03-27libio: Remove the usage of __libc_IO_vtablesAdhemerval Zanella Netto1-15/+1
2023-03-27Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto1-2/+3
2023-03-27_dl_map_object_from_fd: Remove unnecessary debugger notification in error pathAndreas Schwab1-11/+1
2023-03-26Minor: don't call _dl_debug_update (which can have side effects) inside assertPaul Pluzhnikov1-2/+6
2023-03-13LoongArch: Add support for ldconfig.caiyinyu1-1/+7
2023-03-10elf: Add missing dependency between resolvfail and testobj1.soArsen Arsenović1-0/+1
2023-03-10elf: Add -z lazy to some more testsArsen Arsenović1-0/+19
2023-02-22gmon: improve mcount overflow handling [BZ# 27576]Simon Kissane1-0/+13
2023-02-20elf: Restore ldconfig libc6 implicit soname logic [BZ #30125]Joan Bruguera6-21/+67
2023-02-17Use uintptr_t instead of performing pointer subtraction with a null pointerQihao Chencao1-2/+2
2023-02-08elf: Smoke-test ldconfig -p against system /etc/ld.so.cacheFlorian Weimer2-0/+83
2023-02-06Replace rawmemchr (s, '\0') with strchrWilco Dijkstra3-5/+4
2023-02-03LoongArch: Add new relocation types.caiyinyu1-0/+40
2023-01-12elf: Fix GL(dl_phdr) and GL(dl_phnum) for static builds [BZ #29864]Adhemerval Zanella1-14/+32
2023-01-06Update copyright dates not handled by scripts/update-copyrightsJoseph Myers5-5/+5
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers379-380/+380
2022-12-19libio: Convert __vswprintf_internal to buffers (bug 27857)Florian Weimer1-1/+0
2022-12-19libio: Convert __obstack_vprintf_internal to buffers (bug 27124)Florian Weimer1-1/+0
2022-12-19libio: Convert __vsprintf_internal to buffersFlorian Weimer1-1/+0
2022-12-19stdio-common: Convert vfprintf and related functions to buffersFlorian Weimer1-2/+0
2022-12-19stdio-common: Introduce buffers for implementing printfFlorian Weimer1-0/+2
2022-12-15elf: Fix tst-relro-symbols.py argument passingAdhemerval Zanella1-4/+4
2022-12-12elf: Do not assume symbol order on tst-audit25{a,b}Adhemerval Zanella3-28/+98
2022-11-29ARC: update definitions in elf/elf.hShahab Vahedi1-5/+24
2022-11-07elf/tlsdeschtab.h: Add the Malloc return value check in _dl_make_tlsdesc_dyna...Xiaoming Ni1-0/+2
2022-11-04elf: Disable some subtests of ifuncmain1, ifuncmain5 for !PIEFlorian Weimer2-0/+22
2022-11-03elf: Introduce <dl-call_tls_init_tp.h> and call_tls_init_tp (bug 29249)Florian Weimer1-11/+3
2022-11-03LoongArch: Fix ABI related macros in elf.h to keep consistent with binutils[1].caiyinyu1-2/+5
2022-11-03elf: Rework exception handling in the dynamic loader [BZ #25486]Florian Weimer6-138/+79
2022-11-02elf: Remove allocate use on _dl_debug_printfAdhemerval Zanella1-8/+7
2022-10-31elf: Build tst-relr-mod[34]a.so with $(LDFLAGS-rpath-ORIGIN)H.J. Lu1-2/+2
2022-10-28Fix elf/tst-dlmopen-twice not to exhaust static TLSSzabolcs Nagy1-2/+2
2022-10-28Fix off-by-one OOB read in elf/tst-tls20Szabolcs Nagy1-2/+2
2022-10-28elf: Fix alloca size in _dl_debug_vdprintfSzabolcs Nagy1-2/+5
2022-10-27elf: Introduce to _dl_call_finiFlorian Weimer4-78/+53
2022-10-27ld.so: Export tls_init_tp_called as __rtld_tls_init_tp_calledFlorian Weimer1-5/+5
2022-10-26elf: Reinstate on DL_DEBUG_BINDINGS _dl_lookup_symbol_xAdhemerval Zanella1-0/+17
2022-10-14elf: Do not completely clear reused namespace in dlmopen (bug 29600)Florian Weimer2-12/+30
2022-10-12Add NT_S390_PV_CPU_DATA from Linux 6.0 to elf.hJoseph Myers1-0/+1
2022-10-10elf: Remove -fno-tree-loop-distribute-patterns usage on dl-supportAdhemerval Zanella2-5/+1
2022-10-06elf: Simplify output of hwcap subdirectories in ld.so helpJavier Pello1-36/+7
2022-10-06elf: Remove hwcap and bits_hwcap fields from struct cache_entryJavier Pello1-22/+6
2022-10-06elf: Remove hwcap parameter from add_to_cache signatureJavier Pello2-15/+4
2022-10-06elf: Remove legacy hwcaps support from ldconfigJavier Pello1-145/+10
2022-10-06elf: Remove legacy hwcaps support from the dynamic loaderJavier Pello3-212/+10
2022-09-22Use '%z' instead of '%Z' on printf functionsAdhemerval Zanella Netto7-14/+14