Re: [PATCH v2 05/25] gdbstub/helpers: Introduce ldtul_$endian_p() helpers

2024-10-04 Thread Richard Henderson
On 10/4/24 09:30, Philippe Mathieu-Daudé wrote: Introduce ldtul_le_p() and ldtul_be_p() to use directly in place of ldtul_p() when a target endianness is fixed. Signed-off-by: Philippe Mathieu-Daudé --- include/gdbstub/helpers.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/g

[PATCH v2 05/25] gdbstub/helpers: Introduce ldtul_$endian_p() helpers

2024-10-04 Thread Philippe Mathieu-Daudé
Introduce ldtul_le_p() and ldtul_be_p() to use directly in place of ldtul_p() when a target endianness is fixed. Signed-off-by: Philippe Mathieu-Daudé --- include/gdbstub/helpers.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/gdbstub/helpers.h b/include/gdbstub/helpers.h index f