Create a new module: ASpaceMgr, the address space manager.  This
contains what was previously vg_memory.c and also vg_procselfmaps.c,
which is really just a helper for the address space manager.

This just moves code around and modularises it a bit.  It doesn't yet
resolve the circular dependencies between ASpaceMgr and various other
chunks of functionality (vg_malloc2, vg_symtab2).



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3564 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/configure.in b/configure.in
index 7075f77..575c554 100644
--- a/configure.in
+++ b/configure.in
@@ -395,6 +395,7 @@
    coregrind/Makefile 
    coregrind/demangle/Makefile 
    coregrind/m_sigframe/Makefile 
+   coregrind/m_aspacemgr/Makefile 
    coregrind/amd64/Makefile
    coregrind/arm/Makefile
    coregrind/x86/Makefile