Re: [PATCH v2 13/20] tests/tcg: enable basic testing for aarch64_be-linux-user

2024-10-22 Thread Philippe Mathieu-Daudé
On 22/10/24 07: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 wit

Re: [PATCH v2 13/20] tests/tcg: enable basic testing for aarch64_be-linux-user

2024-10-22 Thread Pierrick Bouvier
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 wit

Re: [PATCH v2 13/20] tests/tcg: enable basic testing for aarch64_be-linux-user

2024-10-22 Thread Richard Henderson
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 wit

[PATCH v2 13/20] tests/tcg: enable basic testing for aarch64_be-linux-user

2024-10-22 Thread Alex Bennée
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-b