On 7/8/25 10:19 AM, Philippe Mathieu-Daudé wrote:
Check endianness at runtime to remove the target-specific TARGET_BIG_ENDIAN definition.Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org> --- include/gdbstub/helpers.h | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-)
Reviewed-by: Pierrick Bouvier <pierrick.bouv...@linaro.org>