OSDN Git Service

target/arm: Move arm_gen_dynamic_svereg_xml to gdbstub64.c
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 27 Feb 2023 21:33:18 +0000 (11:33 -1000)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 6 Mar 2023 14:08:11 +0000 (14:08 +0000)
commite03aba8853bdafdd27c38a85dafb84b0edbeaf54
tree162cecfecb14c1bf0b23ab7d1f033edb8bbb560b
parent4bce95b45ec0f12790bdb3036eb1137f65822ff9
target/arm: Move arm_gen_dynamic_svereg_xml to gdbstub64.c

The function is only used for aarch64, so move it to the
file that has the other aarch64 gdbstub stuff.  Move the
declaration to internals.h.

Reviewed-by: Fabiano Rosas <farosas@suse.de>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20230227213329.793795-4-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/cpu.h
target/arm/gdbstub.c
target/arm/gdbstub64.c
target/arm/internals.h