Re: [PATCH 4/8] target/translate: Remove unnecessary 'exec/cpu_ldst.h' header

2023-08-28 Thread Richard Henderson
On 8/28/23 07:55, Philippe Mathieu-Daudé wrote: 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é --- target/alpha/translate.c | 1 - tar

[PATCH 4/8] target/translate: Remove unnecessary 'exec/cpu_ldst.h' header

2023-08-28 Thread Philippe Mathieu-Daudé
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é --- target/alpha/translate.c | 1 - target/hexagon/translate.c| 1 - target/hppa/trans