aboutsummaryrefslogtreecommitdiff
path: root/gprof/gprof.c
AgeCommit message (Collapse)AuthorFilesLines
1992-06-04Thu Jun 4 11:34:02 1992 Mark Eichin (eichin at cygnus.com)Mark Eichin1-0/+4
* lookup.c: fixed fencepost in nllookup and added dbg_nllookup for help in debugging the problem (with -DDEBUG) * gprof.c: symbol values are now real values, don't add the vma anymore. (done for solaris; should verify this on other platforms) * ChangeLog: created.
1992-03-27More cleanups for gprof, especially with the '386 target.Sean Eric Fagan1-3/+3
1992-03-06Fixed bugs (both typos and algorithmic) bugs. It now matches native gprof'sSean Eric Fagan1-33/+29
on both the sparc (SunOS) and Mach386 systems, more or less. (The differences are at least partially due to what I think might be bugs in the native gprof.)
1992-02-11Updating gprof for latest bfd stuff, and making configure work.Sean Eric Fagan1-3/+3
1991-07-22Put in a check to make sure symbols have names; if there is no name, thenSean Eric Fagan1-0/+3
the symbol is not a function (I assume).
1991-07-22Made gprof use bfd instead. This is the first step in allowing cross-hostedSean Eric Fagan1-110/+122
gprof use.
1991-07-18Initial revisionSean Eric Fagan1-0/+691