On 6/19/23 17:55, Philippe Mathieu-Daudé wrote:
helper.h is used by all units, but not all require the crypto
definitions. Move them to a new header, which we only include
where necessary, removing the need for "exec/helper-proto.h".

Signed-off-by: Philippe Mathieu-Daudé<phi...@linaro.org>
---
  target/arm/tcg/helper-a64.h.inc | 16 ----------------
  target/arm/tcg/helper-mte.h.inc | 23 +++++++++++++++++++++++
  target/arm/tcg/mte_helper.c     |  4 +++-
  target/arm/tcg/translate-a64.c  |  6 ++++++
  4 files changed, 32 insertions(+), 17 deletions(-)
  create mode 100644 target/arm/tcg/helper-mte.h.inc

Reviewed-by: Richard Henderson <richard.hender...@linaro.org>

r~

Reply via email to