Arch-abstraction:
- renamed "vg_constants.h" as "core_asm.h".
- renamed "vg_constants_skin.h" as "tool_asm.h".
- renamed "mc_constants.h" as "mc_asm.h".


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2650 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/core.h b/coregrind/core.h
index bbcdf32..e99656f 100644
--- a/coregrind/core.h
+++ b/coregrind/core.h
@@ -1,7 +1,7 @@
 
 /*--------------------------------------------------------------------*/
 /*--- A header file for all private parts of Valgrind's core.      ---*/
-/*--- Include no other!                                            ---*/
+/*--- Include no other! (more or less...)                          ---*/
 /*---                                                       core.h ---*/
 /*--------------------------------------------------------------------*/
 
@@ -41,7 +41,7 @@
 /* For system call numbers __NR_... */
 #include "vg_unistd.h"
 
-#include "vg_constants.h"
+#include "core_asm.h"
 
 /* All stuff visible to core and tools goes in tool.h.  Things
  * visible to core but not visible to any tools should go in this
@@ -495,7 +495,7 @@
 #define VG_USERREQ__INTERNAL_PRINTF_BACKTRACE 0x3104
 
 /* 
-In vg_constants.h:
+In core_asm.h:
 #define VG_USERREQ__SIGNAL_RETURNS          0x4001
 */