aboutsummaryrefslogtreecommitdiff
path: root/gprof/.Sanitize
AgeCommit message (Collapse)AuthorFilesLines
1996-07-04 * bb_exit_func.c: Rename from __bb_exit_func.c, so that it can beIan Lance Taylor1-1/+1
stored on a System V file system. VS: ----------------------------------------------------------------------
1995-12-31Just so we have them checked in somewhere; they're sanitized away as weJeff Law1-0/+2
really don't want to distribute them as part of gprof (not without major work).
1995-04-19* gen-c-prog.awk: Changed reference to "make-c-prog.awk" inJ.T. Conklin1-1/+1
comment emitted by this script to gen-c-prog.awk. * Makefile.in, configure.in: Converted to use autoconf. * configure: New file, generated with autoconf 2.3. * config/{mt-alpha, mt-dummy, mt-i386, mt-ns532, mt-sparc, mt-tahoe, mt-vax}: Removed.
1995-03-14* __bb_exit_func.c: New file, from David Mosberger-Tang.Ken Raeburn1-0/+1
Thu Feb 9 16:56:07 1995 David Mosberger-Tang <davidm@piston.cs.arizona.edu> * All *.c: More cleanup towards GNU format. * gmon_out.h (struct gmon_hist_hdr, struct gmon_cg_arc_record): replaced sizeof (bfd_vma) by size (char*) because Ken tells me that bfd_vma is only guaranteed to be at least as big as a pointer. (GMON_Record_tag): added explicit enumeration values to ensure compatibility across compilers. * gmon_io.c (get_vma, put_vma): replaced sizeof(bfd_vma) by sizeof(char*).
1995-02-08keep utils.{c,h}Ken Raeburn1-0/+2
1995-02-07updated for added/removed filesKen Raeburn1-5/+34
1994-11-07keep ns32k stuffKen Raeburn1-0/+2
1994-06-22keep configure.batKen Raeburn1-0/+1
1993-05-27added things-to-lose sectionsK. Richard Pixley1-0/+3
1993-02-13gprof, not gprog. typoDavid D. Zuhn1-1/+1
1993-02-13keep gprof.texi, remove RCS cruftDavid D. Zuhn1-1/+1
1992-10-06 * gen-c-prog.awk: New awk script, lightly changed fromPer Bothner1-1/+4
previously deleted make-c-prog.awk. Converts a text file to a c function that prints that text. * flat_bl.m, fsf_callg_bl.m, bsd_callg_bl.m: New files. Inputs to gen-c-prog.awk, containing text describing gprof output. * blurbs.c: Removed. Use *_bl.c instead. * Makefile.in: Use gen-cprog.awk to generate *_bl.c files from *_bl.m files. Also, improve *clean rules. * printgprof.c (printgprof): Usw new function names from *_bl.c.
1992-08-31 * gprof.h, gprof.c, printfgprof.c: Add support for twoPer Bothner1-3/+0
output styles: The default is similar to the old FSF gprof, while -T sets the variable bsd_style_output, which causes output matching Berkeley's gprof. The biggest differences are that with the FSF style output, the flat profile comes before the call graph; numbers come before explanations; and there is less gratuitous white space. * gprof.h, gprof.c, printfgprof.c: New discard_underscores variable causes discarding of initial underscores when printing symbol names. It is set unless there is a "main" symbol (without an underscore). * printfgprof.c: New function printnameonly(), called by printname(). It handles stripping of initial '_', as well as C++ name-demangling. * gprof.callg, gprof.flat, make-c-prog.awk: Removed. It is just as convenient to edit blurbs.c directly. * Makefile.in: Removed rule for making blurbs.c. * blurbs.c: This is now a true source file (as opposed to being generated from gprof.callg and gprof.flat). Change style to use one long string literal, instead of one literal per output line. Add FSF-style blurb for call graph.
1992-07-13* configure.in: Remove host section, expand target section.John Gilmore1-1/+3
1992-04-07Added the file.Sean Eric Fagan1-0/+56