From: Sandipan Das Date: Sat, 6 Feb 2021 14:02:44 +0000 (+0530) Subject: tests: arch-power: Move 32-bit hello binary X-Git-Tag: develop-gem5-snapshot~1 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=116883c63299e19161144c72ba7ebc6f382336d5;p=gem5.git tests: arch-power: Move 32-bit hello binary This moves the 32-bit hello binary for Power under the linux subdirectory like it was originally before being removed and reintroduced. Change-Id: I5f3da38f9abdda90b31755ce7e7c955838cc7289 Signed-off-by: Sandipan Das --- diff --git a/tests/test-progs/hello/bin/power/hello32 b/tests/test-progs/hello/bin/power/hello32 deleted file mode 100755 index 6619ae37f..000000000 Binary files a/tests/test-progs/hello/bin/power/hello32 and /dev/null differ diff --git a/tests/test-progs/hello/bin/power/linux/hello32 b/tests/test-progs/hello/bin/power/linux/hello32 new file mode 100755 index 000000000..6619ae37f Binary files /dev/null and b/tests/test-progs/hello/bin/power/linux/hello32 differ