Martin Storsjö : ntdll: Remove dwarf unwinding support for aarch64.
Module: wine Branch: master Commit: 6d0fcf64d22aae81b47a796d1a352914032209c0 URL: https://gitlab.winehq.org/wine/wine/-/commit/6d0fcf64d22aae81b47a796d1a35291... Author: Martin Storsjö <martin(a)martin.st> Date: Wed Jan 24 15:26:30 2024 +0200 ntdll: Remove dwarf unwinding support for aarch64. Since recently, unwinding never should need to look at the unix libs any longer, and as aarch64 requires PE builds, there should be no need to unwind through any .dll.so files any longer. Signed-off-by: Martin Storsjö <martin(a)martin.st> --- dlls/ntdll/signal_arm64.c | 48 +++----------- dlls/ntdll/unix/dwarf.h | 4 +- dlls/ntdll/unix/signal_arm64.c | 144 +---------------------------------------- 3 files changed, 13 insertions(+), 183 deletions(-)
participants (1)
-
Alexandre Julliard