This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: default_excluded_list[] and flat profile


Hi Jason,

> No objections here -- this is what I have in my local tree :-)  Could
> this be pulled up onto the active binutils release branches, too, please?

Applied to the sources.  Daniel - any objections to applying this to
the branch ?

Cheers
        Nick

2002-08-22  Nick Clifton  <nickc@redhat.com>

	* gprof.c (main): Turn off default excluded functions in FLAT
	profile.

Index: gprof/gprof.c
===================================================================
RCS file: /cvs/src/src/gprof/gprof.c,v
retrieving revision 1.15
diff -c -3 -p -w -r1.15 gprof.c
*** gprof/gprof.c	30 Jul 2002 09:07:00 -0000	1.15
--- gprof/gprof.c	22 Aug 2002 11:05:40 -0000
*************** This program is free software.  This pro
*** 512,520 ****
      {
        sym_id_add (*sp, EXCL_TIME);
        sym_id_add (*sp, EXCL_GRAPH);
- #ifdef __alpha__
        sym_id_add (*sp, EXCL_FLAT);
- #endif
      }
  
    /*
--- 512,518 ----


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]