Remove unused header accel/tcg/cpu-ldst.h that has target specifics.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
---
target/arm/tcg/op_helper.c | 1 -
target/arm/tcg/meson.build | 3 ++-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/target/arm/tcg/op_helper.c b/target/arm/tcg/op_helper.c
index aa14f15eb62..75ad53ec6c6 100644
--- a/target/arm/tcg/op_helper.c
+++ b/target/arm/tcg/op_helper.c
@@ -23,7 +23,6 @@
#include "helper.h"
#include "internals.h"
#include "cpu-features.h"
-#include "accel/tcg/cpu-ldst.h"
#include "accel/tcg/probe.h"
#include "cpregs.h"
diff --git a/target/arm/tcg/meson.build b/target/arm/tcg/meson.build
index 70beec7a6c9..1fa26670587 100644
--- a/target/arm/tcg/meson.build
+++ b/target/arm/tcg/meson.build
@@ -37,7 +37,6 @@ arm_ss.add(files(
'translate.c',
'm_helper.c',
'mve_helper.c',
- 'op_helper.c',
))
arm_ss.add(when: 'TARGET_AARCH64', if_true: files(
@@ -74,6 +73,7 @@ arm_common_system_ss.add(
'debug.c',
'hflags.c',
'neon_helper.c',
+ 'op_helper.c',
'psci.c',
'tlb_helper.c',
'tlb-insns.c',
@@ -93,6 +93,7 @@ arm_user_ss.add(
'debug.c',
'hflags.c',
'neon_helper.c',
+ 'op_helper.c',
'tlb_helper.c',
'translate-m-nocp.c',
'translate-mve.c',
--
2.47.3