Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/gnu/dist/toolchain/gprof Pull up revision 1.3 (requeste...



details:   https://anonhg.NetBSD.org/src/rev/2e34f4ddb534
branches:  netbsd-1-6
changeset: 529014:2e34f4ddb534
user:      lukem <lukem%NetBSD.org@localhost>
date:      Sat Aug 17 15:49:02 2002 +0000

description:
Pull up revision 1.3 (requested by thorpej in ticket #692):
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 526b6745b090 -r 2e34f4ddb534 gnu/dist/toolchain/gprof/gprof.c
--- a/gnu/dist/toolchain/gprof/gprof.c  Sat Aug 17 15:47:44 2002 +0000
+++ b/gnu/dist/toolchain/gprof/gprof.c  Sat Aug 17 15:49:02 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