mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-11 16:00:50 -07:00
Rather than passing a boolean 'is_big_endian' argument, directly pass the ELFDATA, which can be unspecified using the ELFDATANONE value. Update the call sites: 0 -> ELFDATA2LSB 1 -> ELFDATA2MSB TARGET_BIG_ENDIAN -> TARGET_BIG_ENDIAN ? ELFDATA2MSB : ELFDATA2LSB Suggested-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: BALATON Zoltan <balaton@eik.bme.hu> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20250127113824.50177-7-philmd@linaro.org> |
||
|---|---|---|
| .. | ||
| an5206.c | ||
| bootinfo.h | ||
| Kconfig | ||
| mcf5206.c | ||
| mcf5208.c | ||
| mcf_intc.c | ||
| meson.build | ||
| next-cube.c | ||
| next-kbd.c | ||
| q800-glue.c | ||
| q800.c | ||
| virt.c | ||