aboutsummaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)Author
2023-03-27Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto
2023-03-27_dl_map_object_from_fd: Remove unnecessary debugger notification in error pathAndreas Schwab
2023-03-26Minor: don't call _dl_debug_update (which can have side effects) inside assertPaul Pluzhnikov
2023-03-13LoongArch: Add support for ldconfig.caiyinyu
2023-03-10elf: Add missing dependency between resolvfail and testobj1.soArsen Arsenović
2023-03-10elf: Add -z lazy to some more testsArsen Arsenović
2023-02-22gmon: improve mcount overflow handling [BZ# 27576]Simon Kissane
2023-02-20elf: Restore ldconfig libc6 implicit soname logic [BZ #30125]Joan Bruguera
2023-02-17Use uintptr_t instead of performing pointer subtraction with a null pointerQihao Chencao
2023-02-08elf: Smoke-test ldconfig -p against system /etc/ld.so.cacheFlorian Weimer
2023-02-06Replace rawmemchr (s, '\0') with strchrWilco Dijkstra
2023-02-03LoongArch: Add new relocation types.caiyinyu
2023-01-12elf: Fix GL(dl_phdr) and GL(dl_phnum) for static builds [BZ #29864]Adhemerval Zanella
2023-01-06Update copyright dates not handled by scripts/update-copyrightsJoseph Myers
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-12-19libio: Convert __vswprintf_internal to buffers (bug 27857)Florian Weimer
2022-12-19libio: Convert __obstack_vprintf_internal to buffers (bug 27124)Florian Weimer
2022-12-19libio: Convert __vsprintf_internal to buffersFlorian Weimer
2022-12-19stdio-common: Convert vfprintf and related functions to buffersFlorian Weimer
2022-12-19stdio-common: Introduce buffers for implementing printfFlorian Weimer
2022-12-15elf: Fix tst-relro-symbols.py argument passingAdhemerval Zanella
2022-12-12elf: Do not assume symbol order on tst-audit25{a,b}Adhemerval Zanella
2022-11-29ARC: update definitions in elf/elf.hShahab Vahedi
2022-11-07elf/tlsdeschtab.h: Add the Malloc return value check in _dl_make_tlsdesc_dyna...Xiaoming Ni
2022-11-04elf: Disable some subtests of ifuncmain1, ifuncmain5 for !PIEFlorian Weimer
2022-11-03elf: Introduce <dl-call_tls_init_tp.h> and call_tls_init_tp (bug 29249)Florian Weimer
2022-11-03LoongArch: Fix ABI related macros in elf.h to keep consistent with binutils[1].caiyinyu
2022-11-03elf: Rework exception handling in the dynamic loader [BZ #25486]Florian Weimer
2022-11-02elf: Remove allocate use on _dl_debug_printfAdhemerval Zanella
2022-10-31elf: Build tst-relr-mod[34]a.so with $(LDFLAGS-rpath-ORIGIN)H.J. Lu
2022-10-28Fix elf/tst-dlmopen-twice not to exhaust static TLSSzabolcs Nagy
2022-10-28Fix off-by-one OOB read in elf/tst-tls20Szabolcs Nagy
2022-10-28elf: Fix alloca size in _dl_debug_vdprintfSzabolcs Nagy
2022-10-27elf: Introduce to _dl_call_finiFlorian Weimer
2022-10-27ld.so: Export tls_init_tp_called as __rtld_tls_init_tp_calledFlorian Weimer
2022-10-26elf: Reinstate on DL_DEBUG_BINDINGS _dl_lookup_symbol_xAdhemerval Zanella
2022-10-14elf: Do not completely clear reused namespace in dlmopen (bug 29600)Florian Weimer
2022-10-12Add NT_S390_PV_CPU_DATA from Linux 6.0 to elf.hJoseph Myers
2022-10-10elf: Remove -fno-tree-loop-distribute-patterns usage on dl-supportAdhemerval Zanella
2022-10-06elf: Simplify output of hwcap subdirectories in ld.so helpJavier Pello
2022-10-06elf: Remove hwcap and bits_hwcap fields from struct cache_entryJavier Pello
2022-10-06elf: Remove hwcap parameter from add_to_cache signatureJavier Pello
2022-10-06elf: Remove legacy hwcaps support from ldconfigJavier Pello
2022-10-06elf: Remove legacy hwcaps support from the dynamic loaderJavier Pello
2022-09-22Use '%z' instead of '%Z' on printf functionsAdhemerval Zanella Netto
2022-09-22elf: Extract glibcelf constants from <elf.h>Florian Weimer
2022-09-21elf: Use C11 atomics on _dl_mcountAdhemerval Zanella
2022-09-20elf: Implement force_first handling in _dl_sort_maps_dfs (bug 28937)Florian Weimer
2022-09-13Makerules: fix MAKEFLAGS assignment for upcoming make-4.4 [BZ# 29564]Sergei Trofimovich
2022-09-08elf: Fix hwcaps string size overestimationJavier Pello