]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Make translate-vfp.c.inc its own compilation unit
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 30 Apr 2021 13:27:35 +0000 (14:27 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 10 May 2021 12:24:09 +0000 (13:24 +0100)
commit45fbd5a96733c61a7bf85a382809bd9839afde94
treecd98c5feb369342dc7fed36989f5353ea39f23fc
parent4a800a739d6c7760a35b4be6a01bb3819de51030
target/arm: Make translate-vfp.c.inc its own compilation unit

Switch translate-vfp.c.inc from being #included into translate.c
to being its own compilation unit.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20210430132740.10391-9-peter.maydell@linaro.org
target/arm/meson.build
target/arm/translate-a32.h
target/arm/translate-vfp.c [new file with mode: 0644]
target/arm/translate-vfp.c.inc [deleted file]
target/arm/translate.c