tests: arch-power: Add 64-bit hello binaries develop-power develop-gem5-snapshot
authorSandipan Das <31861871+sandip4n@users.noreply.github.com>
Sun, 7 Feb 2021 09:33:05 +0000 (09:33 +0000)
committerSandipan Das <sandipan@linux.ibm.com>
Mon, 15 Feb 2021 08:32:38 +0000 (14:02 +0530)
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 <sandipan@linux.ibm.com>
tests/test-progs/hello/bin/power/linux/hello64be [new file with mode: 0644]
tests/test-progs/hello/bin/power/linux/hello64le [new file with mode: 0644]

diff --git a/tests/test-progs/hello/bin/power/linux/hello64be b/tests/test-progs/hello/bin/power/linux/hello64be
new file mode 100644 (file)
index 0000000..53604fb
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 (file)
index 0000000..b442d9a
Binary files /dev/null and b/tests/test-progs/hello/bin/power/linux/hello64le differ