On 5/1/25 8:06 AM, Richard Henderson wrote:
On 4/30/25 23:23, Pierrick Bouvier wrote:
Signed-off-by: Pierrick Bouvier<pierrick.bouv...@linaro.org>
---
   target/arm/helper.h     | 1152 +-------------------------------------
   target/arm/tcg/helper.h | 1153 +++++++++++++++++++++++++++++++++++++++
   2 files changed, 1155 insertions(+), 1150 deletions(-)
   create mode 100644 target/arm/tcg/helper.h

Why?


It allows later commits to include only the "new" tcg/helper.h, and thus preventing to pull aarch64 helpers (+ target/arm/helper.h contains a ifdef TARGET_AARCH64).

As well, for work on target/arm/tcg/, we'll need to have aarch64 helpers splitted from common ones.

Makes more sense?

r~


Reply via email to