From: Sandipan Das <31861871+sandip4n@users.noreply.github.com> Date: Sun, 7 Feb 2021 09:33:05 +0000 (+0000) Subject: tests: arch-power: Add 64-bit hello binaries X-Git-Tag: develop-gem5-snapshot X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=refs%2Fheads%2Fdevelop-power;p=gem5.git tests: arch-power: Add 64-bit hello binaries This adds 64-bit statically linked big and little endian binaries for the hello test program. It should be noted that all possible combinations of ABI version and endianness are possible for 64-bit binaries. However, standard toolchains always use ELF ABI v1 for big endian and ELF ABI v2 for little endian binaries. Change-Id: I2dca7eaa2b04a7b68b117ada799d4c3bb69368be Signed-off-by: Sandipan Das --- diff --git a/tests/test-progs/hello/bin/power/linux/hello64be b/tests/test-progs/hello/bin/power/linux/hello64be new file mode 100644 index 000000000..53604fb2a Binary files /dev/null and b/tests/test-progs/hello/bin/power/linux/hello64be differ diff --git a/tests/test-progs/hello/bin/power/linux/hello64le b/tests/test-progs/hello/bin/power/linux/hello64le new file mode 100644 index 000000000..b442d9a9b Binary files /dev/null and b/tests/test-progs/hello/bin/power/linux/hello64le differ