]> Zhao Yanbai Git Server - minix.git/commit
gcov support, based on work contributed by Anton Kuijsten.
authorBen Gras <ben@minix3.org>
Wed, 25 Aug 2010 13:06:43 +0000 (13:06 +0000)
committerBen Gras <ben@minix3.org>
Wed, 25 Aug 2010 13:06:43 +0000 (13:06 +0000)
commit5d6c2aae0a6245642ce747966189b4f673236b41
treef3af4627488cb8556e09afdad6798b202c234a7b
parentd8466ce31fda81afd5bebe36191d7e0980ca5b1c
gcov support, based on work contributed by Anton Kuijsten.
23 files changed:
commands/Makefile
commands/gcov-pull/Makefile [new file with mode: 0644]
commands/gcov-pull/gcov-pull.c [new file with mode: 0644]
include/Makefile
include/minix/callnr.h
include/minix/com.h
include/minix/gcov.h [new file with mode: 0644]
include/minix/sef.h
lib/libc/other/Makefile.inc
lib/libc/other/gcov.c [new file with mode: 0644]
lib/libc/other/gcov_flush.c [new file with mode: 0644]
lib/libsys/Makefile
lib/libsys/gcov.c [new file with mode: 0644]
lib/libsys/sef.c
servers/pm/table.c
servers/vfs/Makefile
servers/vfs/gcov.c [new file with mode: 0644]
servers/vfs/proto.h
servers/vfs/table.c
share/mk/Makefile
share/mk/bsd.gcov.mk [new file with mode: 0644]
share/mk/bsd.own.mk
share/mk/bsd.prog.mk