[PATCH] Missed file in gmon_io commit
Jason R Thorpe
thorpej@wasabisystems.com
Thu Jan 31 12:22:00 GMT 2002
Nick missed this when he committed my gprof gmon_io patch (gconfig.in
needs to be regenerated by running `autoheader'). ChangeLog entry
omitted, since it's already listed in the ChangeLog entry for my gprof
patch.
Committed as obvious.
--
-- Jason R. Thorpe <thorpej@wasabisystems.com>
-------------- next part --------------
Index: gconfig.in
===================================================================
RCS file: /cvs/src/src/gprof/gconfig.in,v
retrieving revision 1.6
diff -c -r1.6 gconfig.in
*** gconfig.in 2001/03/14 03:14:56 1.6
--- gconfig.in 2002/01/31 19:17:16
***************
*** 40,48 ****
/* Define if you have the ANSI C header files. */
#undef STDC_HEADERS
- /* Define as the size of a pointer in the target profile file format. */
- #undef GMON_PTR_SIZE
-
/* Define if you have the __argz_count function. */
#undef HAVE___ARGZ_COUNT
--- 40,45 ----
More information about the Binutils
mailing list