[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 1/2] target/arm: Move translate-a32.h, arm_ldst.h, sve_ldst_inter
From: |
Richard Henderson |
Subject: |
[PATCH 1/2] target/arm: Move translate-a32.h, arm_ldst.h, sve_ldst_internal.h to tcg/ |
Date: |
Thu, 4 May 2023 12:04:11 +0100 |
These files got missed when populating tcg/.
Because they are included with "", no change to the users required.
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
target/arm/{ => tcg}/arm_ldst.h | 0
target/arm/{ => tcg}/sve_ldst_internal.h | 0
target/arm/{ => tcg}/translate-a32.h | 0
3 files changed, 0 insertions(+), 0 deletions(-)
rename target/arm/{ => tcg}/arm_ldst.h (100%)
rename target/arm/{ => tcg}/sve_ldst_internal.h (100%)
rename target/arm/{ => tcg}/translate-a32.h (100%)
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
--
2.34.1
- [PATCH 0/2] target/arm: Move more files to tcg/, Richard Henderson, 2023/05/04
- [PATCH 1/2] target/arm: Move translate-a32.h, arm_ldst.h, sve_ldst_internal.h to tcg/,
Richard Henderson <=
- [PATCH 2/2] target/arm: Move helper-{a64,mve,sme,sve}.h to tcg/, Richard Henderson, 2023/05/04
- Re: [PATCH 0/2] target/arm: Move more files to tcg/, Peter Maydell, 2023/05/09
- Re: [PATCH 0/2] target/arm: Move more files to tcg/, Philippe Mathieu-Daudé, 2023/05/09