The abi_ptr type is declared in "exec/cpu_ldst.h" with all
the load/store helpers. Some source files requiring abi_ptr
type don't need the load/store helpers. In order to simplify,
create a new "tcg/abi_ptr.h" header.
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
include/exec/cpu_ldst.h | 17 +++--------------
include/exec/exec-all.h | 1 +
include/exec/translator.h | 5 ++++-
include/tcg/abi_ptr.h | 32 ++++++++++++++++++++++++++++++++
accel/tcg/cputlb.c | 1 +
5 files changed, 41 insertions(+), 15 deletions(-)
create mode 100644 include/tcg/abi_ptr.h