because it #includes tool_asm.h.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3712
noinst_HEADERS = \
core.h \
+ core_asm.h \
pub_core_aspacemgr.h \
pub_core_debuglog.h \
pub_core_demangle.h \
*/
#include "tool.h" // tool stuff
-#include "tool_asm.h" // XXX: temporary, for VG_() and friends
+#include "core_asm.h"
#include "core_arch.h" // arch-specific stuff, eg. x86/core_arch.h
// Ugly: this is needed by linux/core_os.h
--- /dev/null
+// XXX: temporary only
+#include "tool_asm.h"
portable way to avoid using stdarg.h. */
#include <stdarg.h>
-#include "tool_asm.h" /* For definition of VG_ macro */
+#include "core_asm.h" /* For definition of VG_ macro */
/* There are no tool-visible exports from m_debuglog, hence no header
file for it. */