|
From: Jeremy F. <je...@go...> - 2005-01-15 02:07:38
|
CVS commit by fitzhardinge: Little updates to quiet down 'make regtest'. Oh, and a revamp of the syscall args checking so that Valgrind should be much more immune to segfaulting itself. A memcheck/tests/zeropage.stdout.exp 1.1 M +71 -0 glibc-2.3.supp 1.17 M +0 -2 corecheck/tests/as_mmap.stderr.exp 1.3 M +4 -0 corecheck/tests/fdleak_cmsg.c 1.2 M +7 -7 corecheck/tests/fdleak_cmsg.stderr.exp 1.5 M +33 -0 coregrind/core.h 1.59 M +1 -1 coregrind/vg_execontext.c 1.23 M +26 -33 coregrind/vg_memory.c 1.82 M +2 -6 coregrind/vg_scheduler.c 1.207 M +29 -11 coregrind/vg_signals.c 1.109 M +9 -2 coregrind/vg_symtab2.c 1.98 M +474 -430 coregrind/vg_syscalls.c 1.231 M +1 -1 coregrind/vg_translate.c 1.94 M +61 -44 coregrind/linux/syscalls.c 1.5 M +2 -44 coregrind/x86/signal.c 1.9 M +31 -17 coregrind/x86-linux/syscalls.c 1.10 M +1 -1 include/tool.h.base 1.19 M +1 -0 massif/ms_main.c 1.22 M +1 -1 memcheck/tests/scalar.c 1.52 M +12 -1 memcheck/tests/scalar.stderr.exp 1.44 M +0 -3 memcheck/tests/zeropage.stderr.exp 1.3 M +0 -1 none/tests/cmdline1.stdout.exp 1.8 M +0 -2 none/tests/cmdline2.stdout.exp 1.8 M +57 -11 none/tests/exec-sigmask.c 1.2 M +1 -0 none/tests/exec-sigmask.stderr.exp 1.2 M +1 -0 none/tests/exec-sigmask.stdout.exp 1.2 M +1 -2 none/tests/pth_blockedsig.c 1.3 M +23 -13 none/tests/yield.c 1.4 M +1 -1 tests/toobig-allocs.c 1.2 |