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)
commita6ac64bcecdd59922da15fc8751ac77036be87a9
treec971e2dbf211bbafd8c5ecc62e62b15887b1dabd
parent116883c63299e19161144c72ba7ebc6f382336d5
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 <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]