|
From: <sv...@va...> - 2005-06-17 22:27:23
|
Author: njn
Date: 2005-06-17 23:27:21 +0100 (Fri, 17 Jun 2005)
New Revision: 3924
Log:
Rename m_syscalls/ as m_syswrap/ to complete the module renaming.
Added:
trunk/coregrind/m_syswrap/
Removed:
trunk/coregrind/m_syscalls/
Modified:
trunk/configure.in
trunk/coregrind/Makefile.am
Modified: trunk/configure.in
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/configure.in 2005-06-17 22:19:06 UTC (rev 3923)
+++ trunk/configure.in 2005-06-17 22:27:21 UTC (rev 3924)
@@ -429,7 +429,7 @@
coregrind/m_replacemalloc/Makefile=20
coregrind/m_scheduler/Makefile=20
coregrind/m_sigframe/Makefile=20
- coregrind/m_syscalls/Makefile=20
+ coregrind/m_syswrap/Makefile=20
coregrind/amd64/Makefile
coregrind/arm/Makefile
coregrind/x86/Makefile
Modified: trunk/coregrind/Makefile.am
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/coregrind/Makefile.am 2005-06-17 22:19:06 UTC (rev 3923)
+++ trunk/coregrind/Makefile.am 2005-06-17 22:27:21 UTC (rev 3924)
@@ -9,7 +9,7 @@
m_replacemalloc \
m_scheduler \
m_sigframe \
- m_syscalls
+ m_syswrap
=20
## When building, we are only interested in the current arch/OS/platform=
.
## But when doing 'make dist', we are interested in every arch/OS/platfo=
rm.
@@ -130,7 +130,7 @@
m_dispatch/libdispatch.a \
m_aspacemgr/libaspacemgr.a \
m_sigframe/libsigframe.a \
- m_syscalls/libsyswrap.a \
+ m_syswrap/libsyswrap.a \
${VG_ARCH}/libarch.a \
@VEX_DIR@/libvex.a
=20
Copied: trunk/coregrind/m_syswrap (from rev 3923, trunk/coregrind/m_sysca=
lls)
|