From c7bcf4514f821aafb8540ebe60f308c0bad1f2b6 Mon Sep 17 00:00:00 2001 From: srinivasa Date: Fri, 18 Jan 2008 08:47:31 +0000 Subject: From srinivasa@in.ibm.com, To make systemtap to work with register rename patch for x86/x86_64 --- buildrun.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'buildrun.cxx') diff --git a/buildrun.cxx b/buildrun.cxx index 2f7c358d..b41b9545 100644 --- a/buildrun.cxx +++ b/buildrun.cxx @@ -88,6 +88,9 @@ compile_pass (systemtap_session& s) o << module_cflags << " += $(call stap_check_build, $(SYSTEMTAP_RUNTIME)/autoconf-constant-tsc.c, -DSTAPCONF_CONSTANT_TSC,)" << endl; o << module_cflags << " += $(call stap_check_build, $(SYSTEMTAP_RUNTIME)/autoconf-tsc-khz.c, -DSTAPCONF_TSC_KHZ,)" << endl; o << module_cflags << " += $(call stap_check_build, $(SYSTEMTAP_RUNTIME)/autoconf-ktime-get-real.c, -DSTAPCONF_KTIME_GET_REAL,)" << endl; + o << module_cflags << " += $(call stap_check_build, $(SYSTEMTAP_RUNTIME)/autoconf-x86-uniregs.c, -DSTAPCONF_X86_UNIREGS,)" << endl; + + o << module_cflags << " += $(call stap_check_build, $(SYSTEMTAP_RUNTIME)/autoconf-nameidata.c, -DSTAPCONF_NAMEIDATA_CLEANUP,)" << endl; for (unsigned i=0; i