aboutsummaryrefslogtreecommitdiff
path: root/gprof
AgeCommit message (Expand)AuthorFilesLines
1992-04-07Added the file.Sean Eric Fagan1-0/+56
1992-03-27More cleanups for gprof, especially with the '386 target.Sean Eric Fagan2-4/+10
1992-03-08This is the third and final batch of makefile changes this round.K. Richard Pixley1-0/+3
1992-03-06Routines for currently-unsupported architectures. findcall() just returnsSean Eric Fagan2-0/+61
1992-03-06For currently-unsupported machines. Causes a null-routine to be calledSean Eric Fagan1-0/+1
1992-03-06Fixed a typo in an if statement -- gcc caught it ('=' vs. '==').Sean Eric Fagan1-3/+2
1992-03-06Fixed bugs (both typos and algorithmic) bugs. It now matches native gprof'sSean Eric Fagan2-33/+31
1992-03-06Fixed some serious bugs in the configuration of gprof. It now works withSean Eric Fagan2-7/+10
1992-02-11Updating gprof for latest bfd stuff, and making configure work.Sean Eric Fagan2-3/+21
1991-11-08Initial revisionSean Eric Fagan2-0/+2
1991-10-02no more configure on which to dependK. Richard Pixley1-1/+1
1991-07-24Initial revisionSean Eric Fagan1-0/+1
1991-07-23Initial revisionSean Eric Fagan1-0/+1
1991-07-23Initial revisionSean Eric Fagan3-0/+717
1991-07-22Put in a check to make sure symbols have names; if there is no name, thenSean Eric Fagan1-0/+3
1991-07-22Made gprof use bfd instead. This is the first step in allowing cross-hostedSean Eric Fagan2-113/+125
1991-07-22Added bfd support to the makefile.Sean Eric Fagan1-1/+3
1991-07-22Fixed a typo (no '/' before a '*' in a comment)Sean Eric Fagan1-1/+1
1991-07-19Fixed a stupid error (used '+=' instead of '=').Sean Eric Fagan1-2/+2
1991-07-19Initial revisionSean Eric Fagan2-0/+173
1991-07-18Initial revisionSean Eric Fagan21-0/+4261