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 <faro...@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é <phi...@linaro.org>