From: Julian Seward Date: Mon, 29 Nov 2004 19:46:28 +0000 (+0000) Subject: Remove Marie-Celeste declarations. X-Git-Tag: svn/VALGRIND_3_0_0~1168 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80377f3867efe9bdea44dbd091f3050f4bd37aa3;p=thirdparty%2Fvalgrind.git Remove Marie-Celeste declarations. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3150 --- diff --git a/coregrind/core.h b/coregrind/core.h index ef0cb8fd20..65723f6c80 100644 --- a/coregrind/core.h +++ b/coregrind/core.h @@ -1082,14 +1082,6 @@ VALGRIND_INTERNAL_PRINTF_BACKTRACE(char *format, ...) extern void VG_(demangle) ( Char* orig, Char* result, Int result_size ); -/* --------------------------------------------------------------------- - Exports of vg_from_ucode.c - ------------------------------------------------------------------ */ - -extern void VG_(print_ccall_stats) ( void ); -extern void VG_(print_UInstr_histogram) ( void ); - - /* --------------------------------------------------------------------- Exports of vg_to_ucode.c ------------------------------------------------------------------ */ @@ -1796,6 +1788,7 @@ extern void VG_(missing_tool_func) ( const Char* fn ); #define PTHREQ_RET(regs) ((regs).vex.ARCH_PTHREQ_RET) #define CLREQ_RET(regs) ((regs).vex.ARCH_CLREQ_RET) + // Offsets for the Vex state #define O_STACK_PTR (offsetof(VexGuestArchState, ARCH_STACK_PTR)) #define O_FRAME_PTR (offsetof(VexGuestArchState, ARCH_FRAME_PTR))