Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/dist/gprof Don't do the default exclusions in the `flat'...
details: https://anonhg.NetBSD.org/src/rev/8a6e79162ee1
branches: trunk
changeset: 500507:8a6e79162ee1
user: mycroft <mycroft%NetBSD.org@localhost>
date: Wed Dec 13 01:06:03 2000 +0000
description:
Don't do the default exclusions in the `flat' profile on Alpha. (We don't
on any other platform, either.)
diffstat:
gnu/dist/gprof/gprof.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diffs (13 lines):
diff -r 7217ef4cb344 -r 8a6e79162ee1 gnu/dist/gprof/gprof.c
--- a/gnu/dist/gprof/gprof.c Wed Dec 13 00:46:31 2000 +0000
+++ b/gnu/dist/gprof/gprof.c Wed Dec 13 01:06:03 2000 +0000
@@ -464,9 +464,6 @@
{
sym_id_add (*sp, EXCL_TIME);
sym_id_add (*sp, EXCL_GRAPH);
-#ifdef __alpha__
- sym_id_add (*sp, EXCL_FLAT);
-#endif
}
/*
Home |
Main Index |
Thread Index |
Old Index