On 3/23/22 08:57, marcandre.lur...@redhat.com wrote:
From: Marc-André Lureau<marcandre.lur...@redhat.com>
Convert the TARGET_WORDS_BIGENDIAN macro, similarly to what was done
with HOST_BIG_ENDIAN. The new TARGET_BIG_ENDIAN macro is either 0 or 1,
and thus should always be defined to prevent misuse.
Signed-off-by: Marc-André Lureau<marcandre.lur...@redhat.com>
Suggested-by: Halil Pasic<pa...@linux.ibm.com>
---
Ah, poison in here, so perhaps I had asked for it wrt target not host.
But still HOST_WORDS_BIGENDIAN needs poisoning.
Anyway, for this one,
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
r~