Re: [PATCH v3 23/24] include: split target_long definition from cpu-defs

2023-02-21 Thread Richard Henderson
On 2/21/23 12:52, Alex Bennée wrote: While we will continue to include this via cpu-defs it is useful to be able to define this separately for 32 and 64 bit versions of an otherwise target independent compilation unit. Signed-off-by: Alex Bennée --- include/exec/cpu-defs.h| 19 +---

[PATCH v3 23/24] include: split target_long definition from cpu-defs

2023-02-21 Thread Alex Bennée
While we will continue to include this via cpu-defs it is useful to be able to define this separately for 32 and 64 bit versions of an otherwise target independent compilation unit. Signed-off-by: Alex Bennée --- include/exec/cpu-defs.h| 19 + include/exec/target_long.h | 42