]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/ppc: Restrict exception helpers to TCG
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 27 Jan 2025 10:26:13 +0000 (11:26 +0100)
committerNicholas Piggin <npiggin@gmail.com>
Tue, 11 Mar 2025 12:43:31 +0000 (22:43 +1000)
commit1d0b82f86db20f875fe44c0df1ed246bf7fb5fe5
treefa716f2979bab5934251b0012a58071a8862bb8a
parent94a37684a59e320a32ba948e9f8d75810c6dcdea
target/ppc: Restrict exception helpers to TCG

Move exception helpers to tcg-excp_helper.c so they are
only built when TCG is selected. Preprocessor guards
are added for some helpers unused when CONFIG_USER_ONLY.

[npiggin: mention USER_ONLY change]
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20250127102620.39159-10-philmd@linaro.org>
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
target/ppc/excp_helper.c
target/ppc/tcg-excp_helper.c