Renamed VG_(skin_panic) as VG_(tool_panic).



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3057 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/cachegrind/cg_main.c b/cachegrind/cg_main.c
index f795dc4..9832605 100644
--- a/cachegrind/cg_main.c
+++ b/cachegrind/cg_main.c
@@ -486,7 +486,7 @@
                             TempReg, t_data_addr1,
                             TempReg, t_data_addr2);
    else
-      VG_(skin_panic)("argc... not 1 or 2 or 3?");
+      VG_(tool_panic)("argc... not 1 or 2 or 3?");
 
    uCCall(cb, helper, argc, argc, False);
 }
diff --git a/cachegrind/cg_sim.c b/cachegrind/cg_sim.c
index 5d42c1b..bc849db 100644
--- a/cachegrind/cg_sim.c
+++ b/cachegrind/cg_sim.c
@@ -195,7 +195,7 @@
                                                                             \
    } else {                                                                 \
        VG_(printf)("addr: %x  size: %u  sets: %d %d", a, size, set1, set2); \
-       VG_(skin_panic)("item straddles more than two cache sets");          \
+       VG_(tool_panic)("item straddles more than two cache sets");          \
    }                                                                        \
    return;                                                                  \
 }
diff --git a/cachegrind/x86/cg_arch.c b/cachegrind/x86/cg_arch.c
index 13d01eb..7d6cafa 100644
--- a/cachegrind/x86/cg_arch.c
+++ b/cachegrind/x86/cg_arch.c
@@ -100,7 +100,7 @@
       case 0x10: case 0x15: case 0x1a: 
       case 0x88: case 0x89: case 0x8a: case 0x8d:
       case 0x90: case 0x96: case 0x9b:
-         VG_(skin_panic)("IA-64 cache detected?!");
+         VG_(tool_panic)("IA-64 cache detected?!");
 
       case 0x22: case 0x23: case 0x25: case 0x29: 
           VG_(message)(Vg_DebugMsg,