target/arm: Move v7m-related code from cpu32.c into a separate file
commitbbf6c6dbead82292a20951eb1204442a6b838de9
authorThomas Huth <thuth@redhat.com>
Fri, 8 Mar 2024 14:10:49 +0000 (8 15:10 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 8 Mar 2024 14:45:03 +0000 (8 14:45 +0000)
tree6cd6c562d73b9651ec855969129a6f1685fd28a0
parentfd7f95f23d6fe485332c1d4b489eb719fcb7c225
target/arm: Move v7m-related code from cpu32.c into a separate file

Move the code to a separate file so that we do not have to compile
it anymore if CONFIG_ARM_V7M is not set.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-id: 20240308141051.536599-2-thuth@redhat.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/meson.build
target/arm/tcg/cpu-v7m.c [new file with mode: 0644]
target/arm/tcg/cpu32.c
target/arm/tcg/meson.build