aboutsummaryrefslogtreecommitdiff
path: root/gprof/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
1994-11-04* printgprof.c (flatprofheader): Always set totime to 1.0 if not greater thanKen Raeburn1-0/+6
0.0. Suggested by Harold Assink <carlo@sg.tn.tudelft.nl>.
1994-09-23cfree -> freeKen Raeburn1-0/+5
1994-09-01 * gprof.h (kfromlist, ktolist, flist, Flist, elist, Elist): MakeJeff Law1-0/+5
decls extern to keep native HP compiler quiet.
1994-08-30 * gprof.c (funcsymbol): Ignore ___gnu_compiled as well asIan Lance Taylor1-0/+6
__gnu_compiled, for the benefit of systems which add a leading underscore.
1994-08-24 * configure.in: Change i386-*-* to i[345]86-*-*.Ian Lance Taylor1-0/+4
1994-07-13ns532 support from Ian DallKen Raeburn1-0/+11
1994-06-23 * Makefile.in (gprof): Depend on $(LIBS).Jeff Law1-0/+4
1994-05-27changes from gas-2.3/binutils-2.4 dist (details in branch log msgs, changelogs)Ken Raeburn1-0/+12
1994-05-17 * Makefile.in (.m.c:): Added .SUFFIXES : .mBill Cox1-0/+5
so flat_bl.c would make from flat_bl.m file.
1994-05-05gprof.h, Makefile.in changesKen Raeburn1-0/+7
1994-04-05 * Makefile.in (MY_MACHINE): Renamed from MACHINE to avoid losingJeff Law1-0/+6
makes (osf1) in which the value of MACHINE can not be changed. * config/*.mt: Changed appropriately.
1994-03-30 * gprof.c (getsymtab): Change nosyms to long. RenameIan Lance Taylor1-0/+7
get_symtab_upper_bound to bfd_get_symtab_upper_bound. Check for errors from bfd_get_symtab_upper_bound and bfd_canonicalize_symtab.
1994-03-22 * gprof.c (funcsymbol): Use bfd_get_symbol_info instead ofJeff Law1-1/+6
bfd_decode_symclass.
1994-03-20 * Makefile.in: Avoid bug in hpux sed.Jeff Law1-0/+4
1993-12-16document -v flagDavid D. Zuhn1-0/+6
1993-12-16add -v flag to gprof (print version number)David D. Zuhn1-0/+5
1993-07-06 * Makefile.in: Install correctly.Steve Chamberlain1-0/+4
1993-06-24 * gprof.c (main): Get whoami from argv, instead of hardcoding.David MacKenzie1-0/+5
Use it in usage message. Split usage message to fit in 80 cols.
1993-06-21Look in ../bfd, not ../include, for bfd.h.Ken Raeburn1-0/+4
1993-06-16 * gmon.h, gprof.h: structs of chars used to hold externalSteve Chamberlain1-0/+7
representations. * gprof.c (getpfile, openpfile, readsamples): Swap data in using new structures.
1993-06-16(use full hostname in log entry)Ken Raeburn1-1/+1
1993-06-16look in ../include instead of ../bfd for bfd.hKen Raeburn1-0/+4
1993-06-16remove parentdir supportDavid D. Zuhn1-0/+4
1993-06-07 * Makefile.in (INCLUDES): Add -I../bfd for sysdep.h and bfd.h.Per Bothner1-0/+5
* configure.in: No longer need to configure to get sysdep.h.
1993-05-20install shouldn't depend on install-infoDavid D. Zuhn1-0/+4
1993-04-26 * gprof.h: Undefine hz.Ian Lance Taylor1-1/+1
1993-04-26 * gprof.h: Include ansidecl.h before sysdep.h.Ian Lance Taylor1-0/+4
1993-04-13 * M Makefile.in: Add -g to CFLAGS.Per Bothner1-0/+11
Ads LDFLAGS and use in place of CFLAGS where appropriate. * configure.in: Make a sysdep.hlink in the same way other bfd-based directories do. * gprof.h (UNIT): Replace non-standard 'u_short' by 'unsigned short'. * gprof.h: #include sysdep.h instead of a bunch of stuff. * gprof.c (main): Fix typo gproff->gprof.
1993-03-26add INFO-DIR-ENTRYDavid D. Zuhn1-0/+4
1993-03-23add installcheckDavid D. Zuhn1-0/+4
1993-02-28 * gprof.c (funcsymbol): Invert test for aflag.Per Bothner1-0/+4
1993-02-26 * printgprof (xmalloc, xrealloc): Cast results of mallocPer Bothner1-0/+5
and realloc to PTR.
1993-02-03added rules for info, install-info, and dvi; rule for clean is correct, tooJeffrey Osier1-0/+4
1993-01-06fix install ruleDavid D. Zuhn1-0/+4
1992-10-09Eckhard Rueggeberg throught gprof didn't work because the man page was wrong.Mark Eichin1-0/+4
The SYNOPSIS now matches the rest of the man page.
1992-10-06 * gen-c-prog.awk: New awk script, lightly changed fromPer Bothner1-0/+14
previously deleted make-c-prog.awk. Converts a text file to a c function that prints that text. * flat_bl.m, fsf_callg_bl.m, bsd_callg_bl.m: New files. Inputs to gen-c-prog.awk, containing text describing gprof output. * blurbs.c: Removed. Use *_bl.c instead. * Makefile.in: Use gen-cprog.awk to generate *_bl.c files from *_bl.m files. Also, improve *clean rules. * printgprof.c (printgprof): Usw new function names from *_bl.c.
1992-08-31 * gprof.h, gprof.c, printfgprof.c: Add support for twoPer Bothner1-0/+24
output styles: The default is similar to the old FSF gprof, while -T sets the variable bsd_style_output, which causes output matching Berkeley's gprof. The biggest differences are that with the FSF style output, the flat profile comes before the call graph; numbers come before explanations; and there is less gratuitous white space. * gprof.h, gprof.c, printfgprof.c: New discard_underscores variable causes discarding of initial underscores when printing symbol names. It is set unless there is a "main" symbol (without an underscore). * printfgprof.c: New function printnameonly(), called by printname(). It handles stripping of initial '_', as well as C++ name-demangling. * gprof.callg, gprof.flat, make-c-prog.awk: Removed. It is just as convenient to edit blurbs.c directly. * Makefile.in: Removed rule for making blurbs.c. * blurbs.c: This is now a true source file (as opposed to being generated from gprof.callg and gprof.flat). Change style to use one long string literal, instead of one literal per output line. Add FSF-style blurb for call graph.
1992-08-19Brought forward from p3:Ian Lance Taylor1-0/+4
Wed Aug 19 14:36:39 1992 Ian Lance Taylor (ian@cygnus.com) * Makefile.in: always create installation directories.
1992-08-12per explanation from zoo, back out DESTDIR change.Mark Eichin1-2/+1
1992-08-12 * Makefile.in: change ${MACHINE} to $(MACHINE), add $(DESTDIR) toMark Eichin1-0/+5
bin install rule.
1992-07-20don't install gprof.{callg,flat}, install the man page, get the newDavid D. Zuhn1-0/+8
man page from progressive (the one that uses -man macros)
1992-07-13* configure.in: Remove host section, expand target section.John Gilmore1-0/+4
1992-07-13OopsJohn Gilmore1-0/+20
1992-06-04Thu Jun 4 11:34:02 1992 Mark Eichin (eichin at cygnus.com)Mark Eichin1-0/+7
* 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.