Alexandre Julliard : ntdll: Remove support for PPC32.
Module: wine Branch: master Commit: 2ec86fc20a49020a52cbec2727aca966642f9fac URL: https://source.winehq.org/git/wine.git/?a=commit;h=2ec86fc20a49020a52cbec272... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Wed Jun 17 16:34:26 2020 +0200 ntdll: Remove support for PPC32. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/ntdll/Makefile.in | 2 - dlls/ntdll/nt.c | 36 -- dlls/ntdll/process.c | 4 - dlls/ntdll/signal_powerpc.c | 170 ------- dlls/ntdll/unix/process.c | 4 - dlls/ntdll/unix/server.c | 2 - dlls/ntdll/unix/signal_powerpc.c | 999 --------------------------------------- 7 files changed, 1217 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=2ec86fc20a49020a52cbe...
participants (1)
-
Alexandre Julliard