]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Eliminated VGP_DO_MMAP. Replaced it with VG_(mmap_native)(), which was
authorNicholas Nethercote <njn@valgrind.org>
Sun, 29 May 2005 18:46:38 +0000 (18:46 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Sun, 29 May 2005 18:46:38 +0000 (18:46 +0000)
commitf9923039ae4b35139bb7babc68be1ff2f8595137
tree4a88dde91815af5797da90cd79ca816f34e55c81
parente24ef1ffba424e7ab3ea754f4fcc5daf3f18563f
Eliminated VGP_DO_MMAP.  Replaced it with VG_(mmap_native)(), which was
derived from mmap_inner().

As a consequence, $PLATFORM/core_platform.h files are no longer necessary,
hooray!

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3813
coregrind/amd64-linux/Makefile.am
coregrind/amd64-linux/core_platform.h [deleted file]
coregrind/arm-linux/Makefile.am
coregrind/arm-linux/core_platform.h [deleted file]
coregrind/core.h
coregrind/m_aspacemgr/aspacemgr.c
coregrind/m_syscalls/syscalls.c
coregrind/vg_mylibc.c
coregrind/x86-linux/Makefile.am
coregrind/x86-linux/core_platform.h [deleted file]
docs/porting-HOWTO