Skip to content

Commit

Permalink
target/translate: Remove unnecessary 'exec/cpu_ldst.h' header
Browse files Browse the repository at this point in the history
All these files only access the translator_ld/st API declared
in "exec/translator.h". The CPU ld/st API from declared in
"exec/cpu_ldst.h" is not used, remove it.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230828221314.18435-5-philmd@linaro.org>
  • Loading branch information
philmd committed Aug 31, 2023
1 parent 09b07f2 commit 026ad97
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion target/alpha/translate.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
#include "qemu/host-utils.h"
#include "exec/exec-all.h"
#include "tcg/tcg-op.h"
#include "exec/cpu_ldst.h"
#include "exec/helper-proto.h"
#include "exec/helper-gen.h"
#include "exec/translator.h"
Expand Down
1 change: 0 additions & 1 deletion target/hexagon/translate.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
#include "exec/helper-gen.h"
#include "exec/helper-proto.h"
#include "exec/translation-block.h"
#include "exec/cpu_ldst.h"
#include "exec/log.h"
#include "internal.h"
#include "attribs.h"
Expand Down
1 change: 0 additions & 1 deletion target/hppa/translate.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
#include "qemu/host-utils.h"
#include "exec/exec-all.h"
#include "tcg/tcg-op.h"
#include "exec/cpu_ldst.h"
#include "exec/helper-proto.h"
#include "exec/helper-gen.h"
#include "exec/translator.h"
Expand Down
1 change: 0 additions & 1 deletion target/m68k/translate.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
#include "tcg/tcg-op.h"
#include "qemu/log.h"
#include "qemu/qemu-print.h"
#include "exec/cpu_ldst.h"
#include "exec/translator.h"

#include "exec/helper-proto.h"
Expand Down
1 change: 0 additions & 1 deletion target/microblaze/translate.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
#include "exec/exec-all.h"
#include "tcg/tcg-op.h"
#include "exec/helper-proto.h"
#include "exec/cpu_ldst.h"
#include "exec/helper-gen.h"
#include "exec/translator.h"
#include "qemu/qemu-print.h"
Expand Down
1 change: 0 additions & 1 deletion target/nios2/translate.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
#include "exec/helper-proto.h"
#include "exec/helper-gen.h"
#include "exec/log.h"
#include "exec/cpu_ldst.h"
#include "exec/translator.h"
#include "qemu/qemu-print.h"
#include "semihosting/semihost.h"
Expand Down
1 change: 0 additions & 1 deletion target/openrisc/translate.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
#include "qemu/log.h"
#include "qemu/bitops.h"
#include "qemu/qemu-print.h"
#include "exec/cpu_ldst.h"
#include "exec/translator.h"

#include "exec/helper-proto.h"
Expand Down
1 change: 0 additions & 1 deletion target/ppc/translate.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
#include "tcg/tcg-op-gvec.h"
#include "qemu/host-utils.h"
#include "qemu/main-loop.h"
#include "exec/cpu_ldst.h"

#include "exec/helper-proto.h"
#include "exec/helper-gen.h"
Expand Down
1 change: 0 additions & 1 deletion target/sh4/translate.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
#include "disas/disas.h"
#include "exec/exec-all.h"
#include "tcg/tcg-op.h"
#include "exec/cpu_ldst.h"
#include "exec/helper-proto.h"
#include "exec/helper-gen.h"
#include "exec/translator.h"
Expand Down
1 change: 0 additions & 1 deletion target/sparc/translate.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
#include "exec/helper-proto.h"
#include "exec/exec-all.h"
#include "tcg/tcg-op.h"
#include "exec/cpu_ldst.h"

#include "exec/helper-gen.h"

Expand Down

0 comments on commit 026ad97

Please sign in to comment.