Removed the remnants of the attempt at an ARM port, because it had
bit-rotted badly and was clogging up the code.
I put the useful remnants in docs/porting-to-ARM in case anyone ever
wants to try porting to ARM again.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4092 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/include/pub_tool_basics.h b/include/pub_tool_basics.h
index 71370db..67345b8 100644
--- a/include/pub_tool_basics.h
+++ b/include/pub_tool_basics.h
@@ -118,7 +118,7 @@
#if defined(VGA_x86)
# define VG_REGPARM(n) __attribute__((regparm(n)))
-#elif defined(VGA_amd64) || defined(VGA_arm) || defined(VGA_ppc32)
+#elif defined(VGA_amd64) || defined(VGA_ppc32)
# define VG_REGPARM(n) /* */
#else
# error Unknown arch