patch for support profiling for AIX 4.3 (fwd)

Chandra Chavva cchavva@cygnus.com
Mon Feb 5 17:36:00 GMT 2001


On Tue, 6 Feb 2001, Fergus Henderson wrote:

> On 05-Feb-2001, Chandra Chavva <cchavva@cygnus.com> wrote:
> > 
> >   Here is the patch. Bye mistake i sent the old patch.
> > 
> >         * final.c: Move the declaration profile_label_no to ...
> >         * output.h: ... here.
> 
> The patch you posted doesn't show any change to output.h.
> Instead it has
> 
> > cvs server: I know nothing about output.c
> 
  Here it is.

Now i have checked in the patch.

Index: output.h
===================================================================
RCS file: /cvs/gcc/egcs/gcc/output.h,v
retrieving revision 1.54
retrieving revision 1.53
diff -p -r1.54 -r1.53
*** output.h    2001/02/06 01:23:12     1.54
--- output.h    2001/01/10 23:06:16     1.53
*************** extern const char *user_label_prefix;
*** 457,462 ****
  #define STRIP_NAME_ENCODING(VAR,SYMBOL_NAME) \
    (VAR) = ((SYMBOL_NAME) + ((SYMBOL_NAME)[0] == '*'))
  #endif
- /* Assign unique numbers to labels generated for profiling.  */
- 
- int profile_label_no;


> Also
> s/declaration profile_label_no/declaration of profile_label_no/
> 					   ^^
> 
  I fixed this.

Thanks
chandra



More information about the Gcc-patches mailing list