aboutsummaryrefslogtreecommitdiff
path: root/gprof/gprof.c
AgeCommit message (Collapse)AuthorFilesLines
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