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 | 12 ------------
target/arm/tcg/helper-pauth.h.inc | 19 +++++++++++++++++++
target/arm/tcg/pauth_helper.c | 4 +++-
target/arm/tcg/translate-a64.c | 6 ++++++
4 files changed, 28 insertions(+), 13 deletions(-)
create mode 100644 target/arm/tcg/helper-pauth.h.inc
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
r~