On 3/25/25 06:02, Philippe Mathieu-Daudé wrote:
TARGET_LONG_SIZE is only used in 1 source file
and 1 header. Remove it to be able to focus on
making TARGET_LONG_BITS target agnostic.
Philippe Mathieu-Daudé (5):
target/i386: Use explicit little-endian LD/ST API
gdbstub: Remove ldtul_be_p() and ldtul_le_p() macros
target/ppc/gdbstub: Replace TARGET_LONG_SIZE -> sizeof(target_ulong)
user/tswap: Replace TARGET_LONG_SIZE -> TARGET_LONG_BITS
exec/target_long: Remove TARGET_LONG_SIZE definition
Reviewed-by: Pierrick Bouvier <pierrick.bouv...@linaro.org>