Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/dist/toolchain/gprof 2002-08-16 Nick Clifton <nickc@re...
details: https://anonhg.NetBSD.org/src/rev/23a1a2923bce
branches: trunk
changeset: 535392:23a1a2923bce
user: thorpej <thorpej%NetBSD.org@localhost>
date: Sat Aug 17 03:03:53 2002 +0000
description:
2002-08-16 Nick Clifton <nickc%redhat.com@localhost>
* gprof.c (main): Remove spurious test for __alpha__.
diffstat:
gnu/dist/toolchain/gprof/gprof.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diffs (13 lines):
diff -r 7e869c44f698 -r 23a1a2923bce gnu/dist/toolchain/gprof/gprof.c
--- a/gnu/dist/toolchain/gprof/gprof.c Sat Aug 17 02:23:18 2002 +0000
+++ b/gnu/dist/toolchain/gprof/gprof.c Sat Aug 17 03:03:53 2002 +0000
@@ -491,9 +491,7 @@
{
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