|
From: | Richard Henderson |
Subject: | Re: [PATCH v2 12/25] target/loongarch: Use explicit little-endian LD/ST API |
Date: | Fri, 4 Oct 2024 18:22:09 -0700 |
User-agent: | Mozilla Thunderbird |
On 10/4/24 09:30, Philippe Mathieu-Daudé wrote:
The LoongArch architecture uses little endianness. Directly use the little-endian LD/ST API. Mechanical change using: $ end=le; \ for acc in uw w l q tul; do \ sed -i -e "s/ld${acc}_p(/ld${acc}_${end}_p(/" \ -e "s/st${acc}_p(/st${acc}_${end}_p(/" \ $(git grep -wlE '(ld|st)t?u?[wlq]_p' target/loongarch/); \ done Signed-off-by: Philippe Mathieu-Daudé<philmd@linaro.org> --- target/loongarch/gdbstub.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
[Prev in Thread] | Current Thread | [Next in Thread] |