From: Richard Henderson Date: Fri, 12 May 2023 14:43:36 +0000 (+0100) Subject: target/arm: Move translate-a32.h, arm_ldst.h, sve_ldst_internal.h to tcg/ X-Git-Tag: v8.1.0-rc0~129^2~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c460132251e85eed22f7be4c75f444ce2e246912;p=thirdparty%2Fqemu.git target/arm: Move translate-a32.h, arm_ldst.h, sve_ldst_internal.h to tcg/ These files got missed when populating tcg/. Because they are included with "", no change to the users required. Signed-off-by: Richard Henderson Reviewed-by: Fabiano Rosas Reviewed-by: Philippe Mathieu-Daudé Message-id: 20230504110412.1892411-2-richard.henderson@linaro.org Signed-off-by: Peter Maydell --- diff --git a/target/arm/arm_ldst.h b/target/arm/tcg/arm_ldst.h similarity index 100% rename from target/arm/arm_ldst.h rename to target/arm/tcg/arm_ldst.h diff --git a/target/arm/sve_ldst_internal.h b/target/arm/tcg/sve_ldst_internal.h similarity index 100% rename from target/arm/sve_ldst_internal.h rename to target/arm/tcg/sve_ldst_internal.h diff --git a/target/arm/translate-a32.h b/target/arm/tcg/translate-a32.h similarity index 100% rename from target/arm/translate-a32.h rename to target/arm/tcg/translate-a32.h