summaryrefslogtreecommitdiff
path: root/cachegrind
diff options
context:
space:
mode:
authornjn <njn@a5019735-40e9-0310-863c-91ae7b9d1cf9>2005-12-05 20:45:59 +0000
committernjn <njn@a5019735-40e9-0310-863c-91ae7b9d1cf9>2005-12-05 20:45:59 +0000
commit42c8355fc918c5af6182559e93f7402311530e77 (patch)
treeccd2679cf7b2607d4de6fbc4c806ee6db97de1f5 /cachegrind
parent3187a4e4b005377e66acfb248ca3b7e4050be3ed (diff)
Change hp2ps to output .ps files in the same dir that the .hp input files
are in. This fixes bug #117686. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5287 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'cachegrind')
-rw-r--r--cachegrind/cg-ppc32.c4
-rw-r--r--cachegrind/cg-ppc64.c4
-rwxr-xr-xcachegrind/tests/filter_stderr2
3 files changed, 9 insertions, 1 deletions
diff --git a/cachegrind/cg-ppc32.c b/cachegrind/cg-ppc32.c
index d988141b..485d0dc4 100644
--- a/cachegrind/cg-ppc32.c
+++ b/cachegrind/cg-ppc32.c
@@ -49,6 +49,10 @@ void VG_(configure_caches)(cache_t* I1c, cache_t* D1c, cache_t* L2c,
// not important) in the regression test suite without filtering the
// x86/AMD64 one (which we want to see if it ever occurs in the
// regression test suite).
+ //
+ // If you change this message, please update
+ // cachegrind/tests/filter_stderr!
+ //
if (!all_caches_clo_defined) {
VG_(message)(Vg_DebugMsg,
"Warning: Cannot auto-detect cache config on PPC32, using one "
diff --git a/cachegrind/cg-ppc64.c b/cachegrind/cg-ppc64.c
index 18a0e07a..7c09f702 100644
--- a/cachegrind/cg-ppc64.c
+++ b/cachegrind/cg-ppc64.c
@@ -49,6 +49,10 @@ void VG_(configure_caches)(cache_t* I1c, cache_t* D1c, cache_t* L2c,
// not important) in the regression test suite without filtering the
// x86/AMD64 one (which we want to see if it ever occurs in the
// regression test suite).
+ //
+ // If you change this message, please update
+ // cachegrind/tests/filter_stderr!
+ //
if (!all_caches_clo_defined) {
VG_(message)(Vg_DebugMsg,
"Warning: Cannot auto-detect cache config on PPC64, using one "
diff --git a/cachegrind/tests/filter_stderr b/cachegrind/tests/filter_stderr
index c961a905..91b8ed5b 100755
--- a/cachegrind/tests/filter_stderr
+++ b/cachegrind/tests/filter_stderr
@@ -17,4 +17,4 @@ sed "s/\(\(I1\|D1\|L2\|L2i\|L2d\) *\(misses\|miss rate\):\)[ 0-9,()+rdw%\.]*$/\1
sed "/warning: Pentium 4 with 12 KB micro-op instruction trace cache/d" |
sed "/Simulating a 16 KB I-cache with 32 B lines/d" |
sed "/warning: L3 cache detected but ignored/d" |
-sed "/Warning: Cannot auto-detect cache config on PPC32, using one or more defaults/d"
+sed "/Warning: Cannot auto-detect cache config on PPC.., using one or more defaults/d"