Moved the code trampoline stuff into a new module, m_trampoline.  Not
certain this was the right thing to do, but that stuff sure as hell
didn't fit in any of the existing modules.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3929 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/Makefile.am b/coregrind/Makefile.am
index 3ba22e2..2f95110 100644
--- a/coregrind/Makefile.am
+++ b/coregrind/Makefile.am
@@ -70,6 +70,7 @@
 	pub_core_syswrap.h	\
 	pub_core_threadmodel.h	\
 	pub_core_tooliface.h	\
+	pub_core_trampoline.h	\
 	pub_core_translate.h	\
 	pub_core_transtab.h	\
 	pub_core_transtab_asm.h	\
@@ -118,6 +119,7 @@
 	m_syscall.c \
 	m_threadmodel.c \
 	m_tooliface.c \
+	m_trampoline.S \
 	m_translate.c \
 	m_transtab.c \
 	\