]> git.proxmox.com Git - mirror_qemu.git/commitdiff
target/translate: Remove unnecessary 'exec/cpu_ldst.h' header
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 28 Aug 2023 12:39:54 +0000 (14:39 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 31 Aug 2023 17:47:43 +0000 (19:47 +0200)
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>

target/alpha/translate.c
target/hexagon/translate.c
target/hppa/translate.c
target/m68k/translate.c
target/microblaze/translate.c
target/nios2/translate.c
target/openrisc/translate.c
target/ppc/translate.c
target/sh4/translate.c
target/sparc/translate.c

index 0839182a1f647582fea7c4f4c02a35589fcb2888..9be912c50c517149d93877640fb328c3ca0ea11a 100644 (file)
@@ -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"
index 708339198e987925f09834b0de3f27c519b0ad5e..c00254e4d5b74a4e559d23f75288b657f7186a59 100644 (file)
@@ -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"
index e3af668252c636d639db0375e607fc1070d4ea83..c04dc15228002bc751a23484d875d9fea4e2f126 100644 (file)
@@ -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"
index 15b3701b8f86ad519204ab7c630c7f83d80e5f81..9e224fe7965c390df80d67f00497b69cdab6910f 100644 (file)
@@ -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"
index 7e7f837c633d09f059c4d92a1053d5ff7fa149d5..d02c16296a47b6b73cae22c6c64de0fe43179792 100644 (file)
@@ -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"
index 4264c7ec6b4c5272f861f9a71bc1ab7995344ba5..dfc546d3bb08c0def29e924b4d6c891062571666 100644 (file)
@@ -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"
index 7c6f80daf1db28968820a60e3fb997fef4cecdd2..d65758449fc37ddc2dc0eee41829ecc4eddbcb4f 100644 (file)
@@ -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"
index 74796ec7ba439855517418f3019d0ab28bb51f9c..49b6a757b7540d32ede09505a84f21d612ced246 100644 (file)
@@ -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"
index 49c87d7a011c3d6d5f9f4a4ecbe76c8a65eef922..c1e590feb34635efe3fb88759209591c6298e2cb 100644 (file)
@@ -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"
index fa80a911618187e286ceb3f306bb68f8fadf7b11..3bf0ab8135dc29789a3e7620bc8923bcd7beb439 100644 (file)
@@ -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"