Paolo Bonzini 134ab17fff load_aout: replace bswap_needed with big_endian
Targets know whether they are big-endian more than they know if
the endianness is different from the host: the former is mostly
a constant, at least in machine creation code, while the latter
has to be computed with TARGET_BIG_ENDIAN != HOST_BIG_ENDIAN or
something like that.

load_aout, however, takes a "bswap_needed" argument.  Replace
it with a "big_endian" argument; even though all users are
big-endian, it is cheap enough to keep the optional swapping
functionality even for little-endian boards.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2025-03-21 12:51:16 +01:00
..
2025-02-06 17:10:46 +01:00
2024-12-21 11:07:00 -05:00
2025-03-14 09:29:19 -03:00
2025-03-14 09:29:20 -03:00
2024-12-21 11:07:00 -05:00
2024-12-21 11:07:00 -05:00
2024-12-21 11:07:00 -05:00
2025-03-07 07:39:21 +08:00
2025-03-07 07:39:21 +08:00
2025-02-19 08:36:26 +08:00
2025-03-14 09:31:13 +08:00
2025-02-16 14:26:07 +01:00
2024-12-20 17:44:56 +01:00
2025-03-14 09:31:13 +08:00
2025-03-05 21:54:58 +08:00
2025-03-05 21:54:58 +08:00