commit | 45fbd5a96733c61a7bf85a382809bd9839afde94 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Fri Apr 30 14:27:35 2021 +0100 |
committer | Peter Maydell <peter.maydell@linaro.org> | Mon May 10 13:24:09 2021 +0100 |
tree | cd98c5feb369342dc7fed36989f5353ea39f23fc | |
parent | 4a800a739d6c7760a35b4be6a01bb3819de51030 [diff] |
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