summary refs log tree commit diff stats
path: root/target/avr/gdbstub.c
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2024-10-04 11:57:44 +0200
committerPhilippe Mathieu-Daudé <philmd@linaro.org>2024-10-15 11:55:09 -0300
commitae412c021088da9f977f6407fedef652fb4c43db (patch)
tree4bed6c5f2bb98ec092a0b9c77967253957faf9bb /target/avr/gdbstub.c
parentc9ddc704f90331e42a17d040d8ad287d371cfbb7 (diff)
downloadfocaccia-qemu-ae412c021088da9f977f6407fedef652fb4c43db.tar.gz
focaccia-qemu-ae412c021088da9f977f6407fedef652fb4c43db.zip
target/hexagon: Use explicit little-endian LD/ST API
The Hexagon 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/hexagon/); \
    done

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20241004163042.85922-8-philmd@linaro.org>
Diffstat (limited to 'target/avr/gdbstub.c')
0 files changed, 0 insertions, 0 deletions