Created pub_core_transtab_asm.h, killing core_asm.h in the process.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3711 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/Makefile.am b/coregrind/Makefile.am
index a0b1596..7a8343b 100644
--- a/coregrind/Makefile.am
+++ b/coregrind/Makefile.am
@@ -37,7 +37,6 @@
 
 noinst_HEADERS = \
 	core.h			\
-	core_asm.h		\
 	pub_core_aspacemgr.h	\
 	pub_core_debuglog.h	\
 	pub_core_demangle.h	\
@@ -55,6 +54,7 @@
 	pub_core_tooliface.h	\
 	pub_core_translate.h	\
 	pub_core_transtab.h	\
+	pub_core_transtab_asm.h	\
 	ume.h			\
 	vg_symtab2.h		\
 	vg_symtypes.h