|
From: | Philippe Mathieu-Daudé |
Subject: | Re: [PATCH v8 10/11] target/arm: gdbstub: Guard M-profile code with CONFIG_TCG |
Date: | Mon, 13 Mar 2023 09:58:30 +0100 |
User-agent: | Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 |
On 9/3/23 21:14, Fabiano Rosas wrote:
This code is only relevant when TCG is present in the build. If we try to build with --disable-tcg we currently get: libqemu-aarch64-softmmu.fa.p/target_arm_gdbstub.c.o: in function `m_sysreg_ptr': ../target/arm/gdbstub.c:356: undefined reference to `arm_v7m_get_sp_ptr' Signed-off-by: Fabiano Rosas <farosas@suse.de> --- target/arm/gdbstub.c | 4 ++++ 1 file changed, 4 insertions(+)
This patch should come before patches 5-6/11, or become first of this series. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
[Prev in Thread] | Current Thread | [Next in Thread] |