summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Vorontsov <avorontsov@ru.mvista.com>2009-11-28 01:33:39 +0300
committerFrank Ch. Eigler <fche@elastic.org>2009-12-01 11:57:32 -0500
commitf5fd3c39dcec944feb8aa91808a8cb8d94dd1e04 (patch)
treea7e397bca1edd31afa0bafbc4a2561b7d655c72f
parent01f8d9fcc10100b16391cf797dc0647e7112c5a9 (diff)
downloadsystemtap-steved-f5fd3c39dcec944feb8aa91808a8cb8d94dd1e04.tar.gz
systemtap-steved-f5fd3c39dcec944feb8aa91808a8cb8d94dd1e04.tar.xz
systemtap-steved-f5fd3c39dcec944feb8aa91808a8cb8d94dd1e04.zip
Rename stack-ppc64.c to stack-ppc.c
There should be no functional changes in this patch. Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
-rw-r--r--runtime/stack-ppc.c (renamed from runtime/stack-ppc64.c)0
-rw-r--r--runtime/stack.c2
2 files changed, 1 insertions, 1 deletions
diff --git a/runtime/stack-ppc64.c b/runtime/stack-ppc.c
index 3267194e..3267194e 100644
--- a/runtime/stack-ppc64.c
+++ b/runtime/stack-ppc.c
diff --git a/runtime/stack.c b/runtime/stack.c
index 042f44c7..ae899950 100644
--- a/runtime/stack.c
+++ b/runtime/stack.c
@@ -41,7 +41,7 @@ static void _stp_stack_print_fallback(unsigned long, int, int);
#elif defined (__i386__)
#include "stack-i386.c"
#elif defined (__powerpc64__)
-#include "stack-ppc64.c"
+#include "stack-ppc.c"
#elif defined (__arm__)
#include "stack-arm.c"
#elif defined (__s390__) || defined (__s390x__)