On 10/22/24 03:56, Alex Bennée wrote:
We didn't notice breakage of aarch64_be because we don't have any TCG
tests for it. However while the existing aarch64 compiler can target
big-endian builds no one packages a BE libc. Instead we bang some
rocks together to do the most basic of hello world with a nostdlib
syscall test.

Signed-off-by: Alex Bennée<alex.ben...@linaro.org>

---
v2
   - fix checkpatch complaints
---
  configure                            |  5 ++++
  tests/tcg/aarch64_be/hello.c         | 35 ++++++++++++++++++++++++++++
  tests/tcg/Makefile.target            |  7 +++++-
  tests/tcg/aarch64_be/Makefile.target | 17 ++++++++++++++
  4 files changed, 63 insertions(+), 1 deletion(-)
  create mode 100644 tests/tcg/aarch64_be/hello.c
  create mode 100644 tests/tcg/aarch64_be/Makefile.target

Reviewed-by: Richard Henderson <richard.hender...@linaro.org>

r~

Reply via email to