aboutsummaryrefslogtreecommitdiff
path: root/gprof/lookup.c
AgeCommit message (Collapse)AuthorFilesLines
1995-02-07Lots of changes from David Mosberger-Tang; see ChangeLog and NOTES for details:Ken Raeburn1-140/+0
Alpha support. Long options. New file format to support more information; backwards compatibility. Line-level profiling, on systems where bfd_find_nearest_line works. Selective display of data.
1992-07-14... and make it return the *right* value when it goes out of bounds.Mark Eichin1-1/+1
1992-07-14leave fencepost condition *completely* open-ended. Closes 1286.Mark Eichin1-1/+1
1992-06-04Thu Jun 4 11:34:02 1992 Mark Eichin (eichin at cygnus.com)Mark Eichin1-0/+44
* 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-06-02Makefile.in: .c.o rule needed, default one (under solaris) ignores CFLAGSMark Eichin1-1/+1
Makefile: it shouldn't be under cvs; given that it is, fix it too arcs.c: fprintf used where printf should have been. lookup.c: misdeclared calloc; use a cast instead.
1991-07-18Initial revisionSean Eric Fagan1-0/+96