aboutsummaryrefslogtreecommitdiff
path: root/gprof
AgeCommit message (Collapse)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
These are Makefiles that do not participate in progressive yet have still been brought current. * added exec_prefix * default bindir now exec_prefix/bin * default libdir now exec_prefix/lib * default mandir now prefix/man * default infodir now prefix/info * added oldincludedir, default NULL * remove all traces of the old -subdirs and -namesubdir support, including code, for loops, and all subdir/unsubdir stuff. * remove old style staging targets {de-}stage[1234], comparison, bootstrapN, from all but the bootstrappable tools. * added check targets. * removed any "Last Mod" lines. * forced copyrights to '92 and shifted some from Cygnus to FSF. * added tooldir and program_prefix where needed. * updated texinfo and man pages, removed all references to multiple hosts or targets.
1992-03-06Routines for currently-unsupported architectures. findcall() just returnsSean Eric Fagan2-0/+61
in dummy.c, and dummy.h mostly contains copyright. (These were originally the hp300 files from the UCBerkeley net2 tape.)
1992-03-06For currently-unsupported machines. Causes a null-routine to be calledSean Eric Fagan1-0/+1
for some of the subroutine tracing stuff.
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
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-03-06Fixed some serious bugs in the configuration of gprof. It now works withSean Eric Fagan2-7/+10
the latest bfd and company.
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
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 Fagan2-113/+125
gprof use.
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