From 95c2d6027392f6b8b8960e52729d15783f35c1ee Mon Sep 17 00:00:00 2001 From: Sandipan Das Date: Sat, 6 Feb 2021 19:32:44 +0530 Subject: [PATCH] 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 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/40950 Reviewed-by: Boris Shingarov Reviewed-by: Bobby R. Bruce Tested-by: kokoro Maintainer: Bobby R. Bruce --- .../test-progs/hello/bin/power/{ => linux}/hello32 | Bin 1 file changed, 0 insertions(+), 0 deletions(-) rename tests/test-progs/hello/bin/power/{ => linux}/hello32 (100%) diff --git a/tests/test-progs/hello/bin/power/hello32 b/tests/test-progs/hello/bin/power/linux/hello32 similarity index 100% rename from tests/test-progs/hello/bin/power/hello32 rename to tests/test-progs/hello/bin/power/linux/hello32